Test software for SatChat prototype hardware Platform - MAX32630FTHR

Dependencies:   USBDevice max32630fthr

Revisions of main.cpp

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