• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

espnow/11-Mar-2024-659491

fast_scan/11-Mar-2024-317218

ftm/11-Mar-2024-781632

getting_started/11-Mar-2024-518358

iperf/11-Mar-2024-1,3541,037

power_save/11-Mar-2024-282206

roaming/11-Mar-2024-547397

scan/11-Mar-2024-279211

smart_config/11-Mar-2024-219161

wifi_eap_fast/11-Mar-2024-488399

wifi_easy_connect/dpp-enrollee/11-Mar-2024-287212

wifi_enterprise/11-Mar-2024-856715

wps/11-Mar-2024-299200

README.mdD11-Mar-20241.4 KiB2518

README.md

1# Wi-Fi Examples
2
3This directory contains a range of examples ESP-IDF projects. These are intended to demonstrate the Wi-Fi functionality, and to provide code that you can copy and adapt into your own projects.
4
5# Example Layout
6
7The examples are grouped into sub-directories by category. Each category directory contains one or more example projects:
8
9* `espnow` is the connectionless Wi-Fi communication protocol.
10* `fast_scan` shows how to use fast scan while connecting to an AP..
11* `ftm` is a how to use FTM (Fine Timing Measurement) feature to calculate distance between devices.
12* `getting_started` contains the basic examples for using Wi-Fi in STA and AP mode.
13* `iperf` shows the common performance measurements for two ESP running this example.
14* `power_save` contains a how to use power save mode of Wi-Fi.
15* `roaming` contains a example using 802.11k and 802.11v APIs.
16* `scan` shows how to scan for all the available APs.
17* `smart_config` shows how ESP connects to a target AP with ESPTOUCH.
18* `wifi_easy_connect` shows how to configure an ESP device as an enrollee using Device Provisioning Protocol (DPP).
19* `wpa2_enterprise` connects to AP with WPA2 enterprise encryption.
20* `wps` contains a how to use the Wi-Fi Protected Setup protocol.
21
22# More
23
24See the [README.md](../README.md) file in the upper level [examples](../) directory for more information about examples.
25