I wan't to see temperature and humidity from all of my rooms.
I took a look though other users and theire project and decide to use "ThingsBoard" and ESP 8266 nodes. Those nodes are using the deep sleep functionality to save energy. All nodes are running an a small powerbank. DHT22 is used as sensor. I build one seperate sensore with air pressure sensor.
Next step will be 3D printethousings to wall mount them.
Links:
Steps to rebuild:
1) Install ThingsBoard on Raspberry Pi:
https://thingsboard.io/docs/user-guide/install/rpi/
2) Create a wifi for PI and ESPs (or use existing one)
3) Solder ESP like wire diagram (or use bred board) Don't forget the reset bridge from "D0" to "RST" !
4) Upload Arduino Code to ESP 8266
- ThingsBoard: https://thingsboard.io
- Raspberrry Pi as Server tutorial: https://thingsboard.io/docs/user-guide/install/rpi/
- ThingsBoard ESP tutorial : https://thingsboard.io/docs/samples/esp8266/gpio/
Comments