A simple weather station project based on ESP8266, MicroPython and BME280. It is possible to automatically synchronize the software with the server.
- Burn the module with the Micropython image. https://micropython.org/download/esp8266/
esptool.py --port /dev/ttyUSB0 erase_flash
esptool.py --port /dev/ttyUSB0 --baud 115200 write_flash --flash_size=detect 0 esp8266-20220618-v1.19.1.bin
- Put the File: main.py to the module's FS.
ampy -p /dev/ttyAMA0 -b 115200 put main.py /main.py