Esp8266 Relay mit Wlan
Flashen eines ESP8266-Relay mit Tasmota
Schaubild
Tasmota Flashing
Prepare Python Env
- virtualenv esp -p $(which python3)
- source esp/bin/activate
- pip install esptool
Download Firmware
- mkdir esp8266 && cd esp8266
- wget https://ota.tasmota.com/tasmota/tasmota.bin
Write Tasmota Firmware
- esptool.py --port /dev/ttyUSB0 write_flash 0 tasmota.bin
