-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Is it possible to connect to WPA2 Enterprise with Arduino IDE #160
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
Comments
ESP32 supports WPA2 enterprise and also IDF supports it, but it's not implemented in Arduino-esp32 yet. |
So how can I connect the Sparkfun ESP32 Thing board to a WPA2 enterprise and use it with the Blynk app? Is there any way of doing this or I better wait untill it's implemented? |
Until it is supported on the Arduino IDE you'll have to use Expressif's SDK or better to compile your code that requires WPA 2 enterprise. |
Is the regular WPA2 supported? I cannot make my board connect to it. |
@juliantoledo @sebasqure |
Don't close it, yet. That sketch only works when the WPA2-Enterprise network happens to be setup the way that the ESP32 wants it set up with its default configuration. The majority of people won't have have that configuration, and the current Arduino software offers no way to change the EAP negotiation method. |
I have enterprise WiFi working with Cisco hardware as shown here:
Note that my I'm using the Visual Micro extension for Visual Studio, but it is essentially the Arduino IDE with a different front end. |
This has been implemented in #6398, thanks @jpswensen for the pull request! |
Adds a configurable timeout for builds
I'm using the Sparkfun ESP32 Thing board.
The text was updated successfully, but these errors were encountered: