$GPRMB and destination point
mechano
Posts: 8
dear all
how are you
nice to come back again to this forum
dear administartor plz dont remove the links below because·they are required to explain my problem (thanks in advance)
first let me give simple explanation about my problem
through GPS NMEA 0183 we can read many thing but here i will use only two $GPRMC & $GPRMB
it is useful to use these two codes for guiding any vehicle through many waypoints
most of the projects that i found are using GARMIN prodects like Legend Vista
http://www.pages.drexel.edu/~weg22/gpsEmaxx/gpsEmaxx.html
in the above link we can find all the details of $GPRMC & $GPRMB strings
my problem is :
Q1
the destination point was set by saving it in the GARMIN device
but if we are using any other GPS· moule like PARALLAX GPS Module how to set the destination point ?
Q2
also it is look like that the destination point LAT & LNG in $GPRMB can be sent to the satellite and we can get after that the bearing
and range to destination directly , is this possible ? imagine if this is possible then no need for calculating these things during the
program and then we can save a big effort and processor ram and time.
see this as an example
http://diydrones.ning.com/profiles/blog/show?id=705844%3ABlogPost%3A625
and his code
http://www.longtail.com/BasicStampUAV.zip
that was nice project but it is waste of processor time and ram··· ·
^
^
^
^
^
^
so any ideas plz·
thanks
have a nice day
how are you
nice to come back again to this forum
dear administartor plz dont remove the links below because·they are required to explain my problem (thanks in advance)
first let me give simple explanation about my problem
through GPS NMEA 0183 we can read many thing but here i will use only two $GPRMC & $GPRMB
it is useful to use these two codes for guiding any vehicle through many waypoints
most of the projects that i found are using GARMIN prodects like Legend Vista
http://www.pages.drexel.edu/~weg22/gpsEmaxx/gpsEmaxx.html
in the above link we can find all the details of $GPRMC & $GPRMB strings
my problem is :
Q1
the destination point was set by saving it in the GARMIN device
but if we are using any other GPS· moule like PARALLAX GPS Module how to set the destination point ?
Q2
also it is look like that the destination point LAT & LNG in $GPRMB can be sent to the satellite and we can get after that the bearing
and range to destination directly , is this possible ? imagine if this is possible then no need for calculating these things during the
program and then we can save a big effort and processor ram and time.
see this as an example
http://diydrones.ning.com/profiles/blog/show?id=705844%3ABlogPost%3A625
and his code
http://www.longtail.com/BasicStampUAV.zip
that was nice project but it is waste of processor time and ram··· ·
^
^
^
^
^
^
so any ideas plz·
thanks
have a nice day
Comments
Parallax sells a basic GPS receiver with a simple processor included that can extract basic time and position information from the raw GPS datastream and present it in a simplified form. If you want something more sophisticated, you'd need to combine a basic GPS receiver with a larger, faster, more expensive processor or buy one already with the features you want.