Hi all,
Short version: do you know about projects with the Heltec GPS Tracker? Do you have own / know about Blogs, Youtubes etc. you could recommend for a beginner? (German preferred )
Long version:
I’ve been a passionate software developer all my life, but I’m completely new to Arduino & Co.
Currently I’m trying to solve the following problem: I would like to track all tours I’m doing with my camper van. Just to have those recordings, perhaps to geotag some photos afterwards or just to see where I’ve been to. Live uploading of tracking data IS NOT my main focus.
I could simply do this with my phone (like I’m already doing it on hiking tours), but when driving, I too often forget to activate recording. Therefore I’m looking for an automated solution.
I’m not fixed in my decision if I buy a ready device, use an app which kind of automates this on my phone or build a device on my own, whichever is more interesting, simpler or whatever. It’s a hobby, so the most interesting solution will probably win and not the cheapest, easiest or best solution.
According to this, I recently bought this “GPS tracker” device which I’m not sure about if it is Heltec or Seamuing or whatever since someone used a Heltec package and put a Seamuing sticker across the Heltec line.
I successfully uploaded the provided test code onto the device. GPS works, display works, WLAN works, tried several examples, very promising.
The idea I’ve got in mind is that this tracker should collect GPS data whenever it is powered by car’s power, and it should upload it whenever it is connected to a known WLAN (the camper is, when unused, parked in perfect range of my home’s WiFI, so this would be the perfect option).
So the questions I have in mind are for example:
-
does the module have any non volatile memory where I can collect the data while not in WiFi range? Or will I have to add a SD card reader?
-
the device shall be mainly powered by the car, but as I said uploading will probably happen when the car is parked, so I will need kind of buffer which lasts at least some minutes. What kind of battery can I connect (I did not find any documentation about this) and can I distinguish if it is externally powered or by battery?
-
how do you deal with cases for your projects? Do you all own a 3D printer (I don’t) or are there solutions getting around without this? I found some standard cases to buy, but if I, for example, need to add a SD card shield, I think this probably won’t work with standard cases
-
how could I power the device by car? Do I need a 12V-USB-adapter, or is there an even simpler solution to directly power it by the car’s power?
This post doesn’t only aim for answering this concrete questions. I’m mainly seeking for inspiration, other projects you know about etc.
Any reply is appreciated! Thank you very much in advance for your patience.
Marcus.