Is it possible to get ESP8266 running on WPA2 Enterprise network?

jhtong picture jhtong · Feb 17, 2016 · Viewed 10.9k times · Source

I've seen examples for ESP8266 chip Wifi clients logging onto a WPA2 personal network.

However, is it possible for an ESP8266 client to login to an enterprise network?

Answer

pgmank picture pgmank · Mar 16, 2018

Since Version 2.0 of the Espressif SDK, ESP8266 can be connected to both EAP and PEAP WPA2 Enterprise networks.

I quote a small guide from GitHub on how to implement the connection:

ESP8266 Connection to WPA2 Enterprise Networks GitHub Guide