JacekDob / Sonoff-Tasmota

Provide ESP32 with Web, MQTT and OTA firmware using Arduino IDE or PlatformIO
GNU General Public License v3.0
71 stars 12 forks source link

ESP32 WIFI CONFIGURATION PROBLEM #21

Open eramanaraju opened 5 years ago

eramanaraju commented 5 years ago

I entered valid SSID an Password in user_config.h. But ESP doesn't connect to Wifi AP. Configuration works fine with a lot of other tasmota devices. I only changed STA_SSID1 and STA_PASS1 in user_config.h but doesn't work at all. The Devices restarts and the same messages appears in serial log

Serial Log Output: 8000,len:0 load:0x40078000,len:11392 entry 0x40078a24

00:00:00 APP: Set Baudrate to 115200

00:00:00 Project sonoff Sonoff (Topic sonoff, Fallback DVES_00000000, GroupTopic sonoffs) Version 5.12.0c-STAGED 00:00:00 WIF: Connecting to AP1 in mode 11 00:00:15 WIF: Connect failed with AP timeout 00:00:15 WIF: Connecting to AP1 in mode 11 00:00:30 WIF: WPSConfig failed to start 00:00:31 WIF: SmartConfigSSId1 , Password1 00:00:33 APP: Restarting

dhx256 commented 5 years ago

in the „original“ Tasmota i would try to set the Wifi-Setting via serial-console. use the same commands like in the web-console. see wiki

Gruß Martin

On 4. Feb 2019, at 6:47 AM, eramanaraju notifications@github.com wrote:

I entered valid SSID an Password in user_config.h. But ESP doesn't connect to Wifi AP. Configuration works fine with a lot of other tasmota devices. I only changed STA_SSID1 and STA_PASS1 in user_config.h but doesn't work at all. The Devices restarts and the same messages appears in serial log

Serial Log Output: 8000,len:0 load:0x40078000,len:11392 entry 0x40078a24

00:00:00 APP: Set Baudrate to 115200

00:00:00 Project sonoff Sonoff (Topic sonoff, Fallback DVES_00000000, GroupTopic sonoffs) Version 5.12.0c-STAGED 00:00:00 WIF: Connecting to AP1 in mode 11 00:00:15 WIF: Connect failed with AP timeout 00:00:15 WIF: Connecting to AP1 in mode 11 00:00:30 WIF: WPSConfig failed to start 00:00:31 WIF: SmartConfigSSId1 , Password1 00:00:33 APP: Restarting

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.