esp-idf/examples/wifi
Li Shuai 355dd10257 light sleep: dfs support for esp32c3 2021-01-19 14:50:58 +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: Scan failure should not cause system crash 2021-01-15 11:45:23 +00:00
power_save light sleep: dfs support for esp32c3 2021-01-19 14:50:58 +08:00
roaming wpa_supplicant: Add initial roaming support 2020-11-17 17:15:26 +05:30
scan example: Scan failure should not cause system crash 2021-01-15 11:45:23 +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

README.md

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.