Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peterzen/environment-monitor


https://github.com/peterzen/environment-monitor

arduino bh1750 dht-temperature-sensors esp8266 iot sensors thingsboard

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# Environment monitor and logger

Arduino sketch that captures temperature, humidity and light intensity data and sends the values to [Thingsboard](https://thingsboard.io/) using MQTT.

Sensors:
* 2x DHT21 (AM2301) temperature/humidity, indoor and outdoor.
* BH1750 light sensor

It runs on a NodeMCU v3 (ESP8266 12E) board.

Measurements are taken once every minute.

### Dependencies:

* ArduinoJSON
* WiFiManager
* ThingsBoard