GPS working with LoRa code - can't transmit faster that once every 6 seconds
Dependencies: mbed LoRaWAN-lib_gps_lora SingleFrequencyLora
History
publishining gps with lora
2017-11-29, by Rishin [Wed, 29 Nov 2017 15:01:09 +0000] rev 15
publishining gps with lora
Works, and sending data packet without random chars at beginning or end
2017-11-24, by Rishin [Fri, 24 Nov 2017 15:39:51 +0000] rev 14
Works, and sending data packet without random chars at beginning or end
Valid GPS data sent over LoRa for roughly 7 mins with no crash
2017-11-24, by Rishin [Fri, 24 Nov 2017 15:20:12 +0000] rev 13
Valid GPS data sent over LoRa for roughly 7 mins with no crash
GPS code working and parsing correctly
2017-11-24, by Rishin [Fri, 24 Nov 2017 14:26:09 +0000] rev 12
GPS code working and parsing correctly
Fixed issue with GPS parsing - RMC was not completely filled => causing problems
2017-11-15, by Rishin [Wed, 15 Nov 2017 15:27:36 +0000] rev 11
Fixed issue with GPS parsing - RMC was not completely filled => causing problems
Added GPS parse function, but the program hangs when the function is called
2017-11-14, by Rishin [Tue, 14 Nov 2017 16:06:16 +0000] rev 10
Added GPS parse function, but the program hangs when the function is called
Commit to mark end of day progress
2017-11-13, by Rishin [Mon, 13 Nov 2017 19:51:18 +0000] rev 9
Commit to mark end of day progress
Fixed issue of program hanging when writing to GPS device
2017-11-13, by Rishin [Mon, 13 Nov 2017 18:39:28 +0000] rev 8
Fixed issue of program hanging when writing to GPS device
Successfully parsing RMC data - need to fix printf hang when writing to serial device
2017-11-13, by Rishin [Mon, 13 Nov 2017 18:37:05 +0000] rev 7
Successfully parsing RMC data - need to fix printf hang when writing to serial device
Added definitions for more PMTK commands
2017-11-13, by Rishin [Mon, 13 Nov 2017 15:44:11 +0000] rev 6
Added definitions for more PMTK commands