WIFI Client example for DISCO_L475VG_IOT1A platform

Dependencies:   DISCO_L475VG_IOT01A_wifi

Fork of DISCO_L475VG_IOT01-wifi_http_server by ST

Information

This example is superceded with the mbed-os-example-wifi example.

To use this example you have to

- Set your SSID and PASSWORD in mbed_app.json

- Have an hyperterminal set with 115200 bauds, 8-bit data, no parity

- Connect a webphone to the same wifi network

- Get this phone's IP address and write it to mbed_app.json in server-ip-x values

- Open a TCP server on this phone (for instance TCP/UDP TEST TOOL on android) with the port 8002

- compile the program for DISCO-L475VG-IOT1A platform

- load the binary file on the platform (drag and drop)

Hyperterminal will display the following message

/media/uploads/adustm/wifi_client_hyperteminal.jpg

The TCP server application will display

/media/uploads/adustm/wifi_client_tcp_server_3.jpg

- Send a messsage from the server, you will receive a hello back

/media/uploads/adustm/wifi_client_tcp_server_2.jpg

History

ssid modif default tip

2017-08-17, by adustm [Thu, 17 Aug 2017 16:37:16 +0000] rev 3

ssid modif


WIFI CLIENT Example for DISCO_L475VG_IOT1A platform

2017-08-17, by adustm [Thu, 17 Aug 2017 16:35:36 +0000] rev 2

WIFI CLIENT Example for DISCO_L475VG_IOT1A platform


change ssid password

2017-08-17, by adustm [Thu, 17 Aug 2017 15:38:01 +0000] rev 1

change ssid password


WIFI HTTP SERVER example for DISCO_L475VG_IOT1A board;

2017-08-17, by adustm [Thu, 17 Aug 2017 15:36:07 +0000] rev 0

WIFI HTTP SERVER example for DISCO_L475VG_IOT1A board;