-
Notifications
You must be signed in to change notification settings - Fork 108
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
Cant connect to eduroam with Arduino Nano 33 IoT #214
Comments
Hi @iS3cr3Ti. Thanks for your report. Please provide a detailed description of the problem you are having, including the full and exact text of any associated error or warning messages. Please open the Arduino Serial Monitor while the "ConnectWithWPA2Enterprise" and the share here the text that is printed. Possibly related: #105 |
The ConnectWithWPA2Enterprise Code:
The arduino_secrets.h:
Output of the Serial Monitor:
So this is the Code, which I am currently using. There is no Error Message or Warning Message. The Password is working, because I am using it with my Phone too. I just cant connect to the network. On the related Issue #105, @facchinm m asked for the used Security Method. On my Computer there is "WPA/WPA2, EAP-TTLS, MSCHAPv2". |
Should I provide more Informations or is there anything I can do? |
Did you find a solution for this? |
Hello,
I am currently using the WiFiNINA Library (Sketch "ConnectWithWPA2Enterprise.ino"). I saw that several other Universities got it done with the ESP32.
These Arguments are needed for the WLAN-Connection:
status = WiFi.beginEnterprise(ssid, user, pass, identity, caCert);
But I dont get it working. I received the following login data from my university:
EAP-Method: TTLS or PEAP
Outer Identity with eduroam as identity
Certificate: Needed
Inner Identity with MSCHAPv2 (Username and Password)
Is there a way to specify these settings directly? Or am I doing something wrong?
The text was updated successfully, but these errors were encountered: