
WiFi example for mbed OS, fork from https://github.com/ARMmbed/mbed-os-example-wifi
This is an example of a Wi-Fi application using the Wi-Fi and network socket APIs that Mbed OS provides.
The program brings up the Wi-Fi and the underlying network interface and uses it to scan available networks, connects to a network, prints interface and connection details and performs an HTTP operation.
For more information about Wi-Fi APIs, please visit the Mbed OS Wi-Fi documentation.
This example has been used on the following platforms
mbed_app.json
- Committer:
- 1050186
- Date:
- 2018-12-12
- Revision:
- 7:ab1ae55ec482
- Parent:
- 5:01be82512f7a
File content as of revision 7:ab1ae55ec482:
{ "config": { "wifi-ssid": { "help": "WiFi SSID", "value": "\"SSID\"" }, "wifi-password": { "help": "WiFi Password", "value": "\"PASSWORD\"" } }, "target_overrides": { "*": { "platform.stdio-convert-newlines": true } } }