-->
Page 1 of 1

BlitzWolf SHP6 bw-shp6 - Micropython flashing

PostPosted: Wed Feb 20, 2019 2:28 pm
by Robert1968
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:

Code: Select allesptool.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.