-
Notifications
You must be signed in to change notification settings - Fork 30
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
BUG: Hitting /wifi does not always start wifi config portal #62
Comments
note that /wifi/config works |
just to add, the link "Click to Configure Wifi" on / should point to /wifi/config |
@aj-ptw @micuat
How exactly have you been testing the endpoint? I think this is possibly an upstream bug the ESP8266WebServer project... |
I was using chrome. I will try curl/wget when I'm back in town tomorrow...
…On Sunday, February 18, 2018, John Naulty Jr. ***@***.***> wrote:
@aj-ptw <https://github.com/aj-ptw> @micuat <https://github.com/micuat>
I've noticed
- web browser (chrome) /wifi endpoint does not seem to work
- using curl 192.168.4.1/wifi seems to work consistently (haven't ran
into any failures yet for it)
How exactly have you been testing the endpoint?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#62 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABwAScbm01jbmejzbSpnI2B2Grk73h2Aks5tWPB4gaJpZM4RYrJb>
.
|
This happens to me also on the 2.0.5 firmware - I'm not able to open the wifi manager. (I get the initial webpage, but when trying to reach wifi manager, connection eventually dies out). |
I am trying to GET data from OpenBCI Wifi Server. I run Wifi Shield (connected to OpenBCI) as hotspot and I can issue GET http://192.168.4.1/all from my browser and it return some info (I've pasted it bellow just removing MAC addr) {"board_connected":true,"heap":19568,"ip":"0.0.0.0","mac":"......","name":"OpenBCI-4CB8","num_channels":0,"version":"v2.0.5","latency":10000} But it respond with "Route Not Found" if I try to run any of these commands Any way to fix that? |
Hey, I'm on 2.0.5 and I also have this problem, can't get the Wifi Configuration to open |
Hello, {"board_connected":true,"heap":19192,"ip":"0.0.0.0","mac":"........","name":"OpenBCI-C471","num_channels":0,"version":"v2.0.5","latency":10000} Also, when I click the config link, the wifi board has D4 and D3 blink once and D2 blinks 8 times, but there is nothing else. I'm on linux. I don't know if it is related but after trying to config, I also can't connect through the OpenBCI GUI. When I try to connect there, it says "Check that the device is powered on and in range. Also try AUTOSCAN. Otherwise, Cyton firmware is out of date." The only way to get the OpenBCI GUI to work is to power down the board. Then, it still does not send data. Any ideas? |
Any updates on this issue? |
Is there any update on this issue? I am still experiencing it. Is downgrading firmware an option? I am on 2.0.5. The page http://192.168.4.1/wifi/config doesn't work The page http://192.168.4.1/wifi/ gives
http://192.168.4.1/all gives:
I also tried using the OpenBCI GUI, I get the following
I am not sure if this is a problem with the GUI permissions or related to the above one. Any help would be greatly appreciated! |
My Cyton + Wifi Shield is working just fine when I upload the pre-compiled firmware (2.0.5), but not when I compiled and load the same source code: 2.0.5. Open BCI GUI says: Hardware cannot be initialized... I'm using Arduino 1.8.19 with the following libraries on my Windows 11 computer: Please help. Thanks. |
When Cyton is power ON and OpenBCI Wi-Fi Shield is powered ON, http://192.168.4.1/wifi/config time out. When Cyton is powered off http://192.168.4.1/wifi/config works as intended. |
I have noticed with 2.0.2 that the wifi config does not always start
The text was updated successfully, but these errors were encountered: