Build a smart home
Use ESPHome to feed a wide range of useful data to a smart home hub via a Raspberry Pi Pico W.
YOU NEED
» Pi Pico W
» DS18B20 temp sensor
» 4.7kOhm resistor
» Dupont jumper cables
» MicroUSB power adaptor
» An instance of Home Assistant (see LXF287)
ESPHome was originally written to allow the ESP8266 and ESP32 devices to easily interact with Home Assistant. Using YAML syntax, the required options and configuration can be written, then parsed and used to create source code, which is cross-compiled and uploaded to the devices. With the release of the 2022.11 version, developmental support has been added for Raspberry Pi Pico W boards.