
WIFI Client example for DISCO_L475VG_IOT1A platform
Dependencies: DISCO_L475VG_IOT01A_wifi
Fork of DISCO_L475VG_IOT01-wifi_http_server by
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
The TCP server application will display
- Send a messsage from the server, you will receive a hello back