| Electronics > Projects, Designs, and Technical Stuff |
| Easiest way to add WPA2 Entreprise support ?? |
| (1/1) |
| jemangedeslolos:
Hello, I have a custom board with sensors that transmit datas to online IoT plateform (Thingspeak ) with onboard wifi ( ESP8266 + AT commands ). All is working great...except that now I need to connect my board to a Wifi that only accepts WPA2 enterprise authentication. Does anyone have experience using wifi module who supports WPA2 Entreprise authentification ? ( ESP8266 if possible >:D ) In the ESP8266 AT Instruction Set PDF, it is clearly indicated that AT can NOT connect to WPA2 Enterprise AP. Thank you for your help :) |
| nuclearcat:
ESP8266 RTOS SDK does support WPA2 enterprise, but i guess you need to write firmware to have necessary functionality, or hire someone. Here is example: https://github.com/espressif/ESP8266_RTOS_SDK/blob/8456b7450e06c67d434323c5b41185f878c8945f/examples/wifi/wpa2_enterprise/main/wpa2_enterprise_main.c |
| Navigation |
| Message Index |