-->
Page 1 of 2

ESP-01 Access Point

PostPosted: Mon Jan 11, 2016 4:28 am
by frjariello
Hello,
I'm trying to use an Esp-01 as an access point, but after loading the sketch example, I am no longer able to change the SSID and Password to access! Although the changes to it, are always the first set, you may depend on what?
Subsequent reprogramming seem not to do a full reset

Another strange thing is that the monitor serial I do not work ...

Thanks

bye bye

Re: ESP-01 Access Point

PostPosted: Mon Jan 11, 2016 10:32 am
by martinayotte
If you use AP-only mode, of course the module won't be reachable by your own Wifi network provided by your router.
To have both access, you need to use the STA+AP mode, this will allow your ESP to be still connecting to your network while providing AP access too. But, be aware that ESP is not a router, therefore, clients connected to the ESP won't have access to the other network.

Re: ESP-01 Access Point

PostPosted: Tue Jan 12, 2016 4:54 am
by frjariello
Hello and thank you for interest,
I use it only as AP-mode, but the problem is that the new network that creates keeps the name and password of the previous programming. Probably, I noticed now, the problem is the length of the password, which is likely if under 8 characters is not accepted and therefore do not change, it's possible?
I'm interested in the possibility of the use STA+AP mode, you have some links or example using the IDE of Arduino?

Thanks again

bye bye

Re: ESP-01 Access Point

PostPosted: Tue Jan 12, 2016 10:07 am
by martinayotte
Yes, password length needs to be between 8 to 63 characters.
This is not only true for ESP but for any Wifi AP.

viewtopic.php?f=6&t=6962&p=35683&hilit=password+length#p35683