Your cart is currently empty!
Notifications
Clear all
Mar 06, 2025 6:52 am
Link to project: https://rbdimmer.com/dimmer-with-esp8266-esp32-mqtt-publish-and-subscribe-with-arduino-ide-connecting-to-home-assistant-node-red-amazon-aws-and-openhab/
This project shows how to use MQTT communication protocol with the ESP32 to publish messages and subscribe to topics from MQTT broker under servers like Home Assistant, Node RED, Amazon AWS, and openHAB. As an example, we’ll control the dimmer. The server can be either local or on the cloud.
The ESP32 we’ll be programmed using Arduino IDE. The PubSubClient library provides a client for doing simple publish/subscribe messaging with a server that supports MQTT.