I bought a Raspberry Pi 2 and have it up and running. I purchased it to turn into an automatic trip logger for the car. I don't need nor care about having real time tracking, I just want to automate my current trip tracking (done with GPSKit on my iPhone currently). I am looking for some guidance on the following:
- What GPS thing do I need to purchase? I plan on using an external antenna to ensure it has good signal.
My goal is to generate a KMZ or KML file, though a GPX file will work as well. Is this something that can be done on the fly, or will I need to take the logs generated by the GPS and then process them off the device?
I would like to have this data on a second SD card, so taht I can easily swap out the data card. I didn't see an SD Card on the "hat", but I did on the Arduino "Shield". This confuses me a little.
I appreciate any help that can be offered. Most my search results seem to focus more on the real time tracking aspect, as opposed to logging to KML/KMZ/GPX.