-
Notifications
You must be signed in to change notification settings - Fork 21
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
Unable to connect to the access point #7
Comments
Update : I managed to connect to the access point by flashing on the NodeMCU the firmware provided in the esp8266games repo from Kody. I think I can run the game now but there must be a bug somewhere on the sketch side? What do you think? |
@atz-dev Hello! Are you saying it is working with the binary? I'm busy today but I can start looking into this issue tomorrow! |
I would like to specify that it is on the access point side (Chicken) that there is a problem imo. |
Thanks for reporting! I'll look into this soon 👍 |
I would like to add that I am having the same issue, however, I flashed both 8266s using Kodys bin file and Windows Power Shell.
|
Hey @JWhiteUX |
I have the same Issue, i can not change the Game |
I'm actually having trouble replicating the problem described. What specific hardware are you all using? |
Hello, I tried to connect to the chicken WIFI with my laptop, this works fine. But when I want to open the Webpage in the Browser, it's not possible. |
So I was having this issue as well using the WeMos D1 Mini Clone, I connected to the access point and was not getting a DHCP response from the access point. As seen through wireshark, found this thread rolled the board library back to 2.7.4 as suggested by menaeffat and it now works and I am getting DHCP responses now. No more issues with chickenman or my wifi clients. I am guessing there was an update that drops DHCP server from being enabled by default in the AP mode for the esp8266 boards. I am not much of a programmer, but I will see if I can find the settings in the library and report back/send a pull request if I can figure it out. |
Hello,
After setting up a Chicken and a Chicken Man, I am facing a problem that I can't solve.
The access point of the Chicken is well created and visible, the password is correctly retrieved by the Chicken Man, but he can't connect to it.
The problem does not seem to come from the client: by replacing
WiFi.begin(ssid.c_str(), password.c_str());
with the bssid and password of my router, it returnsSUCCESS \o/
.On the Chicken side, I can't connect to it from my phone, it seems to load for a long time..
Any advice?
fyi, I'm using last commit from main branch.
The text was updated successfully, but these errors were encountered: