Adjusting the GPS speed sensitivity
SteveWoodrough
Posts: 190
I am using the attached GPS for my Robo Magellan project. Standard Parallax Red GPS module.
https://www.youtube.com/watch?v=M8u0VsNM0II
http://www.parallax.com/StoreSearchResults/tabid/768/txtSearch/gps/List/0/SortField/4/ProductID/703/Default.aspx
Right now the bot has to move at a fast walking pace in order to freshly update the position. In some ways this is nice as it acts as a filter but there are disadvantages.
Is there spin code that anyone has written that allows me to change the navigation speed threshold? I've looked over the documentation, and I cannot find such a command, but a lot of times, the forum knows more than what is published.
Thanks,
Steve
https://www.youtube.com/watch?v=M8u0VsNM0II
http://www.parallax.com/StoreSearchResults/tabid/768/txtSearch/gps/List/0/SortField/4/ProductID/703/Default.aspx
Right now the bot has to move at a fast walking pace in order to freshly update the position. In some ways this is nice as it acts as a filter but there are disadvantages.
Is there spin code that anyone has written that allows me to change the navigation speed threshold? I've looked over the documentation, and I cannot find such a command, but a lot of times, the forum knows more than what is published.
Thanks,
Steve
Comments
-Phil
I looked over your code and have a question or two. How do I modify since my GPS defaults to 9600 baud?
Among my concern is getting the correct check sum value.
I looked at this site, but I'm not really sure what I need to input as the message string.
http://www.hhhh.org/wiml/proj/nmeaxor.html
Do I need to make changes to the DAT information as well for 9600 baud?
Thanks
Steve