A quick example of a simple WiFi application using the WiFi and network-socket APIs that is provided as a part of mbed-os.

Dependencies:   WizFi310Interface_Draft

Fork of mbed-os-example-mbed5-wifi by mbed-os-examples

Committer:
kaizen
Date:
Mon Dec 18 23:46:25 2017 +0000
Revision:
49:3df367a86ec7
Parent:
44:63be19b7a3db
Child:
50:31005695f3a3
This is example for WizFi310 library

Who changed what in which revision?

UserRevisionLine numberNew 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",
kaizen 49:3df367a86ec7 5 "value": "WIFI_WIZFI310"
mbed_official 32:bca3f5f442b3 6 },
mbed_official 0:857719181846 7 "wifi-ssid": {
mbed_official 0:857719181846 8 "help": "WiFi SSID",
kaizen 49:3df367a86ec7 9 "value": "\"Dap\""
mbed_official 0:857719181846 10 },
mbed_official 0:857719181846 11 "wifi-password": {
mbed_official 0:857719181846 12 "help": "WiFi Password",
kaizen 49:3df367a86ec7 13 "value": "\"00001111\""
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 "*": {
kaizen 49:3df367a86ec7 26 "platform.stdio-convert-newlines": true,
kaizen 49:3df367a86ec7 27 "platform.stdio-baud-rate": 115200,
kaizen 49:3df367a86ec7 28 "platform.default-serial-baud-rate": 115200
mbed_official 35:052c1ba06ce7 29 },
mbed_official 0:857719181846 30 "UBLOX_EVK_ODIN_W2": {
mbed_official 0:857719181846 31 "target.device_has": ["EMAC"]
mbed_official 10:5b5beb106156 32 },
mbed_official 10:5b5beb106156 33 "NUCLEO_L476RG": {
mbed_official 10:5b5beb106156 34 "wifi-tx": "D8",
mbed_official 10:5b5beb106156 35 "wifi-rx": "D2"
mbed_official 32:bca3f5f442b3 36 },
kaizen 49:3df367a86ec7 37 "NUCLEO_L073RZ": {
kaizen 49:3df367a86ec7 38 "wifi-tx": "D8",
kaizen 49:3df367a86ec7 39 "wifi-rx": "D2"
kaizen 49:3df367a86ec7 40 },
mbed_official 32:bca3f5f442b3 41 "NUCLEO_F401RE": {
mbed_official 32:bca3f5f442b3 42 "wifi-tx": "D8",
mbed_official 32:bca3f5f442b3 43 "wifi-rx": "D2"
mbed_official 0:857719181846 44 }
mbed_official 0:857719181846 45 }
mbed_official 0:857719181846 46 }