How can a BasicStamp2 download waypoints into Garmin eTrex GPS?
hyeatman
Posts: 4
Hello Everyone!!
I'm new to the Parallax form. I am working on my son's class project where we are building an electric power model boat that is beig guided by GPS to navigate around a small lake. I am using the BasicStamp 2 to parse the informatin from my handheld Garmin eTrex "Venture" GPS unit. I am working with the $GPRMB data to help steer the boat using a RC servo. My question is can I have the BasicStamp download to the GPS unit my specific WayPoints that I want the boat to navigate to. I have seen several article on reading GPS data with a Stamp but nothing about being able to communicate data back to the GPS unit. I want to be able to originate and store my WayPoints in the BasicStamp and them download them into the GPS unit. Any suggestions or ideas would be helpful. I have read several articles by Jon Williams and they are most helpful. Thanks for your help.
Hoyt Yeatman
I'm new to the Parallax form. I am working on my son's class project where we are building an electric power model boat that is beig guided by GPS to navigate around a small lake. I am using the BasicStamp 2 to parse the informatin from my handheld Garmin eTrex "Venture" GPS unit. I am working with the $GPRMB data to help steer the boat using a RC servo. My question is can I have the BasicStamp download to the GPS unit my specific WayPoints that I want the boat to navigate to. I have seen several article on reading GPS data with a Stamp but nothing about being able to communicate data back to the GPS unit. I want to be able to originate and store my WayPoints in the BasicStamp and them download them into the GPS unit. Any suggestions or ideas would be helpful. I have read several articles by Jon Williams and they are most helpful. Thanks for your help.
Hoyt Yeatman
Comments
Just curious, what part of the class project does your son get to work on?
Lee
In truth I am doing most of the planning and programming for the project but we all pitch in when it comes to undestanding the concepts and building the model and other systems.
Thanks,
Hoyt
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas, TX· USA
http://www.gpsu.co.uk/
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Hoyt
I think you're approaching this problem from the wrong side.· Why do you need the eTrex to store the waypoints?· Whether the eTrex or the BS2 figures out which way to go in order to reach a waypoint doesn't make a difference.·
You can get the BS2 to determine which way it needs to·"steer" based on the current location, provided by the eTrex, and the next waypoint, provided by you (whether remotely or hardcoded).· All you need is a little trig coded into the BS2.· This can be as almost as accurate as the eTrex's method of bearing determination.· The main thing you need to hardcode into the BS2 is the meters/deg latitude and meters/deg longitude (ratio).
Hope that helps,
Dave