Duy_new_test_Water_Monitor

Dependencies:   MQTT NDefLib

Fork of Cloud_IBM_MbedOS by ST

Committer:
mapellil
Date:
Fri Nov 17 08:46:13 2017 +0000
Revision:
0:e477c0f8b2e4
Child:
1:731b764fb26f
first commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mapellil 0:e477c0f8b2e4 1 {
mapellil 0:e477c0f8b2e4 2 "config": {
mapellil 0:e477c0f8b2e4 3 "network-interface":{
mapellil 0:e477c0f8b2e4 4 "help": "options are ETHERNET, WIFI_ESP8266, WIFI_IDW0XX1, WIFI_ODIN, WIFI_RTW, MESH_LOWPAN_ND, MESH_THREAD, CELLULAR_ONBOARD",
mapellil 0:e477c0f8b2e4 5 "value": "WIFI_IDW0XX1"
mapellil 0:e477c0f8b2e4 6 },
mapellil 0:e477c0f8b2e4 7 "wifi-ssid": {
mapellil 0:e477c0f8b2e4 8 "value": "\"crespan\""
mapellil 0:e477c0f8b2e4 9 },
mapellil 0:e477c0f8b2e4 10 "wifi-password": {
mapellil 0:e477c0f8b2e4 11 "value": "\"Arches0n\""
mapellil 0:e477c0f8b2e4 12 },
mapellil 0:e477c0f8b2e4 13 "wifi-tx": {
mapellil 0:e477c0f8b2e4 14 "help": "TX pin for serial connection to external device",
mapellil 0:e477c0f8b2e4 15 "value": "PA_11"
mapellil 0:e477c0f8b2e4 16 },
mapellil 0:e477c0f8b2e4 17 "wifi-rx": {
mapellil 0:e477c0f8b2e4 18 "help": "RX pin for serial connection to external device",
mapellil 0:e477c0f8b2e4 19 "value": "PA_12"
mapellil 0:e477c0f8b2e4 20 }
mapellil 0:e477c0f8b2e4 21 },
mapellil 0:e477c0f8b2e4 22 "macros": [ "MQTT_BROKER_URL=\".messaging.internetofthings.ibmcloud.com\"",
mapellil 0:e477c0f8b2e4 23 "MQTT_CLIENT_ID=\"g:pvko17:<your DEVICE_ID_TYPE>:<your DEVICE_ID>\"",
mapellil 0:e477c0f8b2e4 24 "MQTT_USERNAME=\"use-token-auth\"",
mapellil 0:e477c0f8b2e4 25 "MQTT_PASSWORD=\"<your DEVICE_ID>\"",
mapellil 0:e477c0f8b2e4 26 "MQTT_TOPIC=\"iot-2/evt/status/fmt/json\"",
mapellil 0:e477c0f8b2e4 27 "MQTT_SENSOR_ID=\"<mmddyyyy>\"",
mapellil 0:e477c0f8b2e4 28 "MQTT_KEEPALIVE 10",
mapellil 0:e477c0f8b2e4 29 "MQTT_PORT 1883",
mapellil 0:e477c0f8b2e4 30 "MQTT_TLS_PORT 8883"],
mapellil 0:e477c0f8b2e4 31 "target_overrides": {
mapellil 0:e477c0f8b2e4 32 "*": {
mapellil 0:e477c0f8b2e4 33 "target.features_add": ["NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"],
mapellil 0:e477c0f8b2e4 34 "mbed-mesh-api.6lowpan-nd-channel-page": 0,
mapellil 0:e477c0f8b2e4 35 "mbed-mesh-api.6lowpan-nd-channel": 12
mapellil 0:e477c0f8b2e4 36 },
mapellil 0:e477c0f8b2e4 37 "K64F": {
mapellil 0:e477c0f8b2e4 38 },
mapellil 0:e477c0f8b2e4 39 "NUCLEO_F401RE": {
mapellil 0:e477c0f8b2e4 40 "wifi-tx": "D8",
mapellil 0:e477c0f8b2e4 41 "wifi-rx": "D2",
mapellil 0:e477c0f8b2e4 42 "target.macros_add": ["IKS01A2"]
mapellil 0:e477c0f8b2e4 43 },
mapellil 0:e477c0f8b2e4 44 "DISCO_L475VG_IOT01A": {
mapellil 0:e477c0f8b2e4 45 },
mapellil 0:e477c0f8b2e4 46 "NUCLEO_L476RG": {
mapellil 0:e477c0f8b2e4 47 }
mapellil 0:e477c0f8b2e4 48 }
mapellil 0:e477c0f8b2e4 49 }