diff --git a/README.md b/README.md index 56136f3..b372cb1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ -# datalogger +# 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. + +## Install tools + +```pip3 install esptool adafruit-ampy``` + +## Download Esp8266 Firmware + +https://micropython.org/resources/firmware/esp8266-20210418-v1.15.bin \ No newline at end of file