Program to read data from sensors, write them to a file which can then be interpreted by software to help show the path of a bicycle as it travels around a field
Dependencies:
C12832_lcd
FatFileSystemCpp
MMA7660
CMPS03
GPS
Fork of
MSCUsbHost
by Igor Skochinsky
2 comments:
mbedfordshire
#
16 Mar 2017
Might be able to use code from this .h file, which comes inbuilt with the main mbed.h file.
https://developer.mbed.org/users/hlipka/code/TimeZone/docs/0c7207d674d3/Time_8h_source.html
Could set it to print the time every 0.5 seconds until data collection stops, not sure how you'd write it to the gps.txt file though.
Not sure if the Adafruit GPS code will work with our GPS, if it does then we'd have to download the library for that GPS and half-inch the timer code from it in hopes it would work.
Also I changed the issue to a feature request and set it as major, we can change it back to a bug when it inevitably doesn't work.
I looked at that but it appears to just be a conversion between unix time and real time, not entirely sure where its getting its time from though, neither file in that program specifies where it's from.
Not sure if the Adafruit GPS code will work with our GPS, if it does then we'd have to download the library for that GPS and half-inch the timer code from it in hopes it would work.
I don't think it'll work as is either, however there are things in there which might be applied to our EM406A
We can change it back to a bug when it inevitably doesn't work
Bro, I feel you
Might be able to use code from this .h file, which comes inbuilt with the main mbed.h file. https://developer.mbed.org/users/hlipka/code/TimeZone/docs/0c7207d674d3/Time_8h_source.html
Could set it to print the time every 0.5 seconds until data collection stops, not sure how you'd write it to the gps.txt file though.
Not sure if the Adafruit GPS code will work with our GPS, if it does then we'd have to download the library for that GPS and half-inch the timer code from it in hopes it would work.
Also I changed the issue to a feature request and set it as major, we can change it back to a bug when it inevitably doesn't work.