-->
Page 1 of 2

ESP8266 - How to provide UserID while connecting to WIFI

PostPosted: Wed May 24, 2017 3:23 pm
by sujeet_ssv
Please help me out here, I have a specific requirement where I intend to connect to the wifi network using ESP8266. This will be my companies network where I need to enter the Username , Password and SSID. I dont know how to fit this field in wifi.begin(ssid, password ), Any help here would be really appreciated. Thanks

Re: ESP8266 - How to provide UserID while connecting to WIFI

PostPosted: Wed May 24, 2017 6:38 pm
by rudy
If you are using the Arduino framework there is an example under Examples/ESP8266WiFi/WiFiClient.ino

Or you can see it here
https://github.com/esp8266/Arduino/blob ... Client.ino

Re: ESP8266 - How to provide UserID while connecting to WIFI

PostPosted: Thu May 25, 2017 6:08 am
by sujeet_ssv
I was talking about WPA2 Enterprise Connectivity.

Re: ESP8266 - How to provide UserID while connecting to WIFI

PostPosted: Thu May 25, 2017 8:37 am
by atexit8
sujeet_ssv wrote:I was talking about WPA2 Enterprise Connectivity.


If the answer is not useful, I suggest you go read the documentation at Github.