Sample program showing how to connect GR-PEACH into Watson IoT through mbed Connector and Watson's Connector Bridge

Dependencies:   AsciiFont DisplayApp GR-PEACH_video LCD_shield_config LWIPBP3595Interface_STA_for_mbed-os USBDevice

Connection type

This sample uses Ethernet as the default connection type. To change the connection type, set WIFI in mbed_app.json:

mbed_app.json

"network-interface": {
    "help": "options are ETHERNET,WIFI,MESH_LOWPAN_ND,MESH_THREAD",
    "value": "WIFI"
}

All wikipages