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-shield": {
chuanga 0:3c5e2cc8251b 4 "help": "Options are internal, WIFI_ESP8266, WIFI_IDW0XX1",
chuanga 0:3c5e2cc8251b 5 "value": "WIFI_IDW0XX1"
chuanga 0:3c5e2cc8251b 6 },
chuanga 0:3c5e2cc8251b 7 "wifi-ssid": {
chuanga 0:3c5e2cc8251b 8 "help": "WiFi SSID",
chuanga 0:3c5e2cc8251b 9 "value": "\"SSID\""
chuanga 0:3c5e2cc8251b 10 },
chuanga 0:3c5e2cc8251b 11 "wifi-password": {
chuanga 0:3c5e2cc8251b 12 "help": "WiFi Password",
chuanga 0:3c5e2cc8251b 13 "value": "\"PASSWORD\""
chuanga 0:3c5e2cc8251b 14 }
chuanga 0:3c5e2cc8251b 15 },
chuanga 0:3c5e2cc8251b 16 "target_overrides": {
chuanga 0:3c5e2cc8251b 17 "*": {
chuanga 0:3c5e2cc8251b 18 "platform.stdio-convert-newlines": true,
chuanga 0:3c5e2cc8251b 19 "idw0xx1.expansion-board": "IDW04A1",
chuanga 0:3c5e2cc8251b 20 "idw0xx1.provide-default": true,
chuanga 0:3c5e2cc8251b 21 "idw0xx1.tx": "PA_9",
chuanga 0:3c5e2cc8251b 22 "idw0xx1.rx": "PA_10",
chuanga 0:3c5e2cc8251b 23 "drivers.uart-serial-txbuf-size": 750,
chuanga 0:3c5e2cc8251b 24 "drivers.uart-serial-rxbuf-size": 750
chuanga 0:3c5e2cc8251b 25 },
chuanga 0:3c5e2cc8251b 26 "UBLOX_EVK_ODIN_W2": {
chuanga 0:3c5e2cc8251b 27 "target.device_has": ["EMAC"]
chuanga 0:3c5e2cc8251b 28 }
chuanga 0:3c5e2cc8251b 29 },
chuanga 0:3c5e2cc8251b 30 "macros": ["IDW04A1_WIFI_HW_BUG_WA"]
chuanga 0:3c5e2cc8251b 31 }