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:
Tue Dec 19 17:00:27 2017 +0900
Revision:
50:31005695f3a3
Parent:
49:3df367a86ec7
This is mbed-os-example-wifi using WizFi310

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 50:31005695f3a3 28 "platform.default-serial-baud-rate": 115200,
kaizen 50:31005695f3a3 29 "drivers.uart-serial-rxbuf-size":1024,
kaizen 50:31005695f3a3 30 "drivers.uart-serial-txbuf-size":1024
mbed_official 35:052c1ba06ce7 31 },
mbed_official 0:857719181846 32 "UBLOX_EVK_ODIN_W2": {
mbed_official 0:857719181846 33 "target.device_has": ["EMAC"]
mbed_official 10:5b5beb106156 34 },
mbed_official 10:5b5beb106156 35 "NUCLEO_L476RG": {
mbed_official 10:5b5beb106156 36 "wifi-tx": "D8",
mbed_official 10:5b5beb106156 37 "wifi-rx": "D2"
mbed_official 32:bca3f5f442b3 38 },
kaizen 49:3df367a86ec7 39 "NUCLEO_L073RZ": {
kaizen 49:3df367a86ec7 40 "wifi-tx": "D8",
kaizen 49:3df367a86ec7 41 "wifi-rx": "D2"
kaizen 49:3df367a86ec7 42 },
mbed_official 32:bca3f5f442b3 43 "NUCLEO_F401RE": {
mbed_official 32:bca3f5f442b3 44 "wifi-tx": "D8",
mbed_official 32:bca3f5f442b3 45 "wifi-rx": "D2"
mbed_official 0:857719181846 46 }
mbed_official 0:857719181846 47 }
mbed_official 0:857719181846 48 }