Test software for SatChat prototype hardware Platform - MAX32630FTHR

Dependencies:   USBDevice max32630fthr

Changes

RevisionDateWhoCommit message
16:c5634210628d 2017-09-21 koziniec Test software for SatChat prototype hardware default tip
15:7d75ecaeabdb 2017-07-04 koziniec Essential documentation of the GPS BLACK CODE is completed.; Time to move onto the RockBlock code.
14:8ff04e82bda2 2017-07-03 koziniec 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.
13:ff0b39177386 2017-07-03 koziniec Not fully tested but the start of the BLACK code framework.; Commit before moving the buffer clearing code to GPS(OFF)
12:a895e3581542 2017-07-02 koziniec 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;
11:a9c16968e7f6 2017-07-01 koziniec 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.
10:349d4fa9037f 2017-07-01 koziniec Milestone; GPS turns on. Waits for a fix, dumps to pc.serial and turns off GPS
9:b8a60ade343e 2017-07-01 koziniec Functional; Need to add check for A valid fix.; shutdown GPS; Then copy gps fix data to global variables
8:b4a6c632c809 2017-07-01 koziniec Checksum validation works.; Need to nest GPRMC correctly
7:4218bb385ca4 2017-07-01 koziniec Needs tidying up but displays both hex CS and calc'd CS and they match :-)
6:af25f19eb4e6 2017-07-01 koziniec First attempt at calculating CS. Probably incorrect and doesn't print the CS to screen
5:703f61be6ee2 2017-07-01 koziniec Every element breaking out nicely on screen.; Both lock and non-lock conditions handled.; :-)
4:e996385ca6d9 2017-07-01 koziniec NMEA elements are breaking out (except CS) correctly and displayed on PC.; The checksum is not comma separated so this needs to fixed and checked.
3:1dff075c1c88 2017-07-01 koziniec Added space padding between ,, -> , ,
2:814706310a71 2017-07-01 koziniec tidied index
1:b8cb82927f33 2017-07-01 koziniec Can read NMEA string, search for $GPRMC and display first two elements. But not correct for empty CSV elements. STRTOK can't handle this.
0:59c04ca89ae2 2017-06-18 koziniec no idea