diff options
author | Blaise Thompson <blaise@untzag.com> | 2021-03-09 13:54:14 -0600 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2021-03-09 13:54:14 -0600 |
commit | 3a8495be5ad35f75f8dc84cf0c73797420f21427 (patch) | |
tree | fa6ec853b060427a473497e4f7777992857f8905 /firmware | |
parent | 7bcffdfa4ee1bc6071e4798c2e65732fda1db44f (diff) |
forgotten add
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/firmware/README.md b/firmware/README.md new file mode 100644 index 0000000..2159734 --- /dev/null +++ b/firmware/README.md @@ -0,0 +1,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. |