ESP32 On battery not working ?!
Posted: Wed Feb 24, 2021 8:43 pm
Hello, I have a WEMOS LOLIN32 v1.0.0 connected to a 4.2v Battery
-It controls 3 relays 3V, the Loads are connected directly to the 4.2v Battery.
-The GPIOs are connected directly to the coils of the relays.
-The 3V has an Electrolytic Capacitor
-I Have no pull up or down resistors
After this:
The ESP fails, and I need to manualy reboot.
-If I disconnect the Load, the esp32 works ok.
-if I connect the esp32 to a different Power Source works ok.
What am I doing wrong?
Best Regards
Ricardo
-It controls 3 relays 3V, the Loads are connected directly to the 4.2v Battery.
-The GPIOs are connected directly to the coils of the relays.
-The 3V has an Electrolytic Capacitor
-I Have no pull up or down resistors
After this:
Code: Select all
digitalWrite(Valve, HIGH);
delay(100);
digitalWrite(Valve, LOW);
-If I disconnect the Load, the esp32 works ok.
-if I connect the esp32 to a different Power Source works ok.
What am I doing wrong?
Best Regards
Ricardo