Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/peterzen/environment-monitor
- Owner: peterzen
- Created: 2019-10-12T14:32:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T18:23:50.000Z (over 5 years ago)
- Last Synced: 2024-12-09T04:42:32.290Z (2 months ago)
- Topics: arduino, bh1750, dht-temperature-sensors, esp8266, iot, sensors, thingsboard
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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