Barnabybear wrote:Hi, just to clarify.
When you used the batteries did you power the board via the 3.3V (next to LDO & GPIO15) or did you use VBat / V+ ?
Do you still have ‘WAKE_RF_DISABLED’ in your code?Code: Select allESP.deepSleep(SECONDS_DS(10), WAKE_RF_DISABLED);
Are GPIO 16 and RST connected together using the pins on the breakout board (RST_5V) or the terminals on the ESP unit (RST)? I ask because there is a diode between RST and RST_5V which I would think most designs don’t use.
Do you have any additional capacitors after the voltage regulator? The schematic shows only 10uF on the output side. I normally use 0.1uf for RF and =<100uF to compensate for voltage drops, both as close to the IC as possible.
I've been using the V+ / GND on the end. Not the ones on the sides.
I just attempted using the V+/GND on the same side as the 16/RST. Bright RED light again...
The code does have WAKE_RF_DISABLED included.
I removed the unit from the breakout board and have 16 and RST directly connected to each other using a jumper. There are no other capacitors or anything else connected.