TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

10 点作者 Narutu超过 2 年前

2 条评论

clowen超过 2 年前
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.
ahaucnx超过 2 年前
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>