BlitzWolf SHP6 bw-shp6 - Micropython flashing
Posted: Wed Feb 20, 2019 2:28 pm
BlitzWolf SHP6 is a ESP8266 based yet another smart socket.
see picture how to serial connect https://github.com/arendst/Sonoff-Tasmota/wiki/BlitzWolf-SHP6
If you want to put micropython then this is the trick ( -fm dout) to flash:
after flash you can connect to serial terminal.
see picture how to serial connect https://github.com/arendst/Sonoff-Tasmota/wiki/BlitzWolf-SHP6
If you want to put micropython then this is the trick ( -fm dout) to flash:
Code: Select all
esptool.py --port /dev/ttyUSB0 erase_flash
esptool.py --port /dev/ttyUSB0 --baud 460800 write_flash --flash_size=detect -fm dout 0 esp8266-20190125-v1.10.bin
after flash you can connect to serial terminal.