Page 1 of 1

BlitzWolf SHP6 bw-shp6 - Micropython flashing

Posted: Wed Feb 20, 2019 7:41 pm
by robert1968
Hi,

Finally figure out how to install Micropython on BlitzWolf SHP6 --Which is an ESP8266 based yet another smart socket.
(see picture how to serial connect
[url=https://github.com/arendst/Sonoff-Tasmo ... Wolf-SHP6/]BlitzWolf-SHP6![/url]

If you want to put micropython then this is the trick ( -fm dout) to flash:
[code]
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
[/code]

after flash you can connect to serial terminal.