OVMS3-idf/examples/wifi
2019-05-21 09:32:55 +02:00
..
espnow examples/wifi: use esp_event library to handle events 2019-04-11 12:32:03 +08:00
getting_started examples/wifi: use esp_event library to handle events 2019-04-11 12:32:03 +08:00
iperf Rename Kconfig options (components/esptool_py) 2019-05-21 09:32:55 +02:00
power_save examples/wifi: use esp_event library to handle events 2019-04-11 12:32:03 +08:00
scan examples/wifi: use esp_event library to handle events 2019-04-11 12:32:03 +08:00
simple_sniffer Rename Kconfig options (components/esp32) 2019-05-21 09:09:01 +02:00
smart_config examples/wifi: use esp_event library to handle events 2019-04-11 12:32:03 +08:00
wpa2_enterprise examples/wifi: use esp_event library to handle events 2019-04-11 12:32:03 +08:00
wps examples/wifi: use esp_event library to handle events 2019-04-11 12:32:03 +08:00
README.md Replace all DOS line endings with Unix 2018-07-12 19:10:37 +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.

More

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