Simple doorbell button example with esphome
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...
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...
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...
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...