3.8.2 WiFi Station Mode / Access Point Mode Demo

This example demonstrates the use of the WINC1500 to behave as a Station or Access Point(AP).

Station Mode

  1. Configure the WiFi parameters using the "wifi set " command.

    wifi_config
  2. Select and run the application using the command "appdemo start 1"

    ap_scan_start
  3. The application starts and perform scanning and connects to the WiFi.

    ap_scan_console

Access Point Mode

  1. If the user wants to configure the device as Access Point, configure the wifi using "wifi set" command. In the configuration set the bootmode as Access point mode, keep the authentication type as "OPEN" and give an SSID name for the Access point.

    ap_mode_config_cmd
  2. Enter the command "appdemo start 1" to run the application.

    ap_mode_config
  3. Connect a device to this Access point. The IP address of connected device will be displayed on the console.

    ap_mode_connected