Skip to content

Instantly share code, notes, and snippets.

View wjshamblin's full-sized avatar

Joe Shamblin wjshamblin

  • Duke University
  • Durham, NC
View GitHub Profile
# Prepare Python Env
virtualenv py3 -p $(which python3)
source py3/bin/activate
pip install esptool
# Download Firmware
wget https://github.com/arendst/Sonoff-Tasmota/releases/download/v6.3.0/sonoff.bin
# Backup Shelly Firmware
esptool.py --port /dev/cu.usbserial-1420 read_flash 0x00000 0x100000 shelly1_backup_01.bin