Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.5 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.5 KB

ESP8266 NodeMCU monitors

This repo contains code and instructions to setup a ESP8266 NodeMCU for monitoring "things" using graphite and grafana.

WifiMonitor

We use basic ESP8266 client, ping and ntpclient modules to ping google.com at regular intervals and send the results to graphite. We then visualise the data on grafana.

WeightMonitor

We use a load cell, HX711 load cell amplifier and a ESP8266 NodeMCU for measuring the weight of a "thing". We then use the ESP8266 client to connect to a graphite server and send the weight of the "thing" to graphite. Alerts and visualisation is on grafana.

Referance documentation