Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
changed
Browse files Browse the repository at this point in the history
  • Loading branch information
martinius96 authored Jan 5, 2019
1 parent 759abf7 commit 553a360
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# ESP32-eduroam
# Sketch is tested under core from June 2018 (available in my repositories). Newer versions have problem with connection to Enterprise networks.
* wifi connection with university login identity
* Working under eduroam networks under FreeRadius service for 802.1x
* eduroam is using: PEAP + MsCHAPv2
# All tested working sketches was under June 2018 ESP32 Arduino core

# This repo offers
* Wifi connection to eduroam powered networks with university login and password
* Supported methods: PEAP + MsCHAPv2 & EAP-TTLS + MsCHAPv2
* **Inform me after you use that .ino file in your university if it is working! Email below**
* eduroam example with HTTP connection is now available in official repository as example named WifiClientEnterprise: https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/examples/WiFiClientEnterprise/WiFiClientEnterprise.ino
* In this repository, there are examples for MQTT, HTTP, HTTPS connections to user applications or IoT applications - Thingspeak, IBM, Cayenne, etc.
* 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
* ANONYMOUS IDENTITY = [email protected] (for instance: [email protected])
* IDENTITY = [email protected] (for instance: [email protected])
* PASSWORD = your password

# Usage
* Change your identities
* Change your identities (anonymous + visible)
* Change password
* Upload sketch and enjoy!

# Tested locations
# Tested locations (WifiClientSecure example)
|University|Board|Method|Result|
|-------------|-------------| -----|------|
|Technical University in Košice (Slovakia)|ESP32 Devkit v1|PEAP + MsCHAPv2|Working|
Expand Down

0 comments on commit 553a360

Please sign in to comment.