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.
BlitzWolf SHP6 bw-shp6 - Micropython flashing
-
- Posts: 4
- Joined: Sun Oct 01, 2017 4:20 pm