Page 1 of 1

Issue connecting ESP_Easy_0 SSID

Posted: 06 Dec 2018, 10:03
by jme
Hi,

I just receive 3 new SONOFF devices i would like to flash with ESP easy.

I already falshed one sonoff and a sonoff4ch in the past without any issue.

I just flash the first of my 3 Sonoff, flash looks to be ok, i can see the ESP_Easy_0 SSID, i try to connect, it ask the password, i enter the password "configesp" en then it looks like my wifi card restart ( all ssid dissapear) and i get a message can't connect to ssid.

I've tested with 2 different pc, same issue.

Any idea what can be wrong ?

Thx

Re: Issue connecting ESP_Easy_0 SSID

Posted: 06 Dec 2018, 11:59
by Cino2424
Look at serial monitor. You can give ssid and password manually

Re: Issue connecting ESP_Easy_0 SSID

Posted: 06 Dec 2018, 14:43
by jme
Could you just explain how to connect the serial monitor .
Which app do i need ?

Thx

Re: Issue connecting ESP_Easy_0 SSID

Posted: 06 Dec 2018, 19:57
by jme
hi,

Here is the Terminal output:

Code: Select all

2779 : WD   : Uptime 0 ConnectFailures 0 FreeMem 20784

 ets Jan  8 2013,rst cause:4, boot mode:(3,7)

wdt reset
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
vbb28d4a3
~ld
   ▒U108 :

INIT : Booting version: mega-20181204 (ESP82xx Core 2_4_2, NONOS SDK 2.2.1(cfd48f3), LWIP: 2.0.3 PUYA support)
109 : INIT : Warm boot #1 - Restart Reason: Hardware Watchdog
111 : FS   : Mounting...
118 : FS   : Mount successful, used 75802 bytes of 113201
469 : CRC  : program checksum       ...OK
480 : CRC  : SecuritySettings CRC   ...OK
482 : CRC  : binary has changed since last save of Settings
503 : INIT : Free RAM:24056
504 : INIT : I2C
505 : INIT : SPI not enabled
519 : INFO : Plugins: 46 [Normal] (ESP82xx Core 2_4_2, NONOS SDK 2.2.1(cfd48f3), LWIP: 2.0.3 PUYA support)
522 : WIFI : No valid wifi settings
523 : WIFI : Could not connect to AP!
525 : WIFI : Set WiFi to AP
1447 : WIFI : AP Mode ssid will be ESP_Easy_0 with address 192.168.4.1
2783 : WD   : Uptime 0 ConnectFailures 0 FreeMem 20768

 ets Jan  8 2013,rst cause:4, boot mode:(3,7)

wdt reset
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
vbb28d4a3
~ld
   ▒U109 :

INIT : Booting version: mega-20181204 (ESP82xx Core 2_4_2, NONOS SDK 2.2.1(cfd48f3), LWIP: 2.0.3 PUYA support)
110 : INIT : Warm boot #2 - Restart Reason: Hardware Watchdog
113 : FS   : Mounting...
119 : FS   : Mount successful, used 75802 bytes of 113201
470 : CRC  : program checksum       ...OK
482 : CRC  : SecuritySettings CRC   ...OK
483 : CRC  : binary has changed since last save of Settings
504 : INIT : Free RAM:24056
506 : INIT : I2C
506 : INIT : SPI not enabled
520 : INFO : Plugins: 46 [Normal] (ESP82xx Core 2_4_2, NONOS SDK 2.2.1(cfd48f3), LWIP: 2.0.3 PUYA support)
523 : WIFI : No valid wifi settings
525 : WIFI : Could not connect to AP!
526 : WIFI : Set WiFi to AP
1449 : WIFI : AP Mode ssid will be ESP_Easy_0 with address 192.168.4.1
2783 : WD   : Uptime 0 ConnectFailures 0 FreeMem 20768


Re: Issue connecting ESP_Easy_0 SSID

Posted: 06 Dec 2018, 21:26
by Domosapiens
Look at serial monitor. You can give ssid and password manually
See:
https://www.letscontrolit.com/wiki/inde ... _Reference

Re: Issue connecting ESP_Easy_0 SSID

Posted: 06 Dec 2018, 22:22
by jme
Hi,

Thank for the tip, set up the wifi trough the serial did the trick.