The MP3car.com Store The MP3car.com Blog    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > GPS

Reply
 
LinkBack Thread Tools Display Modes
Old 01-01-2006, 01:15 AM   #1
Newbie
 
Join Date: Dec 2005
Posts: 8
GPS giving wrong coordinates!

I have a rather unusual problem that started when I was trying to import POIs over wireless networks in my hometown kirkenes in norway. I am using mapmonkey and netstumbler with xport to split com-signals. Everything works fine with mapmonkey giving me the right coordinates, but netstumbler says that my wireless network at home is some 34km away. I discovered this when i was trying to use nmeaGE and google earth, and the map showed that i was in russia. That could problarbly give me some problems when they see my log-file and they ask for a valid visa for the trip or maybe it could give me a perfect alibi

anyways, does anyone know what could be wrong? could it be xport? i find it weird that mneaGE and netstumbler get wrong coordinates, and mapmonkey get correct coordinates at the same time. Have attached a pic with netstumbler log and the poi from my house with the correct coordinates. HELP PLEASE!
Attached Images
 
bmw318ISCoupe is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 01-01-2006, 02:44 AM   #2
FLAC
 
Join Date: Mar 2005
Location: NY
Posts: 1,127
You haven't ****ed off any major governments lately, have you?

Something like that means an algorithm wasint copied right or corrupted. This was a project in some people in my linear algebra classes did (they created and analyzed the GPS matrix algorithms. Don't ask me, i did matrix encryption). Install it on another PC and see if the same thing happens. Its the only way. Its amazing what one wrong bit will do to a complex calculation!
__________________
Carputer Progress: Here we go again...

THE GF THEME
Genesis has speed
Genesis has class
Genesis sent money
before your a__;)

Join the fight against carputters. EMAIL ME!
Genesisfactor is offline   Reply With Quote
Old 01-01-2006, 10:38 AM   #3
Variable Bitrate
 
Join Date: May 2005
Location: Derbyshire, UK
Posts: 422
Those co-ordinates aren't that far apart...

69° 41.564' = 69.69273 29° 59.694' = 29.9949
Attached Images
 
__________________
Old setup
Epia M10k, Cubid 2699R case, 512MB, 40GB 3.5" drive
New setup
Optiplex 260SX (2.8GHz P4, 512MB, 30GB, DVD)
Xenarc 700IDT, USB hub, 802.11g, bluetooth, P2140, P5V

Last edited by markbuts3; 01-01-2006 at 10:42 AM.
markbuts3 is offline   Reply With Quote
Old 01-01-2006, 12:27 PM   #4
Newbie
 
Join Date: Dec 2005
Posts: 8
Not so far away, no, but 34 km misguidance could give me a problem when i am trying to find a wireless network

could it be xport messing up the coordinates? anyone wxperiences the same?
bmw318ISCoupe is offline   Reply With Quote
Old 01-01-2006, 12:52 PM   #5
FLAC
 
Curiosity's Avatar
 
Join Date: Mar 2004
Location: Florence Yall, BFKY
Posts: 1,722
XPort doing what?
No way!

Run netstumbler with XPort and look at the coordinates, then run it again without XPort, connecting directly to the GPS. You should see the same exact values. If not, tell me.
__________________
XPort 1.26 -GPS port splitter, logger, and USB device resume fix
Curiosity is offline   Reply With Quote
Old 01-04-2006, 01:34 PM   #6
Newbie
 
Join Date: Dec 2005
Posts: 8
Sorry Cur!

Its not xports fault, in the pic you see that mapmonkey and nmeaGE has the right coordinates, and netstumbler has got the wrong coordinates. When I tryed to not use xport, only netstumbler, it gave the exact same coordinates as before. There must be something wrong with netstumbler i guess...

what could it be?
Attached Images
 
bmw318ISCoupe is offline   Reply With Quote
Old 01-04-2006, 03:43 PM   #7
FLAC
 
Curiosity's Avatar
 
Join Date: Mar 2004
Location: Florence Yall, BFKY
Posts: 1,722
The GPS output is in degress + 2.3 places for minutes. When converting time to degrees some programmers round and some don't so there will always be a small difference. I wouldn't think that's a big deal.
__________________
XPort 1.26 -GPS port splitter, logger, and USB device resume fix
Curiosity is offline   Reply With Quote
Old 01-04-2006, 04:10 PM   #8
Raw Wave
 
Rob Withey's Avatar
 
Join Date: Apr 2000
Location: Surrey, UK
Posts: 2,100
Quote: Originally Posted by bmw318ISCoupe
netstumbler has got the wrong coordinates.
what could it be?

Those coordinates are pretty much the same. One is expressed as degrees, one is expressed as degrees and minutes:

69.6621383333333 degrees = 69 degrees 0.6621383333333*60 minutes = 69 degrees 39.72829999999 minutes.
29.982055 degrees = 29 degrees, 0.982055*60 minutes = 29 degrees 58.9233 minutes.

Rounding explains the very small discrepancies as Curiosity said.
__________________
6yr old first install died 20/8/2005 as result of bad bios flash.

New system : 6x5x2" contains 1GHz C3 PCM9373, ISR based PSU, 8Gb flash DOM, 98Lite, DirectShow based frontend.
GPS : Rikaline 6010.
Display : LTM08C351 + LVDS receiver.
Rob Withey is offline   Reply With Quote
Old 01-05-2006, 09:51 AM   #9
Newbie
 
Join Date: Dec 2005
Posts: 8
Ahh, I see! Thanks for the help!
So if I want to write the coordinates from netstumbler expressed as degrees n minutes in just degrees, you just take the numbers after the point, and divide it with 60?

Something like this:
69 degrees 39.728299999 minutes =
69 + (39,728299999/60) =
69 + 0,662138333 =
69,662138333

Is there a web page or app that does this automaticly, or is there a option in netstumbler to show the coordinates as degrees?
bmw318ISCoupe is offline   Reply With Quote
Old 01-05-2006, 04:06 PM   #10
Variable Bitrate
 
DeltaFX's Avatar
 
Join Date: Sep 2004
Location: France
Posts: 410
Officially, NEMEA coords are in dddMM.mmmm

ddd :degrees (can be 1, 2 or 3 digits long)
MM is a fixed-length number of minutes
mmmm is 1/10000 of a minute.

To convert to degrees :

DD:= Trunc(DM /100.000000);
MM:=DM - (DD*100.000000);
DD:=DD + (MM/60.000000);
__________________
Now Galileo is real. Muhahahahaha :p
DeltaFX is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Alturion Professional Advanced GPS 6 - The New D3 ? Is There A SDK ? ccsnet GPS 91 11-07-2006 05:47 PM
garmin mapsource and usb gps mouse thecrow GPS 9 09-26-2006 03:24 PM
GPS coordinates of police spots (speedtraps) for North America inside blaster GPS 25 06-24-2006 10:42 PM
OEM GPS Modules. IntellaWorks Hardware Development 91 03-08-2005 07:29 AM
Newbie's guide EBFoxbat Newbie 6 02-08-2005 11:06 AM


All times are GMT -5. The time now is 03:06 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics