TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Smart Device ESP32 Firmware for Home Lighting and Weather Station

10 pointsby Narutuover 2 years ago

2 comments

clowenover 2 years ago
Are you considering using the esp-idf? <a href="https:&#x2F;&#x2F;github.com&#x2F;espressif&#x2F;esp-idf" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;espressif&#x2F;esp-idf</a><p>I&#x27;m developing a product based on the esp32. Once I got my mind around the IDF, it handles a lot of the productization element.<p>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.
ahaucnxover 2 years ago
With 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.<p>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.<p>[1] <a href="https:&#x2F;&#x2F;www.airgradient.com&#x2F;open-airgradient&#x2F;kits&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.airgradient.com&#x2F;open-airgradient&#x2F;kits&#x2F;</a>