Show HN: Smart Device ESP32 Firmware for Home Lighting and Weather Station
1–5 of 5 posts
Re: Show HN: Smart Device ESP32 Firmware for Home Lighting and Weather Station
#2Are you considering using the esp-idf?
https://github.com/espressif/esp-idf
I'm developing a product based on the esp32. Once I got my mind around the IDF, it handles a lot of the productization element.
Specifically it has a means for handling config at compile time, allowing for more flexibility without the need for a new version of the code per update.
Re: Show HN: Smart Device ESP32 Firmware for Home Lighting and Weather Station
#3With the DHT series of sensors supported in this firmware we made pretty bad experiences in regards to accuracy and lifetime. It also uses a non standard protocol and not eg i2c.
I think one of the best sensors for temperature and humidity is the Sensirion SHT3x which we use successfully in our open source Air quality kit [1] and had hardly any one that failed.
Re: Show HN: Smart Device ESP32 Firmware for Home Lighting and Weather Station
#4No post body was provided.
Re: Show HN: Smart Device ESP32 Firmware for Home Lighting and Weather Station
#5No post body was provided.