-
Notifications
You must be signed in to change notification settings - Fork 13.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WiFi.softAP(ssid, password) does not seem to work.. #1141
Comments
Duplicate of #1123? |
seems like that.. but what is solutions..?? |
is it not fixable? a hardware issue?? |
As mentioned down that link, it is fixed in git and in stable version. Just not yet in staging. |
It's working for me, but the first request is REALLY slow. It takes 30 seconds for the softap example to work the first time, then every request after that is fast. |
OK ya stable version works fine. |
It is pretty obvious but I think it is worth to be mentioned. When the password is too short (less than 8 characters) the WiFi.softAP(ssid, password) function desn't work. Of course there is no warning during compilation. |
warning during compilation is not possible, |
Yes, you are absolutely right about the warning during the compilation and I fully agree that most users don't check the return value (probably because this return value isn't checked even in the example sketches). Therefore I wrote that it is worth to be mentioned. |
@gosewski , Your tip solved my problem. Thanks |
@khalilst ,You're welcome. I am glad to hear that. |
@gosewski , thanks... had a password of "test" and it wasn't working. Increased the length and it worked just fine. Perhaps update the example sketch with a comment on the password length? |
Sorry to post again on the same issue, but I am also unable to have my ESP8266 actively change its AP SSID/PW. Needless to say that I have updated the related .h libraries (via the Arduino Library Mgr, not from the Github cause there is no button in the Github to download a library .ZIP file !) The AP starts up and works quite right but its SSID and PW are never set the way I wan't them to be set ! The code below is only an excerpt of AP-relevant sections of my sketch.
Unfortunately, the ESP/AP keeps giving me an old SSID/PW set that is written in its memory (EEPROM ?) and does not take into account the "MYNewSSID"/"abcdef0123456" set ! What's wrong ? |
regarding comment about no button to download ZIP file - please look for On 24/11/16 02:06, ym58 wrote:
|
my 'gentle' comment is that you are using a browser that does not take On 24/11/16 05:49, ym58 wrote:
|
Heh... the issue is your not at the top level of the repo. You can't zip just 1 folder to my knowledge. |
@NateZimmer |
I know this post is quite old now but I'm having the same issue. I did verify the password is longer than 8 characters. the only way I'm being able to connect to the AP is when setting the mode WIFI_AP_STA and connecting to a router as station. I don't wan't to be forced to do this. any suggestions? @igrr |
I had problems using the ESP8266 as an access point and solved the problem by including the statement: |
This should be accepted as one of the solutions. Thnx! |
It appears the password has to start with a character. When I used 12345678 as password SSID is not available. Changed it to welcome123 and AP works as expected. |
AT COMMANDS RETURNING |
Can you point me to a link about how to make the SSID name unique? I am thinking of using |
This fix the problem thank you❤ |
I am using the staging version of ESP8266... the thing is that ESP is not showing the name as given ssid.. it shows AI-thinkers.. some thing like that and open network.
The text was updated successfully, but these errors were encountered: