I was wondering if it would be possible to have a gps tracking device into my rc car and track it in real time with my laptop.
Max. 2 miles.
Without GSM.
Mapping with google earth or something else (i prefer google earth because it runs and without internet)
No internet connection.
low cost about 100-150$
Optional low power
small size
i don’t care about communication protocol (I try it with bluetooth but the distance is a problem). I have very little programming knowledge i made a few arduino projects (some LED, servo and other stuff from tutorials) and prefer to make something without programming.
Depending on how big your car is you could have put in an old android phone in it with an android app for tracking but as you dont want either gsm or internet I can suggest digi XTEND high power transeiver . I am not sure how much range you would get from those though because the closer you are to the ground the less your range is.
Another idea could be to use a simple MCU and encode the GPS NMEA fix in a smart way to use your (I assume) existing remote control RF link… assuming that you have a spare channel.
At the end of the day NMEA sentences carry a lot of redundant information so -if you need only the position at 1Hz- a 1200bps link would be more than enough.
Hack in to a couple of those cheap FRS radios. Encode the GPS data as tones at the Xmtr end, decode the tones at the Rcvr end, kinda like the old 300 baud modems. Worked for me, although I was only sending at most 5 simultaneous tones (SPI-ish, 1 tone for new byte, 2 tones for the clock, 2 tones for the data itself), decoding them using a PIC18F and FFT routines. Not fast by any stretch, a tad under 1 byte per second, but it worked. Not to mention I was probably breaking the rules by sending the data continuously thereby tying up a channel for minutes on end, but hey, where I’m at, I’d seriously doubt anybody cared, or even knew.
Some cables, enclosure, solder and really really few technical hands-on (X-CTU configuring and reading a couple of datasheets). This solution needs a clear view from both XBees to ensure a reliable connection.
Thanks a lot jlhonora this is a very good solution i’ll take a look.please tell me another thing just i plug in the usb from XBee Explorer USB and open the google earth and play? or i must to do something else?
Check out my solutions. RF based GPS telemetry transmitters. I’ve got 2 meter and 70cm versions that require ham licenses, and a complete 900 Mhz 100mw license free solution.
BigRedBee:
Check out my solutions. RF based GPS telemetry transmitters. I’ve got 2 meter and 70cm versions that require ham licenses, and a complete 900 Mhz 100mw license free solution.
And your kits have me thinking more about APRS in general. However, depending on where he’s going to use this, if there aren’t any repeaters in the area then it becomes a line-of-sight game.
Honestly, slapping in a GSM kit with a pay-as-you-go data might be easier.