Me No Dev 5502879a5b
v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 ()
This is very much still work in progress and much more will change before the final 2.0.0

Some APIs have changed. New libraries have been added. LittleFS included.

Co-authored-by: Seon Rozenblum <seonr@3sprockets.com>
Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
Co-authored-by: geeksville <kevinh@geeksville.com>
Co-authored-by: Mike Dunston <m_dunston@comcast.net>
Co-authored-by: Unexpected Maker <seon@unexpectedmaker.com>
Co-authored-by: Seon Rozenblum <seonr@3sprockets.com>
Co-authored-by: microDev <70126934+microDev1@users.noreply.github.com>
Co-authored-by: tobozo <tobozo@users.noreply.github.com>
Co-authored-by: bobobo1618 <bobobo1618@users.noreply.github.com>
Co-authored-by: lorol <lorolouis@gmail.com>
Co-authored-by: geeksville <kevinh@geeksville.com>
Co-authored-by: Limor "Ladyada" Fried <limor@ladyada.net>
Co-authored-by: Sweety <switi.mhaiske@espressif.com>
Co-authored-by: Loick MAHIEUX <loick111@gmail.com>
Co-authored-by: Larry Bernstone <lbernstone@gmail.com>
Co-authored-by: Valerii Koval <valeros@users.noreply.github.com>
Co-authored-by: 快乐的我531 <2302004040@qq.com>
Co-authored-by: chegewara <imperiaonline4@gmail.com>
Co-authored-by: Clemens Kirchgatterer <clemens@1541.org>
Co-authored-by: Aron Rubin <aronrubin@gmail.com>
Co-authored-by: Pete Lewis <601236+lewispg228@users.noreply.github.com>
2021-04-05 14:23:58 +03:00
..

ESP32-Eduroam

  • Eduroam wifi connection with university login identity
  • Working under Eduroam networks worldwide
  • 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
  • Board will auto reconnect to Eduroam if it lost connection

Tested locations

University Board Method Result
Technical University in Košice (Slovakia) ESP32 Devkit v1 PEAP + MsCHAPv2 Working
Technical University in Košice (Slovakia) ESP32 Devmodule v4 PEAP + MsCHAPv2 Working on 6th attempt in loop
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 Central Florida (Orlando, Florida) ESP32 Built-in OLED Heltec WiFi Kit 32 PEAP + MsCHAPv2 Working
Université de Montpellier (France) NodeMCU-32S 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

alt text

Unsucessful connection example

alt text