Hello World program for NNN50_WIFI_API library

Dependencies:   NNN50_WIFI_API

This is a must try example for basic WIFI functions using DELTA DFCM-NNN50 platform. In order to test with this example, user first need to open UDP Server port (use 1030 in this example) on a PC or mobile with Socket test tool (download UDP Test Tool' for PC, and Socket X for iOS or anymore socket test tool program available) When this example is running, the module will connect to a pre-defined AP router and run as UDP Client. For more information on the usage of regular TCP and UDP Sockets, the mbed handbook can be found here

mbed_app.json

Committer:
tsungta
Date:
2017-06-29
Revision:
8:08230913074f
Parent:
4:11b81280c65b

File content as of revision 8:08230913074f:

{
    "config": {
        "lf_clock_rc_calib_timer_interval": {
            "value": 16,
            "macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_TIMER_INTERVAL"
        },
        "lf_clock_rc_calib_mode_config": {
            "value": 0,
            "macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_MODE_CONFIG"
        },
        "uart_hwfc": {
            "help": "Value: 1 for enable, 0 for disable",
            "value": 0,
            "macro_name": "MBED_CONF_NORDIC_UART_HWFC"
        }        
    }
}