HW3_DHT22_TCP

Dependencies:   SDFileSystem

Committer:
Proverbs
Date:
Tue Jan 02 11:43:43 2018 +0000
Revision:
0:e548610ed175
HW2_DHT_TCP

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Proverbs 0:e548610ed175 1 # mbed-os-example-coap
Proverbs 0:e548610ed175 2
Proverbs 0:e548610ed175 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.
Proverbs 0:e548610ed175 4
Proverbs 0:e548610ed175 5 ## To build
Proverbs 0:e548610ed175 6
Proverbs 0:e548610ed175 7 1. Open ``mbed_app.json`` and change the `network-interface` option to your connectivity method ([more info](https://github.com/ARMmbed/easy-connect)).
Proverbs 0:e548610ed175 8 2. Build the project in the online compiler or using mbed CLI.
Proverbs 0:e548610ed175 9 3. Flash the project to your development board.
Proverbs 0:e548610ed175 10 4. Attach a serial monitor to your board to see the debug messages.