Has anyone developed a library and sketch for using WPA2 Enterprise on Arduino Uno R4 Wifi?
I've successfully used the R4 Wifi for WPA, and sent SD files via gmail. However, Eduroam at my university requires WPA2 Enterprise login (with credentialed username and password), and the WiFi.h and WiFiS3.h libraries don't have the beginEnterprise() login.
I've tried WiFiNINA.h and WiFiNINA_Generic.h libraries but been unable to modify them (BOARD_NAME and BOARD_TYPE) to log onto WPA2 Enterprise. Any help would be appreciated and further advance the adoption of this great board. Thanks
So unfortunately I wasn't able to find anything on how to connect to WPA2 enterprise, and I'm not suprised cos Im relatively new to the whole idea. However many universities typically have a network with no password, in which case you would delete the password variable entirely, resulting in: WiFi.begin(ssid); however when I did this the code displayed the board as connected but the IoT Cloud still says it's offline. I'll check back in tomorrow and do some more stuff but imma go to bed now