My account: Login | Sign Up
Loading... 

Navigation / $GPBOD Messages | Thread profile

Thread profile page for "Navigation / $GPBOD Messages" on http://www.forum.nokia.com. This report page is a snippet summary view from a single thread "Navigation / $GPBOD Messages", located on the Message Board at http://www.forum.nokia.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity, which are reported in a table below. Additional thread profile information is also shown in the following ways:

1) Top Contributing Authors
2) Related Threads on "eBay Auctions"
3) Related Threads on Other Sites

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a thread's popularity and/or exact posting volumes at any given reporting period.

Title: Navigation / $GPBOD Messages
Site: Nokia Developer Discussion Boards  Nokia Developer Discussion Boards - site profile
Forum: Python  Python - forum profile
Total authors: 4 authors
Total thread posts: 8 posts
Thread activity: no new posts during last week
Domain info for: nokia.com

Thread posts in Navigation / $GPBOD Messages:

1. 
Started 2 months, 3 weeks ago (2008-09-07 11:52:00)  by guetzli99
Hello to everybody! I'm new in Python and N95 :-) I would like to write an application for simple navigation to a given waypoint (lat, long). I wanna have bearing and distance to the given waypoint through $GPBOD messages. I've seen a lot of source code to get local position, but no information of how to get $GPBOD messages. I mean is it possible to send commands to the internal GPS ...
Size: 932 bytes
Customize:  Customize "Navigation / $GPBOD Messages :: Python :: Nokia Developer Discussion Boards"
2. 
Started 2 months, 3 weeks ago (2008-09-07 11:52:00)  by guetzli99 Offline
Hello to everybody! I'm new in Python and N95 :-) I would like to write an application for simple navigation to a given waypoint (lat, long). I wanna have bearing and distance to the given waypoint through $GPBOD messages. I've seen a lot of source code to get local position, but no information of how to get $GPBOD messages. I mean is it possible to send commands to the internal GPS receiver...
Size: 875 bytes
Customize:  Customize "<b>Reply 1</b>: Navigation / $GPBOD Messages :: Python :: Nokia Developer Discussion Boards"
3. 
Started 2 months, 3 weeks ago (2008-09-07 14:00:00)  by gaba88
hi guetzli99 welcome to the forum nokia python discussion board. i may not be accurate with your question i have worked on a $GGPGA scentences and i have tried too to send init commands to the GPS(internal) but i was not at all successful. You can have a look at these articles: Link1 Link2 Have a look at this hope they help you Enjoy Pythoning Gaba88
Size: 725 bytes
Customize:  Customize "<b>Reply 2</b>: Navigation / $GPBOD Messages :: Python :: Nokia Developer Discussion Boards"
4. 
Started 2 months, 3 weeks ago (2008-09-07 14:00:00)  by gaba88 Online
hi guetzli99 welcome to the forum nokia python discussion board. i may not be accurate with your question i have worked on a $GGPGA scentences and i have tried too to send init commands to the GPS(internal) but i was not at all successful. You can have a look at these articles: Link1 Link2 Have a look at this hope they help you Enjoy Pythoning Gaba88
Size: 668 bytes
Customize:  Customize "<b>Reply 3</b>: Navigation / $GPBOD Messages :: Python :: Nokia Developer Discussion Boards"
5. 
Started 2 months, 3 weeks ago (2008-09-07 15:46:00)  by guetzli99
Thx for the 2 links. It seems I have to do all the calculations for distance and angle to the destination by code. I found a good page (in german) what explains all necessery things http://de.wikipedia.org/wiki/Orthodr...weisende_Ku rse If it's possible I don't wanna work with an external GPS as long as the internal works :-) (i had to spend a lot of money for the N95)
Size: 569 bytes
Customize:  Customize "<b>Reply 4</b>: Navigation / $GPBOD Messages :: Python :: Nokia Developer Discussion Boards"
6. 
Started 2 months, 3 weeks ago (2008-09-07 15:46:00)  by guetzli99 Offline
Thx for the 2 links. It seems I have to do all the calculations for distance and angle to the destination by code. I found a good page (in german) what explains all necessery things http://de.wikipedia.org/wiki/Orthodr...weisende_Ku rse If it's possible I don't wanna work with an external GPS as long as the internal works :-) (i had to spend a lot of money for the N95)
Size: 512 bytes
Customize:  Customize "<b>Reply 5</b>: Navigation / $GPBOD Messages :: Python :: Nokia Developer Discussion Boards"
7. 
Started 2 months, 3 weeks ago (2008-09-07 17:09:00)  by gaba88
hi guetzli99 if you want to calculate the distance between two points then have a look at the haversine formula its really interesting. Hope this helps you Enjoy Pythoning Gaba88
Size: 537 bytes
Customize:  Customize "<b>Reply 6</b>: Navigation / $GPBOD Messages :: Python :: Nokia Developer Discussion Boards"
8. 
Started 2 months, 3 weeks ago (2008-09-07 17:09:00)  by gaba88 Online
hi guetzli99 if you want to calculate the distance between two points then have a look at the haversine formula its really interesting. Hope this helps you Enjoy Pythoning Gaba88
Size: 480 bytes
Customize:  Customize "<b>Reply 7</b>: Navigation / $GPBOD Messages :: Python :: Nokia Developer Discussion Boards"
 

Top contributing authors for Navigation / $GPBOD Messages

Name
Posts
guetzli99
2
user's latest post:
Navigation / $GPBOD Messages
Published (2008-09-07 15:46:00)
Thx for the 2 links. It seems I have to do all the calculations for distance and angle to the destination by code. I found a good page (in german) what explains all necessery things http://de.wikipedia.org/wiki/Orthodr...weisende_Kurse If it's possible I don't wanna work with an external GPS as long as the internal works :-) (i had to spend a lot of money for the N95)
guetzli99 Offline
2
user's latest post:
Navigation / $GPBOD Messages
Published (2008-09-07 15:46:00)
Thx for the 2 links. It seems I have to do all the calculations for distance and angle to the destination by code. I found a good page (in german) what explains all necessery things http://de.wikipedia.org/wiki/Orthodr...weisende_Kurse If it's possible I don't wanna work with an external GPS as long as the internal works :-) (i had to spend a lot of money for the N95)
gaba88
2
user's latest post:
Navigation / $GPBOD Messages
Published (2008-09-07 17:09:00)
hi guetzli99 if you want to calculate the distance between two points then have a look at the haversine formula its really interesting. Hope this helps you Enjoy Pythoning Gaba88
gaba88 Online
2
user's latest post:
Navigation / $GPBOD Messages
Published (2008-09-07 17:09:00)
hi guetzli99 if you want to calculate the distance between two points then have a look at the haversine formula its really interesting. Hope this helps you Enjoy Pythoning Gaba88