Tag: esp32

Sensirion SGP30 and Bosch BME280 air sensors (WHL #64)

Small air sensor modules for today!

The Bosch BME280 has been in use on my ESP modules across the apartment since I discarded the unreliable DHT sensors, DHT22 in my case. It’s a combined temperature-pressure-humidity sensor, contrary to the much cheaper BMP280 or the predecessor BMP180, which lack the humidity part (pretty much vital indoors, while pressure is just a gimmick). They are sold in many similar versions, I’ve always picked the GY-BME280 module in 3.3V flavour (“GYBMEP”), as the sensor can be operated from 1.71V to 3.6V which is handy for different MCUs. […]


ESP32 hardware faders (#P27)

Maybe my google-fu is rusty, or there’s simply no full example of this on the Interwebs…that’s pretty strange.

This is about the cherished ESP32 that will feature an extension/replacement of my #P7 series. This was an ESP8266 board that replaced a dumb lighting control, offering sensor logging to a database. I quickly found out that the limited pin count (and quirks) of the ESP8266 would require me to think about e.g. shift register extensions to make the entire project viable – which now got replaced with the large ESP32 that does have all the flexibility that I need. […]