This project, Smart LED and Relay Control with Hand Gestures and MIT App using ESP32, allows users to control RGB LEDs and a relay using hand gestures and a web interface. The system uses the ESP32 ...
The project uses wireless serial links in order to control multiple BlinkM LED modules through a modified old relay tester. The design of the project includes 4 knobs on the relay tester box where ...
pinMode(pin_led_r, OUTPUT); // Modo de inicio del led pinMode(pin_led_v, OUTPUT); // Modo de inicio del led pinMode(pin_relay, OUTPUT); // Modo de inicio del relay ...