Hi All,
Brand new to the forum and still very new to the world of Arduino. I am actively researching and practising to facilitate building this project. But thought I would jump in early here to minimise me chasing avenues which aren't feasible or if there are better ways than my limited knowledge allows me to think of.
I have been tasked with creating a system to track the speed of a race car, to ensure it does not break a hard 160km/h limit and at the same time, record vision from the front and rear of the vehicle. All 3 data sets are only required for post-race review and no live view of speed or transmission of footage is required.
My initial thoughts for hardware and outputs are as follows:
For GPS:
Arduino Mega
Adafruit Ultimate GPS Shield
For Video:
2x Hawkeye Firefly 4k drone FPV DVR
Due to my limitations of knowledge, I would assume that the simplest setup is to record the data and video onto 3 separate memory cards; GPS, Front Cam, Rear Cam.
For the GPS logging, I think the simplest output would be:
Date/Time/Lat/long/Speed in Km/h
I think that it could be just be recorded in a TXT file as a list.
I think the above is achievable with a bit more research and learning on my part. But here are the things I am unsure of and need some guidance.
-
Turning on and off each of the 3 systems at the beginning and end of each race. Ideally, it would be 3 switches, one for each system. Status leds would also be required so that there is a visual status of GPS lock, GPS logging, Video Recording.
-
Ideally, a way to highlight in the GPS log the moments that 160km/h is reached, so that officials can easily spot when how long a the speed was exceeded.
-
All 3 devices use MicroSD slots on the PCB. I would like to use SD cards. Is there a way to do this via the Arduino headers?
One other thing Im not sure on is the GPS capability to even accurately track the vehicle at those sustained speeds. Very interested to hear the opinions of others on this.
If anyone has any input, tutorials, advice, negative or positive, Im very much happy to hear it all. I would appreciate if someone could confirm my hardware choices so that I can order it and start learning on the job, so to say.
Thanks for your time,
Ned