The PS Thermo is a smart thermostat project developed by me, consisting of a control hub (that also acts as a gateway) and various sub-GHz RF wireless sensors/actuators. In essence, it is a much more advanced version of the BBoilRF…
Human-Machine Interface (HMI) modeling and implementation using event-driven finite-state machines
Modern HMIs are built as graphical user interfaces (GUI) with touch-based user interaction. Complex HMI development is always challenging because of the dynamic nature of the required behavior, underlying functions, and graphical design. Building a PoC prototype through code is time-consuming,…
Experimenting with a 3.5″ TFT
I decided to test a 3.5″ TFT version of the TFT32 project as the original version’s 2.4″ 320×240 TFT is a bit small-ish. The TFT I chose is an ILI9488 480×320 3.5″ with resistive touch. The upgrade was pretty straightforward,…
DEV.BG tech talk #3
I did a tech talk about my ESP32 based IoT control hub project on Feb 5th, 2019 at Work & Share Coworking Space Sofia. Over 100 people signed up for the event organized by DEV.BG, it was a pleasant surprise…
ESP32 OTA firmware update using compressed firmware image over HTTP (s) / MQTT (s)
Performing Over-The-Air firmware update over a slow/unreliable internet connection may be challenging. I have had many cases, where the edge nodes to be updated are in a remote rural area with a 2G modem internet connection, and pushing a let’s…
ESP32 OTA firmware update using MQTT over SSL
My recent IoT projects are capable of performing OTA firmware updates, I have previously blogged about the importance of this capability. I normally use MQTT over SSL as a means of communication between the edge nodes and the cloud backend,…
TFT32 Wi-Fi configuration GUI
I am working on a thermostat control project using the TFT32 hardware, let me share a video of the Wi-Fi configuration GUI (still work in progress). The Wi-Fi provisioning via GUI addresses one of the significant challenges when setting up…
TFT32 – ESP32 based IoT control hub/gateway with TFT, RFM69 and more
Those of you that follow me on Twitter might already know that I’ve been working on an ESP32 based IoT control hub/gateway project with touch TFT lately. Let me describe what problems I am trying to address with this project.…
ESP32
I’m one of the lucky 200 that got their hands on the early beta of Espressif’s new ESP32 chip evaluation board. It is the “big brother” to the popular ESP8266, Espressif has though noted that it should not be treated…