Greetings fellows,
I'm currently working on connecting a Raspberry Pi Pico W to my university's eduroam network*. I'm looking for a library to handle the WPA2 enterprise protocol that makes up eduroam and wish to stay with the Arduino IDE (v2.0.2), because there is already a running I2C communication written in the IDE from the Pico to another IC.
So far I have tried to use the WiFi.h library, which cannot do WPA2 enterprise apparently, WiFiNINA, which resulted in a error for missing certain Pins on the Pico W that are present at NINA, and the ESP32 solution on github made by martinius96**, which failed due to different chip architectures.
Do you have input on which library to use or how to realize the connection via a workaround? Thany you for your time in advance.
Sincerely,
Aaroniter
/* eduroam - Wikipedia
/** GitHub - martinius96/ESP32-eduroam: Examples with connection to eduroam powered university networks around the world and then to IoT services or self-hosted websites..