You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/03.nano/boards/nano-esp32/datasheet/datasheet.md
+25-8Lines changed: 25 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Maker, IoT, MicroPython
22
22
* DMA Controller
23
23
***Power**
24
24
* Operating voltage 3.3 V
25
-
*VUSB supplies 5 V via USB-C® connector
25
+
*VBUS supplies 5 V via USB-C® connector
26
26
* VIN range is 6-21 V
27
27
***Connectivity**
28
28
* Wi-Fi®
@@ -254,11 +254,11 @@ The efficiency of the converter depends on the input voltage via the VIN pin. Se
254
254
255
255
This information is extracted from the MP2322GQH's datasheet.
256
256
257
-
### VUSB
257
+
### VBUS
258
258
259
-
There is no 5V pin available on the Nano ESP32. 5 V can only be provided via the **VUSB**, which is supplied directly from the USB-C® power source.
259
+
There is no 5V pin available on the Nano ESP32. 5 V can only be provided via the **VBUS**, which is supplied directly from the USB-C® power source.
260
260
261
-
While powering the board via the VIN pin, the VUSB pin is not activated. This means you have no option of providing 5 V from the board unless powered via USB or externally.
261
+
While powering the board via the VIN pin, the VBUS pin is not activated. This means you have no option of providing 5 V from the board unless powered via USB or externally.
262
262
263
263
### Using the 3.3 V Pin
264
264
@@ -289,7 +289,7 @@ The GPIOs on the Nano ESP32 can handle **source currents** up to **40 mA**, and
289
289
| 9 | A5 | Analog | Analog input 5 / I²C Serial Clock (SCL) |
290
290
| 10 | A6 | Analog | Analog input 6 |
291
291
| 11 | A7 | Analog | Analog input 7 |
292
-
| 12 |VUSB| Power | USB power (5V) |
292
+
| 12 |VBUS| Power | USB power (5V) |
293
293
| 13 | BOOT1 | Mode | Board Reset 1 |
294
294
| 14 | GND | Power | Ground |
295
295
| 15 | VIN | Power | Voltage Input |
@@ -393,6 +393,21 @@ This device complies with part 15 of the FCC Rules. Operation is subject to the
393
393
394
394
3. This equipment should be installed and operated with a minimum distance of 20 cm between the radiator & your body.
395
395
396
+
**Note:** This equipment has been tested and found to comply with the limits for a Class B digital
397
+
device, pursuant to part 15 of the FCC Rules. These limits are designed to provide
398
+
reasonable protection against harmful interference in a residential installation. This equipment
399
+
generates, uses and can radiate radio frequency energy and, if not installed and used in
400
+
accordance with the instructions, may cause harmful interference to radio communications.
401
+
However, there is no guarantee that interference will not occur in a particular installation. If
402
+
this equipment does cause harmful interference to radio or television reception, which can be
403
+
determined by turning the equipment off and on, the user is encouraged to try to correct the
404
+
interference by one or more of the following measures:
405
+
- Reorient or relocate the receiving antenna.
406
+
- Increase the separation between the equipment and receiver.
407
+
- Connect the equipment into an outlet on a circuit different from that to which the
408
+
receiver is connected.
409
+
- Consult the dealer or an experienced radio/TV technician for help.
410
+
396
411
English:
397
412
User manuals for licence-exempt radio apparatus shall contain the following or equivalent notice in a conspicuous location in the user manual or alternatively on the device or both. This device complies with Industry Canada licence-exempt RSS standard(s). Operation is subject to the following two conditions:
398
413
@@ -421,9 +436,9 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia
Copy file name to clipboardExpand all lines: content/hardware/03.nano/boards/nano-esp32/tutorials/cheat-sheet/cheat-sheet.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ To power the Nano ESP32 you may either use a USB-C® cable, or the VIN pin. When
160
160
161
161
The internal operating voltage of the ESP32-S3 SoC is 3.3 V, and you should not apply voltages higher than that to the GPIO pins.
162
162
163
-
### 5V Pin / VUSB
163
+
### 5V Pin / VBUS
164
164
165
165
The Nano ESP32 is the first board to not feature a **5V** pin. It has instead been replaced with VBUS, which is a more accurate description of the pin's capabilities.
0 commit comments