OVMS3-idf/examples/wifi
2019-05-22 17:56:10 +08:00
..
espnow Rename Kconfig options (examples) 2019-05-21 09:32:55 +02:00
getting_started update ota examples to support both Wi-Fi and Ethernet 2019-05-22 17:56:10 +08:00
iperf Rename Kconfig options (components/esptool_py) 2019-05-21 09:32:55 +02:00
power_save Rename Kconfig options (examples) 2019-05-21 09:32:55 +02:00
scan Rename Kconfig options (examples) 2019-05-21 09:32:55 +02:00
simple_sniffer Rename Kconfig options (examples) 2019-05-21 09:32:55 +02:00
smart_config examples/wifi: use esp_event library to handle events 2019-04-11 12:32:03 +08:00
wpa2_enterprise Rename Kconfig options (examples) 2019-05-21 09:32:55 +02: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.