Wifi11 Click example.
Description
This example reads and processes data from WiFi 11 clicks.
The demo application is composed of two sections :
Application Init
Initializes the driver and powers up the module, then connects to the desired AP and creates TCP and UDP servers on the desired local port.
Application Task
Logs all the received data and module's responses on the USB UART.
Additional Function
- static void wifi11_clear_app_buf ( void )
- static void wifi11_error_check( err_t error_flag )
- static void wifi11_log_app_buf ( void )
- static err_t wifi11_rsp_check ( void )
- static err_t wifi11_process ( void )
- Note
- In order for the example to work, user needs to set the AP SSID, password, and Local port on which the TCP and UDP servers will be created. Enter valid data for the following macros: AP_SSID, AP_PASSWORD and LOCAL_PORT.
- Author
- MikroE Team