Daikin ESP32 WiFi controller

Overview I’ve been adding various “smart” devices to my home to control with automation via home assistant. Initially this was just dimmable and hue adjustable lighting, and then WiFi enabled switches to connect up the physical switch plates around the house as inputs into home assistant. And now I also have solar and power monitoring connected up into home assistant too. I’ve wanted to add control and monitoring of my reverse cycle air conditioner into home assistant too. This would enable a skew of extra features that the default control panel and interface lack. ...

October 13, 2024 · 18 min

Boson Frame Grabber Part 6

Still alive? 🪦 Yes, it’s true this project did get dropped for awhile, it’s been about 3 years since the last blog post. ...

November 17, 2021 · 6 min

Boson Frame Grabber Part 5

RTL Architecture The original version of the frame grabbing PCB used an iCE40 HX8K FPGA. This turned out to be a little small for the features I wanted to add. I managed to get it to a state where it would capture images from the Boson 320, but everything was hardwired together, and not easy to alter or reuse. In order to improve module reuse and extendability a standard interface should be used. There are a few of these internal bus architectures available. I’ve decided to use wishbone, Mainly because I’ve been able to find existing wishbone modules that perform most of the major functionality of the frame grabber I’m building. ...

November 3, 2018 · 5 min

Boson Frame Grabber Part 4

The new hardware for the Boson Frame Grabber will be based around the Lattice ECP5 family. Lattice make available a free IDE for this FPGA assuming you are not using a model with embedded SERDES. Since we are not, it’s perfect for our application. ...

September 9, 2018 · 5 min

Boson Frame Grabber Part 3

In this part I want to talk about the firmware, or code, this device will need in order to operate as I want. ...

June 22, 2018 · 9 min