I have following issue: I connected an ESP-01 on GPIO 2 to a relay (opto isolated, low-level trigger) and coded the logic in the ESP via the Arduino IDE.
Everything works fine, but now and then the relay is flickering. The ESP does not reset and I'm confident that this is not related to the PSU (which is supplying up to 2000mA on the 3.3V lane).
The ESP is up to date with the latest Espressif NONOS firmware & patch (2.0.0_16_08_10).
I tried to isolate the ESP on a breadboard and hooked it up just to a LED. The LED is also flickering after a while, during it's LOW state.
I also replaced the ESP-01 with another ESP-01 and experienced the same results with the other chip.
Does anyone have the same problem? Is there a solution? Like this it's unreliable to let the ESP control relays. I could help my self with a capacitor on the output pin, but I rather go for a cleaner solution.
Cheers,
S