Skip to content

Commit fadc609

Browse files
authored
Merge pull request #1563 from arduino/jacobhylen/nanoesp32-sj1docs
[MKC-1361] Enhance Nano ESP32 SJ1 docs
2 parents c8b6cfe + cf85363 commit fadc609

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
1.18 MB
Loading

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@ To power the Nano ESP32 you may either use a USB-C® cable, or the VIN pin. When
156156
- If you're using the USB-C® connector you must power it with 5 V.
157157
- The recommended input voltage on the VIN pin is 6-21 V.
158158

159+
If you flip the board to view its underside, you'll find a solder jumper labelled "**3.3V**". If you cut the small trace between the two pads, you disconnect the step-down converter from the board, and your board will no longer turn on when plugged in to the USB port, or when its powered through the VIN pin. Instead you must provide **exactly** 3.3 V directly to the 3.3 V pin of your board. This can, depending on your power source, be a more energy efficient method of powering your board than powering through the VIN pin or the USB port.
160+
161+
![3.3 V Solder Jumper](./assets/nano-3v3-sj.png)
162+
159163
### Operating Voltage
160164

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

0 commit comments

Comments
 (0)