ESP32-s3 power supply and GPIO voltage question
Posted: Wed Jul 17, 2024 10:09 pm
Trying to decide if we really need LDO regulators and IC switches based on our testing results.
1. The datasheet specifies the max power voltage as 3.6VDC, but I have used up to 4.15 VDC in testing prototypes for a year with no problems. Is the max still 3.6VDC?
2. We understand there is no DAC in the Esp32s3. The datasheet specifies the GPIO logic "high" voltage out as from .75*VDD to VDD+.3, which is a pretty wide variance. But we have seen consistently VDD as "high" output voltage in our GPIO output testing. We noted that the output voltage is apparently programmatically controlled in the Sigma-Delta Modulation coding example in Espressif IDE but it's not clear what the voltage (amplitude) range is. We have been using logic high which is at VDD to turn on some low power devices with no problems detected but not sure if logic high at VDD is consistent. How can we assure ourselves of a consistent logic "high".
We can use LDOs and switches to set and control the voltages into our low power devices but would prefer to just use logic high and lows if the output voltages are consistently at the appropriate levels.
1. The datasheet specifies the max power voltage as 3.6VDC, but I have used up to 4.15 VDC in testing prototypes for a year with no problems. Is the max still 3.6VDC?
2. We understand there is no DAC in the Esp32s3. The datasheet specifies the GPIO logic "high" voltage out as from .75*VDD to VDD+.3, which is a pretty wide variance. But we have seen consistently VDD as "high" output voltage in our GPIO output testing. We noted that the output voltage is apparently programmatically controlled in the Sigma-Delta Modulation coding example in Espressif IDE but it's not clear what the voltage (amplitude) range is. We have been using logic high which is at VDD to turn on some low power devices with no problems detected but not sure if logic high at VDD is consistent. How can we assure ourselves of a consistent logic "high".
We can use LDOs and switches to set and control the voltages into our low power devices but would prefer to just use logic high and lows if the output voltages are consistently at the appropriate levels.