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 # mbed-os-example-coap
Dongho 0:a3a9a2aa25eb 2
Dongho 0:a3a9a2aa25eb 3 This application demonstrates how to connect to a CoAP server from mbed OS 5. It connects to coap://coap.me, sends a message to `/hello` and receives the response.
Dongho 0:a3a9a2aa25eb 4
Dongho 0:a3a9a2aa25eb 5 ## To build
Dongho 0:a3a9a2aa25eb 6
Dongho 0:a3a9a2aa25eb 7 1. Open ``mbed_app.json`` and change the `network-interface` option to your connectivity method ([more info](https://github.com/ARMmbed/easy-connect)).
Dongho 0:a3a9a2aa25eb 8 2. Build the project in the online compiler or using mbed CLI.
Dongho 0:a3a9a2aa25eb 9 3. Flash the project to your development board.
Dongho 0:a3a9a2aa25eb 10 4. Attach a serial monitor to your board to see the debug messages.