BlitzWolf SHP6 bw-shp6 - Micropython flashing

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
robert1968
Posts: 4
Joined: Sun Oct 01, 2017 4:20 pm

BlitzWolf SHP6 bw-shp6 - Micropython flashing

Post by robert1968 » Wed Feb 20, 2019 7:41 pm

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.

Post Reply