Embed client working with Cell network.

Dependencies:   C027Interface

Fork of U_Blox_DeviceConnector by Sarah Marsh

Committer:
sarahmarshy
Date:
Thu Feb 02 21:19:33 2017 +0000
Revision:
64:bb80622ae5e6
Parent:
63:81c0432cb506
Add C027 example;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Yogesh Pande 0:7d5ec759888b 1 {
Yogesh Pande 0:7d5ec759888b 2 "config": {
Yogesh Pande 0:7d5ec759888b 3 "network-interface":{
sarahmarshy 64:bb80622ae5e6 4 "help": "options are ETHERNET,WIFI,MESH_LOWPAN_ND,MESH_THREAD, CELL",
sarahmarshy 64:bb80622ae5e6 5 "value": "CELL"
Yogesh Pande 0:7d5ec759888b 6 },
sarahmarshy 64:bb80622ae5e6 7 "cell-apn":{
sarahmarshy 64:bb80622ae5e6 8 "help": "apn for cell device",
sarahmarshy 64:bb80622ae5e6 9 "value": "\"wap.cingular\""
sarahmarshy 64:bb80622ae5e6 10 },
mbed_official 21:b88cdeb5b302 11 "mesh_radio_type": {
mbed_official 21:b88cdeb5b302 12 "help": "options are ATMEL, MCR20",
mbed_official 21:b88cdeb5b302 13 "value": "ATMEL"
mbed_official 21:b88cdeb5b302 14 },
Yogesh Pande 0:7d5ec759888b 15 "wifi-ssid": {
Yogesh Pande 0:7d5ec759888b 16 "help": "WiFi SSID",
mbed_official 32:7b3841243d70 17 "value": "\"SSID\""
Yogesh Pande 0:7d5ec759888b 18 },
Yogesh Pande 0:7d5ec759888b 19 "wifi-password": {
Yogesh Pande 0:7d5ec759888b 20 "help": "WiFi Password",
mbed_official 32:7b3841243d70 21 "value": "\"Password\""
mbed_official 13:c44e318674db 22 },
mbed_official 13:c44e318674db 23 "wifi-tx": {
mbed_official 13:c44e318674db 24 "help": "TX pin for serial connection to external device",
mbed_official 13:c44e318674db 25 "value": "D1"
mbed_official 13:c44e318674db 26 },
mbed_official 13:c44e318674db 27 "wifi-rx": {
mbed_official 13:c44e318674db 28 "help": "RX pin for serial connection to external device",
mbed_official 13:c44e318674db 29 "value": "D0"
Yogesh Pande 0:7d5ec759888b 30 }
Yogesh Pande 0:7d5ec759888b 31 },
surajdagar 63:81c0432cb506 32 "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_mbed_client_config.h\"",
surajdagar 63:81c0432cb506 33 "MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES",
surajdagar 63:81c0432cb506 34 "MBEDTLS_TEST_NULL_ENTROPY"],
Yogesh Pande 0:7d5ec759888b 35 "target_overrides": {
Yogesh Pande 0:7d5ec759888b 36 "*": {
mbed_official 21:b88cdeb5b302 37 "target.features_add": ["NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"],
mbed_official 21:b88cdeb5b302 38 "mbed-mesh-api.6lowpan-nd-channel-page": 0,
mbed_official 21:b88cdeb5b302 39 "mbed-mesh-api.6lowpan-nd-channel": 12,
mbed_official 32:7b3841243d70 40 "mbed-trace.enable": 0
mbed_official 13:c44e318674db 41 },
mbed_official 13:c44e318674db 42 "NUCLEO_F401RE": {
mbed_official 13:c44e318674db 43 "wifi-tx": "PA_11",
mbed_official 13:c44e318674db 44 "wifi-rx": "PA_12"
mbed_official 13:c44e318674db 45 },
mbed_official 13:c44e318674db 46 "NUCLEO_F411RE": {
mbed_official 13:c44e318674db 47 "wifi-tx": "PA_11",
mbed_official 13:c44e318674db 48 "wifi-rx": "PA_12"
mbed_official 62:077cbce2bd10 49 },
mbed_official 62:077cbce2bd10 50 "UBLOX_EVK_ODIN_W2": {
mbed_official 62:077cbce2bd10 51 "target.device_has_remove": ["EMAC"]
Yogesh Pande 0:7d5ec759888b 52 }
Yogesh Pande 0:7d5ec759888b 53 }
Yogesh Pande 1:e06e899acba6 54 }