Adding necessary step

Andrii Podanenko 2018-11-23 13:31:11 +02:00
parent 4f5755226c
commit fdd939496a
1 changed files with 3 additions and 2 deletions

@ -59,6 +59,7 @@ Again connect 3,3V while pressing button:
`esptool.py --port /dev/ttyS0 write_flash -fm dout 0x0 /path/to/downloaded/sonoff.bin` `esptool.py --port /dev/ttyS0 write_flash -fm dout 0x0 /path/to/downloaded/sonoff.bin`
7. Setup Wifi: 7. Setup Wifi:
Reboot your Pi after flashing and run a command
`miniterm.py /dev/ttyS0 115200 -e` `miniterm.py /dev/ttyS0 115200 -e`
@ -68,10 +69,10 @@ Now just type in, your SSID, press enter and then type the password…
`ssid yourSSID` `ssid yourSSID`
wait until sonoff stops outputting messages (~3 seconds) and type
`password yourPassword` `password yourPassword`
# Thats it :) # Thats it :)
Feel free to edit, if I forgot something or changes are necessary in the future! Feel free to edit, if I forgot something or changes are necessary in the future!