Page 1 of 1
Problem in Access Point Mode
Posted: Mon Jul 22, 2019 6:59 am
by Ritu21
Hi,
Esp 32 is running on STA-AP wifi mode, I change wifi ssid and password to something which is not available ,which disconnects the ESP-32 from station. Now when I restart the module,station is disconnected at the same time access point doesn't show up in my mobile wifi list and if it shows up, doesn't connect with it.
Could u please tell where is the problem here??
Thanks
Ritu
Re: Problem in Access Point Mode
Posted: Mon Jul 22, 2019 7:24 am
by ThinkalVB
Check if the password has at least 8 characters and try to avoid special symbols. Give some code so we can resolve it.
Re: Problem in Access Point Mode
Posted: Mon Jul 22, 2019 7:32 am
by Ritu21
There was a special character in passphrase and of 8 characters. Attached is the file for wifi configuration.
Re: Problem in Access Point Mode
Posted: Mon Jul 22, 2019 7:20 pm
by Ritesh
Ritu21 wrote: ↑Mon Jul 22, 2019 7:32 am
There was a special character in passphrase and of 8 characters. Attached is the file for wifi configuration.
Hello,
Which ESP32 IDF you are using? Can you please try AP with open environment?
Because we are using AP+STA mode without any issue in connection and disconnection state like you have mentioned.
Re: Problem in Access Point Mode
Posted: Tue Jul 23, 2019 7:21 am
by Ritu21
Hello,
This is my ESP-IDF version v4.0-dev-217-g5b2247df2.
I added a little delay when Sta Disconnection event is received and so far we are not facing any issue.
Thanks
Ritu
Re: Problem in Access Point Mode
Posted: Tue Jul 23, 2019 11:31 am
by Ritesh
Ritu21 wrote: ↑Tue Jul 23, 2019 7:21 am
Hello,
This is my ESP-IDF version v4.0-dev-217-g5b2247df2.
I added a little delay when Sta Disconnection event is received and so far we are not facing any issue.
Thanks
Ritu
Great. Thanks for update regarding same.