diff --git a/README.md b/README.md index 56136f3..2258124 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # datalogger -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. \ No newline at end of file +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) diff --git a/typology.png b/docs/typology.png similarity index 100% rename from typology.png rename to docs/typology.png