Skip to content

Latest commit

 

History

History
36 lines (17 loc) · 1.35 KB

GUID-68E8D0A3-9E94-4C43-BE0E-646C0FF1ED5D.md

File metadata and controls

36 lines (17 loc) · 1.35 KB

WiFi Station Mode / Access Point Mode Demo

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

Parent topic:WINC3400 Bypass Mode Demo Applications

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