IR remote control for the home – part 3

In the previous two posts, we set up an ESP32 development board with an IR receiver to read codes sent by a remote control. Now it’s time to add MQTT capability. I chose the PubSubClient library – available in the Arduino IDE library manager – because it claims compatibility with the ESP32. When I looked closer, it turns out that… Read more »