2014 - 03 - 12

Sector Intersection
Testing GPS pointing if it falls within a predefined sector. It has passed test on stationary tests will conduct tests during movement in and out of sectors.

2014 - 03 - 10

RaceTrack Data
Added the classes that will extract and define the race track and its GPS Sectors.
Added locator class to check whether a GPS point falls within a sector.

2014 - 03 - 07

Mapping and file conversion
Want to extract the logged GPS data (Latitude , Longitude, Altitude, Time, Speed) into useful representation on either Google Maps or any other relevant mapping solution.

2014 - 03 - 06

GPS speed accuracy
With the GPS unit functioning properly I have done some testing the accuracy. Mounting it on my car and taking a drive it proved to be fairly accurate with the speed I was travelling. Although it seems to be more inaccurate at lower speeds. Which should not be a problem for it's design purpose.

SD Card Logging
Managed to get the Netduino SD card to log the information that I think is relevant, although it does come with a hitch at 10hz updates. The time taken to write to the SD card takes more than 0.1sec when updating at 10hz. Going to try running at 5hz and see if it will be sufficient.