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
+27-3Lines changed: 27 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -239,19 +239,43 @@ Note that you should not power the board with more than 5V via the USB-C® port.
239
239
240
240
Power can either be supplied via the VIN pin, or via USB-C® connector. Any voltage input either via USB or VIN is stepped down to 3.3V using the MP2322GQH (U2) converter.
241
241
242
-
The operating voltage is 3.3V. Please note that there's no 5V pin available on this board, only the VBUS can provide 5V when the board is powered via USB.
242
+
The operating voltage for this board is 3.3V. Please note that there's no 5V pin available on this board, only the VBUS can provide 5V when the board is powered via USB.
243
243
244
244
### Power Tree
245
245
246
246
![Arduino Nano ESP32 power tree.]()
247
247
248
248
### Pin Voltage
249
249
250
-
The operating voltage for Nano ESP32 is 3.3V. Please note that there's no 5V pin available on this board, only the VBUS can provide 5V when the board is powered via USB.
250
+
All digital & analog pins on the Nano ESP32 are 3.3V. Do not connect any higher voltage devices to any of the pins as it will risk damaging the board.
251
+
252
+
### VIN Rating
253
+
254
+
The recommended input voltage range is **3-22V**, based on the MP2322GQH converter specifications.
255
+
256
+
You should not attempt to power the board with a voltage outside the recommended range, particularly not higher than 22V.
257
+
258
+
The efficiency of the converter depends on the input voltage via the VIN pin. See the average below for a board operation with normal current consumption:
259
+
-**4.5V** - >90%.
260
+
-**12V** - 85-90%
261
+
-**22V** - 80-85%
262
+
263
+
This information is extracted from the [MP2322GQH's datasheet](), with a board with a current draw of ~200mA.
264
+
265
+
### VUSB
266
+
267
+
There is no 5V pin available on the Nano ESP32. 5V can only be provided via the **VUSB**, which is supplied directly from the USB-C® power source.
268
+
269
+
While powering the board via the VIN pin, the VUSB pin is not activated. This means you have no option of providing 5V from the board unless powered via USB or externally.
270
+
271
+
### 3.3V Pin
272
+
251
273
252
274
### Pin Current
253
275
254
-
The GPIOs on the R7FA4M1AB3CFM#AA0 microcontroller can handle up to 20 mA. Never connect devices that draw higher current directly to a GPIO.
276
+
The GPIOs on the Nano ESP32 can handle currents up to **40 mA**. Never connect devices that draw higher current directly to a GPIO.
277
+
278
+
The absolute maximum rating of acculumative current for the ESP32-S3 is specified at **1500mA**. This is a lmit
255
279
256
280
For powering e.g. servo motors, use an external power supply.
0 commit comments