Esp8266 Relay mit Wlan

Aus xinux.net
Zur Navigation springen Zur Suche springen

Flashen eines ESP8266-Relay mit Tasmota

Schaubild

Esp8266-relay1.png

USB-TTL.png

Tasmota Flashing

Prepare Python Env

  • python3 -m venv esp
  • source esp/bin/activate
  • pip install esptool

Download Firmware

Write Tasmota Firmware

  • esptool.py --port /dev/ttyUSB0 write_flash 0 tasmota.bin