What is an ESP8266, and why does ESPHome use it?
At its core, The ESP8266 is a low-cost Wi-Fi (b/g/n) microchip, released in 2013. With ESPHome, it can be used to read sensors, build lights, and more.
An inexpensive Wi-Fi (b/g/n) microchip, the ESP8266, was released in December 2013. It is manufactured by Espressif Systems in China and has a full stack of TC/IP capabilities.
Disclosure: This post contains affiliate links. If you click through and make a purchase, I will earn a commission, at no additional cost to you. Read my full disclosure here.
At its core, The ESP8266 is a low-cost Wi-Fi (b/g/n) microchip, released in 2013. With ESPHome, it can be used to read sensors, build lights, and more.
GPIOs are what ESPHome uses to gather data from sensors, detect button pushes, push data to other devices, and more.
In some cases, the ESPHome dashboard will show all nodes as offline, despite them being online. A single variable is the fix.
A Home Assistant and ESPHome user used the GROW R503 fingerprint sensor to open a garage without any keys or cards and just their fingerprint.
This WLED guide will give you an overview of what you need to get started. Find out which microcontroller and LED strip is best, and how to wire them.
WLED only does one thing: It controls NeoPixel LEDs (WS2812B, WS2811, SK6812). And it is class leading at what it does.
This volume knob uses a rotary encoder to control your music's volume and its firmware is written using ESPHome. An OLED screen displays the current track.
Being able to properly wire up a physical switch or button and configure it in ESPHome is one of the fundamental things you should be able to do when planning projects.
Building a multisensor is one of the first things you should when starting off with ESPHome. The sensors are cheap, the wiring isn't complicated, and you get your first taste of creating custom firmware for an ESP8266 .
The bar for entry to the world of cheap ESP8266 and ESP32 has been lowered with the release of ESP Web Tools. But what exactly are they?