Skip to content

Commit 0af6835

Browse files
authored
Merge pull request #1471 from arduino/karlsoderby/esp32-ds-fix
[Nano ESP32] Datasheet revision
2 parents c4fd64a + cc42253 commit 0af6835

File tree

2 files changed

+26
-9
lines changed

2 files changed

+26
-9
lines changed

content/hardware/03.nano/boards/nano-esp32/datasheet/datasheet.md

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Maker, IoT, MicroPython
2222
* DMA Controller
2323
* **Power**
2424
* Operating voltage 3.3 V
25-
* VUSB supplies 5 V via USB-C® connector
25+
* VBUS supplies 5 V via USB-C® connector
2626
* VIN range is 6-21 V
2727
* **Connectivity**
2828
* Wi-Fi®
@@ -254,11 +254,11 @@ The efficiency of the converter depends on the input voltage via the VIN pin. Se
254254

255255
This information is extracted from the MP2322GQH's datasheet.
256256

257-
### VUSB
257+
### VBUS
258258

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.
260260

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.
262262

263263
### Using the 3.3 V Pin
264264

@@ -289,7 +289,7 @@ The GPIOs on the Nano ESP32 can handle **source currents** up to **40 mA**, and
289289
| 9 | A5 | Analog | Analog input 5 / I²C Serial Clock (SCL) |
290290
| 10 | A6 | Analog | Analog input 6 |
291291
| 11 | A7 | Analog | Analog input 7 |
292-
| 12 | VUSB | Power | USB power (5V) |
292+
| 12 | VBUS | Power | USB power (5V) |
293293
| 13 | BOOT1 | Mode | Board Reset 1 |
294294
| 14 | GND | Power | Ground |
295295
| 15 | VIN | Power | Voltage Input |
@@ -393,6 +393,21 @@ This device complies with part 15 of the FCC Rules. Operation is subject to the
393393

394394
3. This equipment should be installed and operated with a minimum distance of 20 cm between the radiator & your body.
395395

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+
396411
English:
397412
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:
398413

@@ -421,9 +436,9 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia
421436

422437
## Company Information
423438

424-
| Company name | Arduino SRL |
425-
| --------------- | -------------------------------------------- |
426-
| Company Address | Via Andrea Appiani, 25 - 20900 MONZA(Italy) |
439+
| Company name | Arduino S.r.l. |
440+
| --------------- | --------------------------------------------- |
441+
| Company Address | Via Andrea Appiani, 25 Monza, MB, 20900 Italy |
427442

428443

429444
## Reference Documentation
@@ -444,3 +459,5 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia
444459
| 08/06/2023 | Release |
445460
| 09/01/2023 | Update power tree flowchart. |
446461
| 09/11/2023 | Update SPI section, update analog/digital pin section. |
462+
| 11/06/2023 | Correct company name, correct VBUS/VUSB |
463+

content/hardware/03.nano/boards/nano-esp32/tutorials/cheat-sheet/cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ To power the Nano ESP32 you may either use a USB-C® cable, or the VIN pin. When
160160

161161
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.
162162

163-
### 5V Pin / VUSB
163+
### 5V Pin / VBUS
164164

165165
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.
166166

0 commit comments

Comments
 (0)