IotWebConf icon indicating copy to clipboard operation
IotWebConf copied to clipboard

ESP8266 SSID was not set

Open techker opened this issue 3 years ago • 2 comments

Hey guys i tried the Minimal example and i get this in terminal.

when i search for the network i do not see it in the list?

sword was not set. WiFi SSID was not set. Will stay in AP mode. State changed from: 0 to 1

Starting up... Config version: init Config size: 165 Wrong config version. Applying defaults. [iwcAll] |-- [iwcSys] | |-- 'iwcThingName' with value: 'testThing' | |-- 'iwcApPassword' with value: | |-- [iwcWifi0] | | |-- 'iwcWifiSsid' with value: '' | | -- 'iwcWifiPassword' with value: | -- 'iwcApTimeout' with value: '30' |-- [iwcCustom] -- [hidden] Ready. AP password was not set in configuration State changing from: 0 to 1 Setting up AP: testThing With default password: AP IP address: 192.168.4.1 AP password was not set. WiFi SSID was not set. Will stay in AP mode. State changed from: 0 to 1

techker avatar Oct 21 '21 13:10 techker

So you cannot see SSID "testThing" when scanning your Wifi? What board are you using? What partition scheme/Flash size are you using on the ESP8266?

gb0101010101 avatar Oct 23 '21 16:10 gb0101010101

In AP mode the thing opens a public access point, this should be visible (appears in list) for others. On the other hand I myself also have a bad experience with MacOS as some WiFi network might not appear, or cannot be connected from a mac. I have good results from Android phone however and even better from Linux machines.

prampec avatar Oct 25 '21 06:10 prampec