![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
A quick example of a simple WiFi application using the WiFi and network-socket APIs that is provided as a part of mbed-os.
mbed_app.json@57:921d2524844d, 2018-03-10 (annotated)
- Committer:
- CJW
- Date:
- Sat Mar 10 15:00:36 2018 +0000
- Revision:
- 57:921d2524844d
- Parent:
- 56:bea82468efd3
Revert to using the LCD screen
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 0:857719181846 | 1 | { |
mbed_official | 0:857719181846 | 2 | "config": { |
mbed_official | 32:bca3f5f442b3 | 3 | "wifi-shield": { |
mbed_official | 44:63be19b7a3db | 4 | "help": "Options are internal, WIFI_ESP8266, WIFI_IDW0XX1", |
mbed_official | 43:45429aa163a0 | 5 | "value": "internal" |
mbed_official | 32:bca3f5f442b3 | 6 | }, |
mbed_official | 0:857719181846 | 7 | "wifi-ssid": { |
mbed_official | 0:857719181846 | 8 | "help": "WiFi SSID", |
CJW | 56:bea82468efd3 | 9 | "value": "\"SnackBeans\"" |
mbed_official | 0:857719181846 | 10 | }, |
mbed_official | 0:857719181846 | 11 | "wifi-password": { |
mbed_official | 0:857719181846 | 12 | "help": "WiFi Password", |
CJW | 56:bea82468efd3 | 13 | "value": "\"crocodile\"" |
mbed_official | 10:5b5beb106156 | 14 | }, |
mbed_official | 10:5b5beb106156 | 15 | "wifi-tx": { |
mbed_official | 10:5b5beb106156 | 16 | "help": "TX pin for serial connection to external device", |
mbed_official | 10:5b5beb106156 | 17 | "value": "D1" |
mbed_official | 10:5b5beb106156 | 18 | }, |
mbed_official | 10:5b5beb106156 | 19 | "wifi-rx": { |
mbed_official | 10:5b5beb106156 | 20 | "help": "RX pin for serial connection to external device", |
mbed_official | 10:5b5beb106156 | 21 | "value": "D0" |
mbed_official | 0:857719181846 | 22 | } |
mbed_official | 0:857719181846 | 23 | }, |
mbed_official | 0:857719181846 | 24 | "target_overrides": { |
mbed_official | 35:052c1ba06ce7 | 25 | "*": { |
mbed_official | 35:052c1ba06ce7 | 26 | "platform.stdio-convert-newlines": true |
mbed_official | 35:052c1ba06ce7 | 27 | }, |
mbed_official | 0:857719181846 | 28 | "UBLOX_EVK_ODIN_W2": { |
mbed_official | 0:857719181846 | 29 | "target.device_has": ["EMAC"] |
mbed_official | 10:5b5beb106156 | 30 | }, |
mbed_official | 10:5b5beb106156 | 31 | "NUCLEO_L476RG": { |
mbed_official | 10:5b5beb106156 | 32 | "wifi-tx": "D8", |
mbed_official | 10:5b5beb106156 | 33 | "wifi-rx": "D2" |
mbed_official | 32:bca3f5f442b3 | 34 | }, |
mbed_official | 32:bca3f5f442b3 | 35 | "NUCLEO_F401RE": { |
mbed_official | 32:bca3f5f442b3 | 36 | "wifi-tx": "D8", |
mbed_official | 32:bca3f5f442b3 | 37 | "wifi-rx": "D2" |
mbed_official | 0:857719181846 | 38 | } |
mbed_official | 0:857719181846 | 39 | } |
mbed_official | 0:857719181846 | 40 | } |