I'm working on an ESP project where I need to read data from an NPK sensor with an RS485 interface, which requires a power supply of 5-24 volts. I am using a single 18650 battery to power the entire system. Here is the setup:
- Power Source: 18650 battery (maximum voltage of 3.7V).
- Voltage Conversion:
- Step-up Converter: Increases the voltage to 12V to power the NPK sensor.
- Step-down Converter: Lowers the voltage from 12V to 5V to power the ESP.
The Issue
When I turn on the system, the LED on the ESP lights up but is very dim. If I disconnect the ESP, power up the system, wait a few seconds for the step-down converter to stabilize at 5V, and then reconnect the ESP, it works fine.
My Questions
- Why is the ESP's LED dim when I power up the system initially?
- How can I solve this issue to ensure the ESP powers up correctly without needing to disconnect and reconnect it?
I tried using an RC delay circuit to delay the start of the ESP. I used a 10 kΩ resistor and a 1 µF capacitor, but I noticed that the voltage after the resistor drops to 0.88V. So my esp never power up
This my schema...Any suggestion how i can make running this system.?