Skip to content

Commit

Permalink
Updated all ESP32 eduroam examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tigoe committed May 3, 2024
1 parent b1feff5 commit 375e407
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,16 @@
Note that the WiFi radio on the ESP uses 2.4GHz,
so you should check to see if your institution's
version of eduroam still implements 2.4Ghz.
At AAU-Copenhagen, for example, there is a separate
At some institutions, for example, there is a separate
network called eduroam-2.4Ghz.
Here's what your arduino_secrets.h file should look like:
#define EAP_IDENTITY "" // use [email protected] in for most institutions
#define EAP_USERNAME "" // usually just a repeat of the identity
#define EAP_PASSWORD "" // your password
#define SECRET_SSID "eduroam" // eduroam SSID
modified 2 May 2024
by Tom Igoe
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
and on eduroam at Aalborg University Copenhagen.
Note that the WiFi radio on the ESP uses 2.4GHz,
so you should check to see if your institution's
version of eduroam still implements 2.4Ghz. At AAU-Copenhagen, for example,
version of eduroam still implements 2.4Ghz. At some institutions, for example,
there is a separate network called eduroam-2.4Ghz.
Here's what your arduino_secrets.h file should look like:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
version of eduroam still implements 2.4Ghz. At AAU-Copenhagen, for example,
there is a separate network called eduroam-2.4Ghz.
Here's what your arduino_secrets.h file should look like:
#define EAP_IDENTITY "" // use [email protected] in for most institutions
#define EAP_USERNAME "" // usually just a repeat of the identity
#define EAP_PASSWORD "" // your password
#define SECRET_SSID "eduroam" // eduroam SSID
Uses the OSC library by Adrian Freed and Yotam Man
https://github.com/CNMAT/OSC
http://librarymanager/All#WiFiUDP
Expand Down

0 comments on commit 375e407

Please sign in to comment.