-
Notifications
You must be signed in to change notification settings - Fork 298
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
Connecting ESP8266 to FRITZ!Box 3370 #66
Comments
Hi, had a similar issue. Greetings |
Hello Eva,
thanks for your Reply!
Currently i'm working on my Diploma Thesis and haven't enough time to try it out. But i will do so! :)
Thank you,
greetings
Tony
Gesendet: Sonntag, 21. Januar 2018 um 12:41 Uhr
Von: evaluationevaluation <[email protected]>
An: esp8266/esp8266-wiki <[email protected]>
Cc: tobau <[email protected]>, Author <[email protected]>
Betreff: Re: [esp8266/esp8266-wiki] Connecting ESP8266 to FRITZ!Box 3370 (#66)
Hi,
had a similar issue.
In my case it was the "connection mode" of the ESP.
wifi_station_set_config(&stationConf);
wifi_set_phy_mode(PHY_MODE_11B);
wifi_station_set_auto_connect(1);
wifi_station_connect();
The second line seem to force ESP to use 802.11B for connection with the access point and this mode has been deactivated in my WiFi environment. Setting the access point to accept 802.11b/g/n solved the issue for me.
Don't know if this second line is really needed or if it would be better simply to remove this line. Perhaps ESP then connects with the best mode available?!
Greetings
Eva
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hello,
i got a strange Problem:
I've written a C-Code which connects to an AP and serves TCP at some ports. It works totally fine in my Network (Hitron Hub). A few days ago, i've moved to my parents place to install an ESP to do some lightning control. (FRITZ!Box 3370)
I've changed the SSID and the WPA2 Key in my Code. I've Copy and Pasted both, so its impossible that there is a typo...
How Ever: When i'm powering up the ESP, it finds the network, and tries to connect to it, but it doesn't work. The Log-File of the FRITZ!Box 3370 says, that there was the wrong key.
Here is the Debug-Out from the ESP:
and this repeats the whole time.
Is it a problem with TKIP/AES/CCMP? Which encryption does the ESP support?
Is there any way to get a succesfull connection?
Thank you very much!
Greetings
The text was updated successfully, but these errors were encountered: