Sample project to connect to AT&T M2X from the STM32 Nucleo + MTSAS Cellular SocketModem shield

Dependencies:   M2XStreamClient jsonlite mbed

Fork of MTSAS_Cellular_Connect_M2X_Example_F411 by Joe Tijerina

Revisions of main.cpp

Revision Date Message Actions
17:d9fb4ea14d2b 2014-09-25 Changed the test_sensor input and pwm out signals and updated the M2X post logic. File  Diff  Annotate
16:3458e36115a9 2014-09-24 Updated M2XStreamClient library File  Diff  Annotate
15:a7512648f111 2014-09-19 Commit project File  Diff  Annotate
14:025cccfe4215 2014-09-18 Initial Rev using T-Mobile Data SIM File  Diff  Annotate
13:699045e9cce9 2014-08-13 Reordered radio configureSignals() after checking radio pointer init. File  Diff  Annotate
12:23c052e020a9 2014-08-12 Code review 2 fixes File  Diff  Annotate
11:7e11c3f99b51 2014-08-07 Deleted socketmodem under configuration comment line. File  Diff  Annotate
10:2e6637cca9d7 2014-08-07 Missed spelling issue "te" to "the" File  Diff  Annotate
9:0ed53023033b 2014-08-07 Spelling errors, comment wording, and added check for failed radio initialization File  Diff  Annotate
8:95c226a1dca7 2014-08-05 Added setTransport(radio), and added a comment File  Diff  Annotate
7:3e937d898953 2014-07-28 Added NONE for setLogLevel as a choice File  Diff  Annotate
6:9c490265dd91 2014-07-28 Forgot to add NONE level for setLogLevel File  Diff  Annotate
5:46e66c649006 2014-07-28 few readability and consistency tweaks File  Diff  Annotate
4:8b02a6b67f4d 2014-07-28 Added Log Level to debug and follow the program thread File  Diff  Annotate
3:f22ad66e049e 2014-07-28 Added APN value set to APN log print, DNS name for ping as "www.google.com"; Removed \n from log lines.; File  Diff  Annotate
2:99606ba5d1bf 2014-07-25 Changed output messages from printf to log File  Diff  Annotate
1:4c54ec0a3a20 2014-07-24 Added for loops to ensure each step succeeds. Also added success indication for each step with a message output. File  Diff  Annotate
0:47bc9ce390cc 2014-07-24 Tests device connectivity with a simple ping command after connecting to the cell network, then it disconnects. File  Diff  Annotate