arduino-esp32/libraries/WiFi/examples/WiFiClientEnterprise
Martin cb8d72fdc7 Fix WifiClientEnterprise - STA mode set (#1782)
Few testers let me know, they were unable with connection to Eduroam network under PEAP+MsCHAPv2 methods.
They were trying many modifications. Solution is very absurd. 
Change board to STA mode manually. 
One tester from Italy was able to connect to Eduroam network under TTLS + MsCHAPv2 with that sketch too!

Sketch was tested and worked almost for all testers with that problem.
2018-09-17 21:43:16 +02:00
..
README.md Informations about WifiClientEnterprise.ino sketch (#1737) 2018-08-14 12:00:31 +02:00
WiFiClientEnterprise.ino Fix WifiClientEnterprise - STA mode set (#1782) 2018-09-17 21:43:16 +02:00

ESP32-Eduroam

  • Eduroam wifi connection with university login identity
  • Working under Eduroam networks under FreeRadius service for 802.1x
  • Eduroam is using methods: PEAP + MsCHAPv2

Format

Usage

  • Change IDENTITY
  • Change password
  • Upload sketch and enjoy!
  • After sucessful assign of IP address, board will connect to HTTP page on internet to verify your authentification

Tested locations

  • Technical University in Košice (Slovakia) - Working
  • Slovak Technical University in Bratislava (Slovakia) - Working
  • University of Antwerp (Belgium) - Working
  • UPV Universitat Politècnica de València (Spain) - Working
  • Local RADIUS network under Linux Zeroshell - Unsuccessful connection

Sucessful connection example

alt text

Unsucessful connection example

alt text

Boards

  • Tested Under ESP32 Devkit v1