read water level from aduino water sensor, and forward it ti artik 710 board. and It controls humidifier by 2 channel relay module

Dependencies:   MbedJSONValue WebSocketClient

Committer:
Dongho
Date:
Tue Jan 09 07:00:32 2018 +0000
Revision:
0:a3a9a2aa25eb
iot project;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Dongho 0:a3a9a2aa25eb 1 {
Dongho 0:a3a9a2aa25eb 2 "config": {
Dongho 0:a3a9a2aa25eb 3 "network-interface":{
Dongho 0:a3a9a2aa25eb 4 "help": "options are ETHERNET, WIFI_ESP8266, WIFI_ODIN, MESH_LOWPAN_ND, MESH_THREAD",
Dongho 0:a3a9a2aa25eb 5 "value": "WIFI_ESP8266"
Dongho 0:a3a9a2aa25eb 6 },
Dongho 0:a3a9a2aa25eb 7 "mesh_radio_type": {
Dongho 0:a3a9a2aa25eb 8 "help": "options are ATMEL, MCR20",
Dongho 0:a3a9a2aa25eb 9 "value": "ATMEL"
Dongho 0:a3a9a2aa25eb 10 },
Dongho 0:a3a9a2aa25eb 11 "esp8266-tx": {
Dongho 0:a3a9a2aa25eb 12 "help": "Pin used as TX (connects to ESP8266 RX)",
Dongho 0:a3a9a2aa25eb 13 "value": "D8"
Dongho 0:a3a9a2aa25eb 14 },
Dongho 0:a3a9a2aa25eb 15 "esp8266-rx": {
Dongho 0:a3a9a2aa25eb 16 "help": "Pin used as RX (connects to ESP8266 TX)",
Dongho 0:a3a9a2aa25eb 17 "value": "D2"
Dongho 0:a3a9a2aa25eb 18 },
Dongho 0:a3a9a2aa25eb 19 "esp8266-debug": {
Dongho 0:a3a9a2aa25eb 20 "value": false
Dongho 0:a3a9a2aa25eb 21 },
Dongho 0:a3a9a2aa25eb 22 "wifi-ssid": {
Dongho 0:a3a9a2aa25eb 23 "value": "\"netlab1\""
Dongho 0:a3a9a2aa25eb 24 },
Dongho 0:a3a9a2aa25eb 25 "wifi-password": {
Dongho 0:a3a9a2aa25eb 26 "value": "\"netlab1@414\""
Dongho 0:a3a9a2aa25eb 27 },
Dongho 0:a3a9a2aa25eb 28 "button": {
Dongho 0:a3a9a2aa25eb 29 "help": "Pin which you'll use as button (can be overriden per target below)",
Dongho 0:a3a9a2aa25eb 30 "value": "BUTTON1"
Dongho 0:a3a9a2aa25eb 31 },
Dongho 0:a3a9a2aa25eb 32 "builtin_led_on": {
Dongho 0:a3a9a2aa25eb 33 "help": "Value to write to built-in LEDs to turn them on",
Dongho 0:a3a9a2aa25eb 34 "value": 1,
Dongho 0:a3a9a2aa25eb 35 "macro_name": "BUILTIN_LED_ON"
Dongho 0:a3a9a2aa25eb 36 },
Dongho 0:a3a9a2aa25eb 37 "builtin_led_off": {
Dongho 0:a3a9a2aa25eb 38 "help": "Value to write to built-in LEDs to turn them off",
Dongho 0:a3a9a2aa25eb 39 "value": 0,
Dongho 0:a3a9a2aa25eb 40 "macro_name": "BUILTIN_LED_OFF"
Dongho 0:a3a9a2aa25eb 41 }
Dongho 0:a3a9a2aa25eb 42 },
Dongho 0:a3a9a2aa25eb 43 "target_overrides": {
Dongho 0:a3a9a2aa25eb 44 "*": {
Dongho 0:a3a9a2aa25eb 45 "target.features_add": ["NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"],
Dongho 0:a3a9a2aa25eb 46 "platform.stdio-baud-rate": 115200,
Dongho 0:a3a9a2aa25eb 47 "platform.stdio-convert-newlines": true,
Dongho 0:a3a9a2aa25eb 48 "mbed-mesh-api.6lowpan-nd-channel-page": 0,
Dongho 0:a3a9a2aa25eb 49 "mbed-mesh-api.6lowpan-nd-channel": 12,
Dongho 0:a3a9a2aa25eb 50 "mbed-trace.enable": 0
Dongho 0:a3a9a2aa25eb 51 },
Dongho 0:a3a9a2aa25eb 52 "K64F": {
Dongho 0:a3a9a2aa25eb 53 "button": "SW2",
Dongho 0:a3a9a2aa25eb 54 "builtin_led_on": 0,
Dongho 0:a3a9a2aa25eb 55 "builtin_led_off": 1
Dongho 0:a3a9a2aa25eb 56 },
Dongho 0:a3a9a2aa25eb 57 "HEXIWEAR": {
Dongho 0:a3a9a2aa25eb 58 "button": "PTA12",
Dongho 0:a3a9a2aa25eb 59 "esp8266-tx": "PTD3",
Dongho 0:a3a9a2aa25eb 60 "esp8266-rx": "PTD2"
Dongho 0:a3a9a2aa25eb 61 },
Dongho 0:a3a9a2aa25eb 62 "NUCLEO_F401RE": {
Dongho 0:a3a9a2aa25eb 63 "button": "USER_BUTTON",
Dongho 0:a3a9a2aa25eb 64 "esp8266-tx": "D8",
Dongho 0:a3a9a2aa25eb 65 "esp8266-rx": "D2"
Dongho 0:a3a9a2aa25eb 66 },
Dongho 0:a3a9a2aa25eb 67 "NUCLEO_F411RE": {
Dongho 0:a3a9a2aa25eb 68 "button": "USER_BUTTON",
Dongho 0:a3a9a2aa25eb 69 "esp8266-tx": "D8",
Dongho 0:a3a9a2aa25eb 70 "esp8266-rx": "D2"
Dongho 0:a3a9a2aa25eb 71 },
Dongho 0:a3a9a2aa25eb 72 "NUMAKER_PFM_NUC472": {
Dongho 0:a3a9a2aa25eb 73 "button": "SW1",
Dongho 0:a3a9a2aa25eb 74 "builtin_led_on": 0,
Dongho 0:a3a9a2aa25eb 75 "builtin_led_off": 1
Dongho 0:a3a9a2aa25eb 76 }
Dongho 0:a3a9a2aa25eb 77 }
Dongho 0:a3a9a2aa25eb 78 }