esp8266

Simple doorbell button example with esphome

8 minute read

esphome is a framework for ESP32 and ESP8266 with which you can create simple devices by just writing YAML files instead of writing code. I choose esphome wh...

Say goodbye to ESP8266

3 minute read

ESP8266 has been quite popular. After years of community efforts, it was the de-facto platform for WiFi-enabled projects. Espressif, the chip vendor of ESP82...

ESP32 and ESP8266 development on FreeBSD

4 minute read

I have been developing applications for ESP32 and ESP8266 devices on FreeBSD for quite some time. Here is a summary of how to develop code for the embedded d...