-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Can't connect to ESP32 AP mode #3037
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
Comments
Hi, Maybe #2971 ? |
Hello ! Maybe ! |
So, I've manually replaced all of the content of both sdkfiles with the ones I found here https://github.com/espressif/arduino-esp32/blob/master/tools/sdk/sdkconfig and here https://github.com/espressif/arduino-esp32/blob/master/tools/sdk/include/config/sdkconfig.h |
Update: It appears as it works now ! I've only modified the sdkconfig files accordingly. |
Hello again today, update pio core 4.0.1 to 4.0.3, get troubles, rollback to 4.0.1 still have problem. |
@MkLHX Please open a new issue and provide your usecase/code in that new issue. Also test with 1.0.3-rc3 using the sdkconfig as-is from that release. |
Sorry but since 2 months get again and again troubles with AP, WiFi etc etc |
@MkLHX Unless you open a new issue after testing with arduino-esp32 1.0.3-rc3 nobody will likely help you with your issue. In all of my testing on the latest releases soft AP works exactly as expected in all regards. |
OS: Linux Mint 19.1
Board: ESP32 Wroover DevKitV4
I am trying to connect to the ESP32 while it is in AP mode. Doing it with a Samsung Note 9 is easy peasy. Doing it with my PC however proves impossible. It will "connect" to the ESP but the webserver won't serve any page returning:
These are the Verbose Logs:
I have also tried without:
and it still did not work.
Also tried
IPAddress gatewayAP(0,0,0,0);
with no luck.It just won't work on the PC.
I have opened a similar issue over a month ago: #2910
This is a serious bug, isn't it ? I see lots of users having similar issues.
I have a
ASUS STRIX Z270E GAMING
motherboard capable ofWi-Fi 802.11 a/b/g/n/ac
.I'm also using an
Asus RT-N18U
Router which is802.11 n
capable.The text was updated successfully, but these errors were encountered: