aboutsummaryrefslogtreecommitdiff
path: root/firmware/README.md
blob: 2159734845c11dc6dd334a22f92b5c888db712c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# mqtt-weather-station firmware

This project uses [micropython](https://micropython.org/), specifically [microhomie](https://github.com/microhomie/microhomie).
Currently we build on microhomie-esp8266-v3.0.2, the binary is in the folder.

You must define the private information defined in `settings.py`.
Copy `settings.py.example` to make a folder `settings.py` and define all relevant variables.

Run `flash.sh` to flash the board.  
You will need [esptool](https://github.com/espressif/esptool) and [ampy](https://github.com/scientifichackers/ampy).

We recommend an [FTDI Basic Breakout](https://www.sparkfun.com/products/9716) to physically program the ESP8266.