Skip to content

ShanghaitechGeekPie/Auth-esp32-to-ShanghaiTech-wifi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auth-esp32-to-ShanghaiTech-wifi

Connect your esp32 board to ShanghaiTech WiFi or eduroam.

PlatformIO library registry

How to use

See examples for basic usage!

Function for
connect_to_ShanghaiTech() SSID:ShanghaiTech authentication
connect_to_eduroam() eduroam authentication
check_internet_connectivity() simple connectivity check

Install

  1. 按需要引入头文件并调用相关函数,见examples文件夹内的样例

    • #include <ShanghaiTechWifiAuth.h> 连接ShanghaiTech
    • #include <eduroam.h> 连接eduroam
    • #include <connectivity_util.h> 检查互联网连接

Dependency

ArduinoJson