diff --git a/Flash-Sonoff-using-Raspberry-Pi.md b/Flash-Sonoff-using-Raspberry-Pi.md index 9f9fd56c..a4633988 100644 --- a/Flash-Sonoff-using-Raspberry-Pi.md +++ b/Flash-Sonoff-using-Raspberry-Pi.md @@ -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` 7. Setup Wifi: +Reboot your Pi after flashing and run a command `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` +wait until sonoff stops outputting messages (~3 seconds) and type + `password yourPassword` - - # That’s it :) Feel free to edit, if I forgot something or changes are necessary in the future!