Add Install tools. Add esp8266 firmware download
This commit is contained in:
parent
091d24a263
commit
b690a86215
12
README.md
12
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.
|
||||
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
|
Loading…
Reference in New Issue