11 lines
375 B
Markdown
11 lines
375 B
Markdown
# 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.
|
|
|
|
## Install tools
|
|
|
|
```pip3 install esptool adafruit-ampy```
|
|
|
|
## Download Esp8266 Firmware
|
|
|
|
https://micropython.org/resources/firmware/esp8266-20210418-v1.15.bin |