Bekijk bestanden en media van mijn technische projecten en werk
This project demonstrates wireless communication between two ESP32 boards using the MQTT protocol. One ESP32 is equipped with buttons, while the other (ESP32-S3) controls an onboard RGB LED.
When a button is pressed, a signal is sent via MQTT, triggering the corresponding color on the RGB LED. Each button is mapped to a specific color, allowing real-time remote control.
This project highlights practical skills in IoT communication, MQTT protocols, and embedded system integration.