WiFi 9 Click example.
Description
This application showcases capability of the WiFi 9 Click board. It initializes device, connects to local WiFi. Creates TCP server, waits for connection, and logs every message it receives from clients and returns back those messages as an echo response.
The demo application is composed of two sections :
Application Init
Initializes driver and wifi communication, then connects to the desired WiFi network and creates TCP server on the IP address assigned to the click board.
Application Task
All data received from the TCP clients will be logger to USB UART and echoed back to the clients.
Additional Function
- static void wifi9_clear_app_buf ( void )
- static err_t wifi9_process ( void )
- static void wifi9_log_app_buf ( void )
- static err_t wifi9_rsp_check ( uint8_t *rsp )
- Author
- MikroE Team