Hello,
Wich libraries must I use to connect to a Wifi access-point with NodeMCU wich wpa-2 enterprise like Eduroam for example ?
Thank’s for your answer
Gérard
1 Answers
Hi.
I couldn’t find any examples for the ESP8266.
If you really need that feature, I recommend using an ESP32 instead. Here’s an example for the ESP32:https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFiClientSecure/examples/WiFiClientSecureEnterprise/WiFiClientSecureEnterprise.ino
I hope this helps.
Regards,
Sara