simple wifi test program. Will connect to an HTTP server for testing.

Fork of mbed-os-example-wifi-adv-wise-1530 by Alan Chuang

Committer:
chuanga
Date:
Fri Feb 22 13:13:10 2019 +0800
Revision:
0:3c5e2cc8251b
adding wifi example program for wise-1530 wifi module

Who changed what in which revision?

UserRevisionLine numberNew contents of line
chuanga 0:3c5e2cc8251b 1 {
chuanga 0:3c5e2cc8251b 2 "config": {
chuanga 0:3c5e2cc8251b 3 "wifi-ssid": {
chuanga 0:3c5e2cc8251b 4 "help": "WiFi SSID",
chuanga 0:3c5e2cc8251b 5 "value": "\"SSID\""
chuanga 0:3c5e2cc8251b 6 },
chuanga 0:3c5e2cc8251b 7 "wifi-password": {
chuanga 0:3c5e2cc8251b 8 "help": "WiFi Password",
chuanga 0:3c5e2cc8251b 9 "value": "\"PASSWORD\""
chuanga 0:3c5e2cc8251b 10 }
chuanga 0:3c5e2cc8251b 11 },
chuanga 0:3c5e2cc8251b 12 "target_overrides": {
chuanga 0:3c5e2cc8251b 13 "*": {
chuanga 0:3c5e2cc8251b 14 "platform.stdio-convert-newlines": true,
chuanga 0:3c5e2cc8251b 15 "esp8266.provide-default" : true
chuanga 0:3c5e2cc8251b 16 },
chuanga 0:3c5e2cc8251b 17 "UBLOX_EVK_ODIN_W2": {
chuanga 0:3c5e2cc8251b 18 "target.device_has": ["EMAC"]
chuanga 0:3c5e2cc8251b 19 },
chuanga 0:3c5e2cc8251b 20 "NUCLEO_L476RG": {
chuanga 0:3c5e2cc8251b 21 "wifi-tx": "D8",
chuanga 0:3c5e2cc8251b 22 "wifi-rx": "D2"
chuanga 0:3c5e2cc8251b 23 },
chuanga 0:3c5e2cc8251b 24 "NUCLEO_F401RE": {
chuanga 0:3c5e2cc8251b 25 "wifi-tx": "D8",
chuanga 0:3c5e2cc8251b 26 "wifi-rx": "D2"
chuanga 0:3c5e2cc8251b 27 }
chuanga 0:3c5e2cc8251b 28 }
chuanga 0:3c5e2cc8251b 29 }