esp-idf/examples/wifi
Jiang Jiang Jian 9ff1609a20 Merge branch 'feature/add_esptouch_v2' into 'master'
WiFi: add ESPTouch v2

Closes WIFI-942 and WIFI-2619

See merge request espressif/esp-idf!10093
2021-01-15 19:11:47 +08:00
..
espnow ajust espnow channel range 2020-12-17 10:58:49 +08:00
fast_scan Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
getting_started Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
iperf example: We should not check the return value of esp_wifi_connect() in any case 2021-01-11 14:40:18 +08:00
power_save components/pm: Add slp gpio configure workaround 2021-01-15 15:34:45 +08:00
roaming wpa_supplicant: Add initial roaming support 2020-11-17 17:15:26 +05:30
scan Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
simple_sniffer console: support create REPL over USB CDC 2020-11-13 10:51:40 +08:00
smart_config esp_wifi: add esptouch v2 2021-01-15 14:32:46 +08:00
wpa2_enterprise docs:wifi: Add wifi_guide for wpa2_enterprise. 2020-12-17 10:41:41 +05:30
wps example: We should not check the return value of esp_wifi_connect() in any case 2021-01-11 14:40:18 +08:00
README.md Fixed links to example directories for fast_scan and scan 2020-05-08 14:22:39 +08:00

Wi-Fi Examples

Including some examples about wifi.

wpa2_enterprise

Show how ESP32 connects to AP with wpa2 enterprise encryption.

See the README.md file in the project wpa2_enterprise.

power_save

Show how to use power save mode of wifi.

See the README.md file in the project power_save.

wps(Wifi Protected Setup)

shows how to use wps(Wifi Protected Setup).

See the README.md file in the project wps.

espnow

shows how to use espnow.

See the README.md file in the project espnow.

fast_scan

Show how to use fast scan while connecting to an AP.

See the README.md file in the project fast_scan.

scan

Show how to scan for all the available APs.

See the README.md file in the project scan.

More

See the README.md file in the upper level examples directory for more information about examples.