Test software for SatChat prototype hardware Platform - MAX32630FTHR
Dependencies: USBDevice max32630fthr
History
Test software for SatChat prototype hardware
2017-09-21, by koziniec [Thu, 21 Sep 2017 01:24:44 +0000] rev 16
Test software for SatChat prototype hardware
Essential documentation of the GPS BLACK CODE is completed.; Time to move onto the RockBlock code.
2017-07-04, by koziniec [Tue, 04 Jul 2017 17:24:55 +0000] rev 15
Essential documentation of the GPS BLACK CODE is completed.; Time to move onto the RockBlock code.
green led if a gps fix is obtained (time is set); red led if gps times out.; blue led if waiting for gps and flashing if time but no fix obtained; ; code in main needs some proper switch input and calls to rockblock routines but so far ok.
2017-07-03, by koziniec [Mon, 03 Jul 2017 16:50:59 +0000] rev 14
green led if a gps fix is obtained (time is set); red led if gps times out.; blue led if waiting for gps and flashing if time but no fix obtained; ; code in main needs some proper switch input and calls to rockblock routines but so far ok.
Not fully tested but the start of the BLACK code framework.; Commit before moving the buffer clearing code to GPS(OFF)
2017-07-03, by koziniec [Mon, 03 Jul 2017 15:46:51 +0000] rev 13
Not fully tested but the start of the BLACK code framework.; Commit before moving the buffer clearing code to GPS(OFF)
Yay! Epoch sets from GPS :-); GPS routine largely done. Blocks until a fix is obtained and then returns after setting values in global variables.; ; Need to tidy up (remove) printf.; Add some meaningful LED feedback instead;
2017-07-02, by koziniec [Sun, 02 Jul 2017 13:37:27 +0000] rev 12
Yay! Epoch sets from GPS :-); GPS routine largely done. Blocks until a fix is obtained and then returns after setting values in global variables.; ; Need to tidy up (remove) printf.; Add some meaningful LED feedback instead;
Need to check the global gps variables are sound.; Need to check both source and destination nmea entry sizes to avoid overflow.; set the clock.
2017-07-01, by koziniec [Sat, 01 Jul 2017 16:48:47 +0000] rev 11
Need to check the global gps variables are sound.; Need to check both source and destination nmea entry sizes to avoid overflow.; set the clock.
Milestone; GPS turns on. Waits for a fix, dumps to pc.serial and turns off GPS
2017-07-01, by koziniec [Sat, 01 Jul 2017 12:31:17 +0000] rev 10
Milestone; GPS turns on. Waits for a fix, dumps to pc.serial and turns off GPS
Functional; Need to add check for A valid fix.; shutdown GPS; Then copy gps fix data to global variables
2017-07-01, by koziniec [Sat, 01 Jul 2017 07:57:16 +0000] rev 9
Functional; Need to add check for A valid fix.; shutdown GPS; Then copy gps fix data to global variables
Checksum validation works.; Need to nest GPRMC correctly
2017-07-01, by koziniec [Sat, 01 Jul 2017 06:33:58 +0000] rev 8
Checksum validation works.; Need to nest GPRMC correctly
Needs tidying up but displays both hex CS and calc'd CS and they match :-)
2017-07-01, by koziniec [Sat, 01 Jul 2017 05:23:43 +0000] rev 7
Needs tidying up but displays both hex CS and calc'd CS and they match :-)