-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