- esp32_pinout_TnuL7mYXMS.jpg (214.77 KiB) Viewed 13633 times
How many volts can feed esp32s
How many volts can feed esp32s
How many volts can I feed esp32s with an external source through vin
Re: How many volts can feed esp32s
If we look at the top left of the schematic diagram found here:
https://dl.espressif.com/dl/schematics/ ... 80607a.pdf
It would appear that we can supply an external source of 5V. This appears to enter a voltage regulator that drops the output to 3.3V.
https://dl.espressif.com/dl/schematics/ ... 80607a.pdf
It would appear that we can supply an external source of 5V. This appears to enter a voltage regulator that drops the output to 3.3V.
Free book on ESP32 available here: https://leanpub.com/kolban-ESP32
Re: How many volts can feed esp32s
when connect 5v to vin oled that connected to esp32 (oled take power directly from power sorce ) oled cant start and didn't exit void setup and didn't go void loop
-
- Posts: 9725
- Joined: Thu Nov 26, 2015 4:08 am
Re: How many volts can feed esp32s
What generates the 5V you use and how do you connect it to the board? The ESP32 has somewhat high requirements for a power source (>=500mA) and not all power sources can deliver that.
Re: How many volts can feed esp32s
3 AA batteries can deliver 5.4 volts to start. Looking for longest possible battery life. My question is do we connect to 5v or 3.3v pin?
-
- Posts: 9725
- Joined: Thu Nov 26, 2015 4:08 am
Re: How many volts can feed esp32s
I'd say none of the above. 5.4V most certainly is too much for the ESP32 that is directly connected to the 3.3V line of the ESP32. From what I remember, boards like these usually use the AMS1117-3.3, which has a dropout voltage of 1.1V, so it needs 4.4V at minimum to regulate its output voltage. If the batteries are even slightly depleted, the board can conk out (although it may work, it's really dependent on the behaviour of the LDO on the board). If the user decides to install NiMhs, with only 3.6V the system is pretty likely to collapse.
You can try feeding it into the 5V line, but you may be better off feeding the battery voltage through a buck-converter or LDO meant to have a low dropout (the HT7833 is my personal favourite at this moment, for instance) into the 3.3V line. Maybe even use a 3.0V regulator so it has a little more headroom to work with.
You can try feeding it into the 5V line, but you may be better off feeding the battery voltage through a buck-converter or LDO meant to have a low dropout (the HT7833 is my personal favourite at this moment, for instance) into the 3.3V line. Maybe even use a 3.0V regulator so it has a little more headroom to work with.
Who is online
Users browsing this forum: Majestic-12 [Bot] and 53 guests