This is system for remote control of lights in te room from application on the phone. I can controll the system via WiFi thanks to the RemoteXY library and phone application.
Here is a link to the RemoteXY webside: https://remotexy.com/en/
To build the system I needed:
- ESP8266 NodeMCU
- ESP8266 NodeMCU Shield
- 2 Servos 180*
ESP Shield is needed because the maximum voltage on the board is 3, 3V and to work the servo you need 5V.
In the system, the servos switch the light switch. One servo is responsible for turning on the light and the other for turning off.
Comments