-
Notifications
You must be signed in to change notification settings - Fork 69
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
AP mode connection failure #12
Comments
I haven't done much testing with AP mode lately. Where'd you get the IP address 192.168.0.115 from? Tried 192.168.4.1, as noted in the serial output? |
192.168.0.115 is the IP that works in the normal network mode, 192.168.4.1 isn't addressable in AP or normal mode. |
I am having the issue of it not giving my device a dhcp address I think? I tried setting this up in AP mode since standard wifi was not working T^T. I get one of two errors: Or
|
It's getting stuck in the handleWeb() function inside of web.h. It's waiting for the status to be WL_CONNECTED but I'm not sure that will ever be the case in this situation. What do we need to change here to let it escape the loop? I'm assuming there is more to setting it up in AP mode than just uncommenting those lines in WiFi.h |
Seems like an easy thing to test |
Set everything up, works if controlled over home wifi network.
Want to try the Access point mode because my light setup is supposed to be portable.
I can connect to the created AP and go to the webserver (192.168.0.115)
but nothing loads apart of the header and the "connecting, please wait..." message at the bottom.
Serial monitor displays the following:
"Listing directory: /
FILE: /css/styles.css SIZE: 31
FILE: /favicon.ico SIZE: 4286
FILE: /images/atom196.png SIZE: 5469
FILE: /index.htm SIZE: 10733
FILE: /js/app.js SIZE: 13101
Hostname: EINHORN40a4ae30
Connect to Wi-Fi access point: EINHORN40a4ae30
and open http://192.168.4.1 in your browser
HTTP server started
Main code running on core 1
..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................."
with the points going endlessly.
No idea whats causing this.
Help would be nice.
The text was updated successfully, but these errors were encountered: