This example program uses the ARM mbed HTTP client library to send/receive data to/from AT&T's M2X service (https://m2x.att.com/) using the AT&T Cellular IoT Starter Kit from Avnet (http://cloudconnectkits.org/product/att-cellular-iot-starter-kit). This kit contains a FRDM-K64F from NXP (https://developer.mbed.org/platforms/FRDM-K64F/).
Dependencies: M2XStreamClient-JMF WNCInterface jsonlite mbed-rtos mbed
See the README for details on this example program. NOTE: When started, the program can take up to 40 seconds before it will respond. This delay is the time required for the WNC Data Module to connect with the network.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
3:94a2e1a54aac | 2016-11-17 | root@developer-sjc-cyan-compiler.local.mbed.org | Added tag att_cellular_K64_wnc_14A2A_20161117 for changeset eb0768c06c1b |
2:eb0768c06c1b | 2016-10-07 | JMF | changed all printf statements to pc.printf |
1:1c840717deea | 2016-09-27 | JMF | Adding code to initialize stdio/stderr output, moved out of WNCInterface. |
0:62feed0f1fd9 | 2016-09-21 | JMF | Initial Commit |