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
History
Join latest hiking activity instead.
2016-12-22, by bowenfeng [Thu, 22 Dec 2016 09:32:33 +0000] rev 87
Join latest hiking activity instead.
Use actual GPS data.
2016-12-22, by bowenfeng [Thu, 22 Dec 2016 06:59:20 +0000] rev 86
Use actual GPS data.
Report data using the allocated session. Remove hard coded IDs.
2016-12-22, by bowenfeng [Thu, 22 Dec 2016 06:52:58 +0000] rev 85
Report data using the allocated session. Remove hard coded IDs.
Auto join the first found hiking.
2016-12-22, by bowenfeng [Thu, 22 Dec 2016 06:31:32 +0000] rev 84
Auto join the first found hiking.
Update flow base URL
2016-12-21, by bowenfeng [Wed, 21 Dec 2016 08:15:23 +0000] rev 83
Update flow base URL
Hiking Pal tracking device initial commit
2016-12-21, by bowenfeng [Wed, 21 Dec 2016 08:13:25 +0000] rev 82
Hiking Pal tracking device initial commit
Added tag att_cellular_K64_wnc_14A2A_20161117 for changeset d635c0eddd6e
2016-11-17, by root@developer-sjc-cyan-compiler.local.mbed.org [Thu, 17 Nov 2016 18:21:52 +0000] rev 81
Added tag att_cellular_K64_wnc_14A2A_20161117 for changeset d635c0eddd6e
If WNC returns more than 1 IP address, fixed control software to pick just 1 of them instread of all of them. Found a pc.printf replaced with PRINTF.
2016-08-16, by fkellermavnet [Tue, 16 Aug 2016 13:55:59 +0000] rev 80
If WNC returns more than 1 IP address, fixed control software to pick just 1 of them instread of all of them. Found a pc.printf replaced with PRINTF.
Been timing the URL resolve, it can take a long time sometime for the WNC to reply back with an IP or sometimes an error.; ; I increased the timeout for the dns resolve from 15 to 60 seconds. This is one more step toward better.
2016-08-15, by fkellermavnet [Mon, 15 Aug 2016 22:40:14 +0000] rev 79
Been timing the URL resolve, it can take a long time sometime for the WNC to reply back with an IP or sometimes an error.; ; I increased the timeout for the dns resolve from 15 to 60 seconds. This is one more step toward better.
Fixed 2 minor things: 1 more missing .c_str() from cell_modem.cpp and a missing \r\n from some debug output.
2016-08-15, by fkellermavnet [Mon, 15 Aug 2016 21:46:21 +0000] rev 78
Fixed 2 minor things: 1 more missing .c_str() from cell_modem.cpp and a missing \r\n from some debug output.