Welcome,
I am designing a controller for a WiFi controlled AC motor based on an ESP8266 12E module. The motor has left/right rotation. The actuators are relays. When the controller is connected to the power supply, both relays switch on for a moment, which causes the motor to want to run in both directions simultaneously and for that moment it heats up considerably. How do I eliminate this problem? The result is supposed to be that the ESP pins controlling the relays when the controller is activated are supposed to be in a low state all the time, and not change state to high, then back to low again.
I am designing a controller for a WiFi controlled AC motor based on an ESP8266 12E module. The motor has left/right rotation. The actuators are relays. When the controller is connected to the power supply, both relays switch on for a moment, which causes the motor to want to run in both directions simultaneously and for that moment it heats up considerably. How do I eliminate this problem? The result is supposed to be that the ESP pins controlling the relays when the controller is activated are supposed to be in a low state all the time, and not change state to high, then back to low again.