-->
Page 2 of 3

Re: Access point Name, unable to change it

PostPosted: Sat Feb 06, 2016 3:13 pm
by Trickuncle
On my module today, yes, many times, I have clicked on 'forget'. Then doing a wifi search, the phone shows an SSID of 'test' which I was using 3 weeks ago and wants a password of 12345678 that was being used at the time. The code just loaded into the module is wifi.sta.config("ESP8266","") but it seems to be ignored by the phone. I have performed a system reset of the phone by using the magic button press at power on and going to the recover screen and choosing wipe and restart but makes no difference; afterwards, it still shows the old SSID.

Once in a while, it changes. I think it's associated with the type of wifi the module is set to: station, ap or softap.

Still digging ---

Re: Access point Name, unable to change it

PostPosted: Sat Feb 06, 2016 3:32 pm
by freedom2000
The only thing I did to have it work (on 5 different boards) was to upgrade the IDE to version 2.1.0-rc2.

Magically the AP Name is the one I want.

I must say that I did also the test with one other phone and a tablet... was the same.
I do believe that someting has changed between V2.0 and V2.1

JP

Re: Access point Name, unable to change it

PostPosted: Sat Jul 30, 2016 3:08 pm
by Trey
This happens to me with esp8266 Arduino SoftAP

No matter how many times I push modified code and forget all networks on windows.

The AP Name is not changing. I'm confused

Re: Access point Name, unable to change it

PostPosted: Sat May 27, 2017 7:39 am
by treii28
Isn't there something where the password and/or ssid has to be a certain length or at least a certain minimum length? I ran into something similar before and was running into something similar just now but just remembered that I'd run into it once before and either my ssid or my password wasn't long enough. And on some times of wifi security, it can be really picky on password length in general (something it it has to be either 8 or 13 characters for WEP or something weird like that?)

Anyway, when I ran into this before, I noted that if a prior ssid/password that were valid existed in the ESP, it would still start AP mode but just use the prior values. It was when I realized the password hadn't changed either that I figured it out.