Updated table of tested locations - Enterprise wifi networks - WifiClientEnterprise (#1980)

* Updated table of tested locations

* updated
This commit is contained in:
Martin 2018-11-19 16:58:07 +01:00 committed by Me No Dev
parent b58a3509b8
commit a53c9de09d

View File

@ -1,29 +1,42 @@
# ESP32-Eduroam # ESP32-Eduroam
* Eduroam wifi connection with university login identity * Eduroam wifi connection with university login identity
* Working under Eduroam networks under FreeRadius service for 802.1x * Working under Eduroam networks worldwide
* Eduroam is using methods: PEAP + MsCHAPv2 * Methods: PEAP + MsCHAPv2
# Format # Format
* IDENTITY = nickname@university.domain * IDENTITY = youridentity --> if connecting from different university, use youridentity@youruniversity.domain format
* PASSWORD = your password * PASSWORD = yourpassword
# Usage # Usage
* Change IDENTITY * Change IDENTITY
* Change password * Change password
* Upload sketch and enjoy! * Upload sketch and enjoy!
* After sucessful assign of IP address, board will connect to HTTP page on internet to verify your authentification * After sucessful assign of IP address, board will connect to HTTP page on internet to verify your authentification
* Board will auto reconnect to Eduroam if it lost connection
# Tested locations # Tested locations
* Technical University in Košice (Slovakia) - Working |University|Board|Method|Result|
* Slovak Technical University in Bratislava (Slovakia) - Working |-------------|-------------| -----|------|
* University of Antwerp (Belgium) - Working |Technical University in Košice (Slovakia)|ESP32 Devkit v1|PEAP + MsCHAPv2|Working|
* UPV Universitat Politècnica de València (Spain) - Working |Technical University in Košice (Slovakia)|ESP32 DevKitc v4|PEAP + MsCHAPv2|Working|
* Local RADIUS network under Linux Zeroshell - Unsuccessful connection |Slovak Technical University in Bratislava (Slovakia)|ESP32 Devkit v1|PEAP + MsCHAPv2|Working|
|University of Antwerp (Belgium)|Lolin32|PEAP + MsCHAPv2|Working|
|UPV Universitat Politècnica de València (Spain)|ESP32 Devmodule v4|PEAP + MsCHAPv2|Working|
|Local Zeroshell powered network|ESP32 Devkit v1|PEAP + MsCHAPv2|*Not working*|
|Hasselt University (Belgium)|xxx|PEAP + MsCHAPv2|Working with fix sketch|
|Universidad de Granada (Spain)|Lolin D32 Pro|PEAP + MsCHAPv2|Working|
|Universidad de Granada (Spain)|Lolin D32|PEAP + MsCHAPv2|Working|
|Universidade Federal de Santa Catarina (Brazil)|xxx|EAP-TTLS + MsCHAPv2|Working|
|University of Regensburg (Germany)|Lolin32|PEAP + MsCHAPv2|Working|
# Common errors - Switch to Debug mode for Serial monitor prints
|Error|Appearance|Solution|
|-------------|-------------|-------------|
|wifi: Set status to INIT|Frequent|Hold EN button for few seconds|
|HANDSHAKE_TIMEOUT|Rare|Bug was found under Zeroshell RADIUS authentization - Unsucessful connection|
|AUTH_EXPIRE|Common|In the case of weak wifi network signal, this error is quite common, bring your device closer to AP|
|ASSOC_EXPIRE|Rare|-|
# Sucessful connection example # Sucessful connection example
![alt text](https://i.nahraj.to/f/24Kc.png) ![alt text](https://i.nahraj.to/f/24Kc.png)
# Unsucessful connection example # Unsucessful connection example
![alt text](https://camo.githubusercontent.com/87e47d1b27f4e8ace87423e40e8edbce7983bafa/68747470733a2f2f692e6e616872616a2e746f2f662f323435572e504e47) ![alt text](https://camo.githubusercontent.com/87e47d1b27f4e8ace87423e40e8edbce7983bafa/68747470733a2f2f692e6e616872616a2e746f2f662f323435572e504e47)
# Boards
* Tested Under ESP32 Devkit v1