Category Archives: Home control

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 »

IR remote control for the home – part 2

In the first part, I outlined my plan to build an infrared receiver to act as a hub for IoT devices in the home. Here, we’ll take a closer look at house the receiver works. Here’s what is required for this initial stage of the project: An ESP32 development board. I’m using a DOIT device, which costs around $14. A… Read more »

IR remote control for the home – part 1

How many remote controllers do you have in the house? One for the TV, one for the DVR, one for the Blu Ray player… There are five remotes sitting on the coffee table in our living room. Plus another couple scattered around the house, controlling table lamps and other TVs. And do you know what? This post isn’t even about… Read more »