Raspberry Pi Pico W vs ESP32: Which Is Better for IoT & Home Assistant? (2026)
Raspberry Pi Pico W vs ESP32 for IoT and Home Assistant in 2026: Wi-Fi, Bluetooth, ESPHome, BLE proxy, GPIO, ADC, power, performance and which board to choose.
Raspberry Pi Pico W vs ESP32 for IoT and Home Assistant in 2026: Wi-Fi, Bluetooth, ESPHome, BLE proxy, GPIO, ADC, power, performance and which board to choose.
Connect an Eastron SDM120 or SDM630 Modbus energy meter to an ESP32 and Home Assistant using ESPHome, RS-485, verified register addresses and import/export kWh sensors.
Quick Summary (TL;DR):A reliable ESP32 power failure detector for Home Assistant needs two independent paths: the ESP32 stays alive from a UPS or battery-backed 5 V supply, while a separate isolated signal tells it whether the monitored mains circuit is…
Quick Summary (TL;DR):The BH1750 is one of the easiest ways to give an ESP32 a real lux measurement for Home Assistant. Unlike an LDR/photoresistor, it returns calibrated digital illuminance over I²C, so Home Assistant sees an actual value in lux…
Quick Summary (TL;DR):A serious Home Assistant indoor-air-quality station should not try to turn one cheap “air quality” sensor into everything. Use SCD41 for true CO₂, SGP40 for VOC Index, PMS5003 for PM1, and SHT45 for the primary room temperature and…
Quick Summary (TL;DR):Most PMS5003 + ESPHome problems come from five areas: UART wiring, wrong sensor type, unstable power or airflow, misunderstanding active/passive mode, or mistaking real particulate spikes for bad data. The normal PMS5003 uses 9600 baud. For continuous monitoring,…
Quick Summary (TL;DR):For a dedicated Home Assistant Bluetooth Proxy in 2026, the ESP32-C3 is the best-value Wi-Fi proxy: it is cheap, tiny, widely available, has Bluetooth 5 LE, 400 KB SRAM and more than enough CPU for continuous BLE scanning…
Quick Summary (TL;DR):A conventional roller shutter or tubular blind motor normally uses two direction inputs: OPEN/UP and CLOSE An ESP32 can control those directions through two relay outputs and expose the motor as a native Home Assistant cover entity with…
Quick Summary (TL;DR):You can turn an ESP32 into a reliable water tank level monitor for Home Assistant using an ultrasonic distance sensor such as the JSN-SR04T/AJ-SR04M or, for difficult tanks, a hydrostatic pressure sensor. The ESP32 does not measure “water…
Quick Summary (TL;DR):You can monitor the real speed of a 3-wire or 4-wire DC fan with an ESP32 and ESPHome by reading the fan’s tachometer / RPM output. On standard PC-style fans, the tach wire is typically an open-collector output:…