Esp8266 Relay mit Wlan: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 6: | Zeile 6: | ||
{{#drawio:flashen-esp-1}} | {{#drawio:flashen-esp-1}} | ||
| + | |||
| + | =Tasmota Flashing= | ||
| + | ==Prepare Python Env== | ||
| + | *virtualenv esp -p $(which python3) | ||
| + | *source esp/bin/activate | ||
| + | *pip install esptool | ||
| + | ==Download Firmware== | ||
| + | *wget https://ota.tasmota.com/tasmota/tasmota.bin | ||
| + | ==Write Tasmota Firmware== | ||
| + | *esptool.py --port /dev/ttyUSB0 write_flash 0 tasmota.bin | ||
Version vom 3. April 2024, 09:51 Uhr
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
Write Tasmota Firmware
- esptool.py --port /dev/ttyUSB0 write_flash 0 tasmota.bin
