The Hiking Pal tracking device firmware. See full description on the detail page: https://www.hackster.io/bowenfeng/hiking-pal-v1-07c02d

Dependencies:   FXOS8700CQ MODSERIAL mbed

Fork of Avnet_ATT_Cellular_IOT by Avnet

Revisions of cell_modem.cpp

Revision Date Message Actions
87:ca75c5e785a7 2016-12-22 Join latest hiking activity instead. File  Diff  Annotate
78:00cca62e5d9f 2016-08-15 Fixed 2 minor things: 1 more missing .c_str() from cell_modem.cpp and a missing \r\n from some debug output. File  Diff  Annotate
77:c65eae5b9958 2016-08-15 Fixed some missing \r.; Added report of app version.; Added report of WNC firmware version.; File  Diff  Annotate
75:8cc98a3b9c62 2016-08-13 Re-merged in Stefan's branch with Eaddy branch. File  Diff  Annotate
74:3e3ee15584e5 2016-08-13 Merged in latest code from Eaddy. This adds in more checks if the socket disconnects and attempts to reconnect it and also to search for the +CME error condition. File  Diff  Annotate
73:da723fedfdd2 2016-08-12 Merged in WNC suggestions for: Check for EXTERR and close and reopen the socket if it occurs. If sockopen fails send command to close the socket. Don't use find() on empty strings. File  Diff  Annotate
68:6e311c747045 2016-08-11 Added Avnet copyright headers on all source files. File  Diff  Annotate
64:09004cd610df 2016-08-01 Replaced all printf's with PRINTF=pc.printf; moved to latest mbed library File  Diff  Annotate
63:90d7c69993cd 2016-08-01 Changed the mdm UART from SerialBuffered to MODSERIAL so there will only be one type. File  Diff  Annotate
61:f6b93129f954 2016-08-01 Moved cellular modem routines from main.cpp to cell_modem.cpp; Moved HTS221 routines from main.cpp to sensors.cpp File  Diff  Annotate