Skip to content

Commit

Permalink
eduroam update
Browse files Browse the repository at this point in the history
  • Loading branch information
tigoe committed May 3, 2024
1 parent ed693c0 commit 6b6546e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Some sketches will add other constants to that file as well. These files are ign
* [WiFi_ConnectionTimeLogger](https://github.com/tigoe/Wifi_examples/tree/main/WiFi_Connection_Examples/WiFi_ConnectionTimeLogger) - Logs the health of the network connection to an SD card. Periodically logs: date,time, MAC address, SSID, BSSID, IP Address, signal strength (RSSI), WiFi status, reconnect count, and uptime.
* [WiFI_ipAddress](https://github.com/tigoe/Wifi_examples/tree/main/WiFi_Connection_Examples/WiFi_ipAddress) - The IP address in the WiFi libraries is a 4-byte array. This example shows how to get it as a String.
* [Connecting to Eduroam](eduroam.md) Can't connect easily to your school's WiFi? Try Eduroam.
* [WiFI_ESP_eduroam_connection](https://github.com/tigoe/Wifi_examples/tree/main/WiFi_Connection_Examples/WiFI_ESP_eduroam_connection/WiFI_ESP_eduroam_connection.ino) - This example shows how to connect to [eduroam](eduroam.md) networks using the ESP32 WiFi library.
* [WiFI_ESP_eduroam_connection](https://github.com/tigoe/Wifi_examples/blob/main/WiFi_Connection_Examples/WIFi_ESP_eduroam_connection/WIFi_ESP_eduroam_connection.ino) - This example shows how to connect to [eduroam](eduroam.md) networks using the ESP32 WiFi library.

## Arduino HTTP Clients
* [HttpClientSimple](https://github.com/tigoe/Wifi_examples/tree/main/ArduinoHttpClient_Examples/HttpClientSimple) - a simple example of an HTTP client.
Expand Down
2 changes: 1 addition & 1 deletion eduroam.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Here's the `arduino_secrets.h` file for a typical eduroam setup:
#define SECRET_SSID "eduroam" // eduroam SSID
````

To test this, use the sketch [WiFI_ESP_eduroam_connection](https://github.com/tigoe/Wifi_examples/tree/main/WiFi_Connection_Examples/WiFI_ESP_eduroam_connection/WiFI_ESP_eduroam_connection.ino). This sketch will connect, print out the board's IP address and the SSID, and then print the WiFi signal strength once every two seconds. Depending on the institution, you may find that it takes several attempts for the board to connect.
To test this, use the sketch [WiFI_ESP_eduroam_connection](https://github.com/tigoe/Wifi_examples/blob/main/WiFi_Connection_Examples/WIFi_ESP_eduroam_connection/WIFi_ESP_eduroam_connection.ino). This sketch will connect, print out the board's IP address and the SSID, and then print the WiFi signal strength once every two seconds. Depending on the institution, you may find that it takes several attempts for the board to connect.

Once you're connected, you can use this same basic approach for connecting to eduroam for any application. The following examples should work over eduroam:

Expand Down

0 comments on commit 6b6546e

Please sign in to comment.