Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bmiddha/iot-sensors
Sensor data logging and graphing.
https://github.com/bmiddha/iot-sensors
ardunio docker esp8266 grafana influxdb mosquitto mqtt telegraf
Last synced: 23 days ago
JSON representation
Sensor data logging and graphing.
- Host: GitHub
- URL: https://github.com/bmiddha/iot-sensors
- Owner: bmiddha
- License: mit
- Created: 2020-09-03T02:08:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-09-04T05:11:33.000Z (over 4 years ago)
- Last Synced: 2024-11-23T15:32:47.373Z (3 months ago)
- Topics: ardunio, docker, esp8266, grafana, influxdb, mosquitto, mqtt, telegraf
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iot-sensors
Sensor data logging and graphing.
## Tech
ESP8266 w/ sensors report data via MQTT to *Eclipse Mosquitto*.
*Telegraf* is subscribed to the events and posts data to the *Influxdb* database.
*Grafana* is used to query data and visualize it with fancy dashboards.## Hardware
- ESP8266 - Arduino compatible microcontroller with Wi-Fi.
- DHT22 - Temperature-Humidity Sensor
- PMS5003 - PM2.5 Air Quality Sensor