I'm working with an ESP01 and a relay module like the one shown below:
https://tkkrlab.nl/wiki/Arduino_KY-019_5V_relay_module
Everything works perfectly. I can open and close contacts without any problem using MQTT messages.
The point is that when I power the module (5v) it makes a kind of quick switch between NC and NO. This is not a problem as it has no load connected right now, but in a real life application, if this happens (after a power outage for example), it can damage the device that I want to control.
Is there is a simple solution to this?
TY!