datalogger/README.md

12 lines
355 B
Markdown
Raw Permalink Normal View History

2021-02-16 09:34:03 +00:00
# datalogger
2021-05-28 01:19:01 +00:00
ESP8266 running Micropython collecting temperature humidity and light level. Pushing data to a Mosquito server. A python script to ingest the data into an influx database. Grafana to display the data.
## Setting up ampy
`ampy` is a application that allows terminal access to connected micropython devices.
## typology
![](docs/typology)