GPS Tracking/Using Accelerometers
jakethesnake
Posts: 15
Hello,
I would greatly appreciate any answers to the following questions. I am fairly new to the world of microcontrollers but i have learned quickly and want to embark on a rather large project of building a UAV. first though i need a smaller task to create a GPS tracking device that i can communicate with via radio or satellite [is this possible?] The tracking device would be placed in the payload of a weather balloon to be tracked so it can be retrieved for landing-i can do this with a cell phone but would like it if i could build my own device to get some experience.
First: Which Parallax GPS units will work with a BASIC Stamp [this is the programming language i learned] and how hard are they to set up and write programs for? Is it worth buying the learning kit? [I have a limited budget]
Second: Does Parallax make any kind of radio control equipment?
Thank You Very Much!
-jakethesnake
I would greatly appreciate any answers to the following questions. I am fairly new to the world of microcontrollers but i have learned quickly and want to embark on a rather large project of building a UAV. first though i need a smaller task to create a GPS tracking device that i can communicate with via radio or satellite [is this possible?] The tracking device would be placed in the payload of a weather balloon to be tracked so it can be retrieved for landing-i can do this with a cell phone but would like it if i could build my own device to get some experience.
First: Which Parallax GPS units will work with a BASIC Stamp [this is the programming language i learned] and how hard are they to set up and write programs for? Is it worth buying the learning kit? [I have a limited budget]
Second: Does Parallax make any kind of radio control equipment?
Thank You Very Much!
-jakethesnake
Comments
This kit shows you one way to read GPS data with Stamps. Notice that there is a link to the code on that page - study that code and you'll get a pretty decent understanding of what you're after. Of course you'll send the data to a radio rather than a USB drive.
Parallax does not make radio control equipment. It's not clear why you're asking that, though. Were you intending to have control from the ground over something onboard the balloon? You don't need that for GPS/radio tracking. You just need a GPS sending data to a computer, which formats the data and sends them to the radio transmitter. Parallax DOES sell radio units (not "radio control", but just "radio"), notably the XBee modules. Your project probably requires a radio transmitter with a longer range than those available from Parallax, though, assuming that by "weather balloon", you mean something you intend to fly up to tens of thousands of feet.
http://www.parallax.com/Store/Sensors/CompassGPS/tabid/173/CategoryID/48/List/0/SortField/0/Level/a/ProductID/603/Default.aspx
Jimmy
Thank you everybody for your help! A few more questions:
I am planning to buy a GPS module from parallax. I like the PMB-688 GPS SiRF Internal/External Antenna [Stock #28501] for it's versatility, but would like to know what the advantage is of going to the next step with the VPN1513 GPS Receiver Module [Stock #28506] which has RAW or Smart modes. Can anyone help with this?
Also is any additional software needed for having one of these GPS modules info displayed on Google maps? If so where can i get it?
Thank You!
-jakethesnake