Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By Robert1968
#80677 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.