This example compiles the Wifi Provisioning via WPS application which is used to provision a WiFi connection.
In this demonstration, the WINC Driver will move into WPS mode – PIN or PBC. By activating the WPS mode in the AP concurrently, a WiFi connection is established.
To download or clone this application from Github, go to the top level of the repository
Path of the application within the repository is apps/wifi_provisioning_via_wps/firmware .
To build the application, refer to the following table and open the project using its IDE.
Project Name | Description |
---|---|
sam_d21_xpro_winc1500.X | MPLABX project for SAMD21 and WINC1500 Xplained pro |
sam_e54_xpro_winc1500.X | MPLABX project for SAME54 and WINC1500 Xplained pro |
- Connect the Debug USB port on the SAMXXX Xplained Pro board to the computer using a micro USB cable
-
Open the project.
-
Build and program the generated code into the hardware using its IDE.
-
Please refer "WINC Firmware Update Guide" and "WINC Driver Demonstrations" for more information.