Skip to content

Examples with connection to eduroam powered university networks around the world and then to IoT services or self-hosted websites..

License

Notifications You must be signed in to change notification settings

regcs/ESP32-eduroam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32-eduroam

Extended program implementation from @debsahu that is using CA cert:

Solution for unable to authentication via id@domain using domain\username AD format by Jim @gojimmypi

Buy me a coffee for more examples :)

Tested with latest Arduino core and connection is Working!

This repo offers

  • Wifi connection to eduroam powered networks with university login and password
  • Supported methods: PEAP + MsCHAPv2 & EAP-TTLS + MsCHAPv2
  • In this repository, there are examples for MQTT, HTTP, HTTPS connections to user applications or IoT applications - Thingspeak, IBM, Cayenne, IBM Watson, AzureIoT, Thinx Cloud, etc.

Format

Usage

  • Change your identities (anonymous + visible)
  • Change password
  • Upload sketch and enjoy!

Tested locations (WifiClientSecure example)

University Board Method Realm Result
Technical University in Košice (Slovakia) ESP32 Devkit v1 PEAP + MsCHAPv2 tuke.sk Working
Technical University in Košice (Slovakia) ESP32 DevkitC v4 PEAP + MsCHAPv2 tuke.sk Working
Slovak Technical University in Bratislava (Slovakia) ESP32 Devkit v1 PEAP + MsCHAPv2 stuba.sk Working
University of Antwerp (Belgium) Lolin32 PEAP + MsCHAPv2 ad.ua.ac.be Working
UPV Universitat Politècnica de València (Spain) ESP32 Devmodule v4 PEAP + MsCHAPv2 alumno.upv.es Working
Local Zeroshell powered network ESP32 Devkit v1 PEAP + MsCHAPv2 - Not working
Hasselt University (Belgium) xxx PEAP + MsCHAPv2 uhasselt.be Working with fix sketch
Universidad de Granada (Spain) Lolin D32 Pro PEAP + MsCHAPv2 ugr.es Working
Universidade Federal de Santa Catarina (Brazil) xxx EAP-TTLS + MsCHAPv2 idufsc.ufsc.br Working
University of Central Florida (Orlando, Florida) ESP32 Built-in OLED – Heltec WiFi Kit 32 PEAP + MsCHAPv2 ucf.edu Working
Université de Montpellier (France) NodeMCU-32S PEAP + MsCHAPv2 etu.umontpellier.fr Working
University of Edinburgh (Scotland) ESP-WROOM-32 Devkit PEAP + MsCHAPv2 ed.ac.uk Working
University of Debrecen (Hungary) NodeMCU-32S PEAP + MsCHAPv2 unideb.hu Working
University of Applied Sciences Bielefeld (Germany) ESP32 Devkit v1 PEAP + MsCHAPv2 fh-bielefeld.de Working
University of Liege (Belgium) ESP32 DevkitC v4 PEAP + MsCHAPv2 uliege.be Working

Sucessful connection (WifiClientSecure example result)

alt text

Unsucessful connection

alt text

Contact

Tested boards

  • ESP32 Devkit v1
  • ESP32 Devmodule v4
  • Lolin D32
  • Lolin D32 Pro
  • NodeMCU-32S

About

Examples with connection to eduroam powered university networks around the world and then to IoT services or self-hosted websites..

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 72.9%
  • C++ 26.4%
  • Other 0.7%