Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Vijay Sharma
#55674 I also had exactly the same problem. I was nto able to connect to a ESP01 access point from another ESP01 station. I included the line WiFi.mode(WIFI_STA); before WiFi.begin(ssid, password); and whola! the problem solved.
Although if you go into the code of WiFi.begin(ssid, password); , I think it sets the station mode to STA but not sure why does it need to be set explicitly. Thanks friends for the suggestion.