The MP3car.com Store The MP3car.com Blog    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > GPS

Reply
 
LinkBack Thread Tools Display Modes
Old 02-26-2006, 09:52 PM   #61
Variable Bitrate
 
Join Date: Mar 2004
Posts: 272
Kenwood has a device... KNA-PG100. I can't find the details now, but before it had said that it made a speed pulse by using the steel belts in car tires.

So ehiebert, do you think that UBLOX with DR is worth all of the extra money, based upon your expereience?
jmbickham is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 02-26-2006, 09:52 PM   #62
Registered User
 
aoLhaTer's Avatar
 
Join Date: Mar 2003
Location: Rohnert Park, CA
Posts: 1,122
Hey ehiebert

Did you account at all for the variances in speed pulse protocol? (ie how some auto makers use 2000 ticks = 1 mile and others use 8000 ticks = 1 mile, etc)
__________________
2004 G35 Coupe project
aoLhaTer is offline   Reply With Quote
Old 02-27-2006, 10:10 AM   #63
MySQL Error
 
Scouse Monkey's Avatar
 
Join Date: Mar 2004
Location: Bristol
Posts: 13,521
Very interested in the signal system you made bud. Been looking at this DR stuff with JCDillin and a few of the boys for about a year now. I was supposed to be advising on a DR system development by aerospace/avionics students at work but the kalman filtering was a littl bit heavy for them.

For the reverse switch we always intended using a relay on the reverse light and what you say about the sine wave is very interesting. I was wondering if it would be possible to pull the signal down into more of a binary signal.

Andy

Quote: Originally Posted by ehiebert
Hey all... newbie member to this particular forum, but not new to GPS.

Anyways, we used the ublox module with DR/Gyro input on a project we did for the local transit authority to provide them with an AVL system. For prototyping we tried to used the speed pulse signal from the transmission of a 1992 Ford Explorer. Problem with that was two fold..... no direction indication for forward/reverse, and the pulse was more of a sine wave with very little magnitude at slow speeds. Consequently, the speed tick input probably did more harm to position integrity than good.

So I deveised another solution which worked perfectly. I rigged an optical quadrature encoder (200 PPR) to one of the rear wheel hubs, and then used one of the phases for a speed signal, and the phase differential to provide a F/R input. This required some interfacing... that was done on the same carrier board we used for the UBLOX... which was a PIC 16F4550 based microcontroller board which I did.

After all of this, we could disconnect the antenna and drive a few circuits of an underground mall parking garage. At the end we finished with a position error of about 5m. That was after many turns and probably 2 km of tavel with no antenna. Repeatability with combined satellite lock and inertial signal was in the 1 m range. It was quite impressive...

I have the schematic for the carrier board if anyone is interested. I could also supply the firmware for the PIC. I had combined this board with some opto-isolated I/O and relays for random stuff. The whole thing then got wrapped into a custom USB protocol for reading NMEA sentences, reading inputs and setting outputs.

Now I'll compare this to a SiRF-III BU-353 GPS mouse..... the SiRF-III is an incredible value for its ~$100 price range. In drive testing it is just as accurate as the UBLOX without DR-enabled, with repeatability coming in at an average of 2-3m. Repeatability testing was done using software (i wrote the test software also) which would trigger a light at a trigger waypoint. Then a video camera is setup to watch the vehicle cross the marked waypoint and record when the light comes on. Since standard update rate of the UBLOX and SiRF is on 1 second boundary we used time division, linear extrapolation as a resolution enhhancement algorithm. This provided us with real-time estimated position updates at 100 Hz frequency. From this testing we noticed that the SiRF and the UBLOX were almost identical in absolute poisition accuracy. When the speed sensor input was added to the UBLOX it bacame a much more accurate interface. However, for the money the SiRF is an excellent device.

Eldon.
'94 Explorer
Intel MiniITX MB
8"TFT
Linux integrated application software (protoyping... and un-named as yet)

__________________
If you want more answers on anything I have posted you can find me at digital-car.co.uk

or skiing or diving or doing somthing else fun!
Scouse Monkey is offline   Reply With Quote
Old 02-27-2006, 11:20 AM   #64
Registered User
 
aoLhaTer's Avatar
 
Join Date: Mar 2003
Location: Rohnert Park, CA
Posts: 1,122
From what I have collected, a sine wave is fine so long as the rise is 3.5v or higher and the fall is 1.5v or lower
__________________
2004 G35 Coupe project
aoLhaTer is offline   Reply With Quote
Old 02-27-2006, 12:16 PM   #65
Newbie
 
Join Date: Feb 2006
Posts: 3
Quote: Originally Posted by jmbickham
So ehiebert, do you think that UBLOX with DR is worth all of the extra money, based upon your expereience?

In my opinion, the extra advantage of the DR is absolutely worthless in the framework within which we are using these devices. And here is why I say that.....

Typically when we are driving we know where we are... and if that happens to be an underground parkade, we know it.

Auto users want to use a GPS system for routing... not for AVL. If your reason to have positional accuracy all the time is so that you can log your position (through a wireless internet gateway) and provide a chart of where you are at all times, then the DR becomes essential. But how many of us out there want our wives/boss to know where we are et every single minute of the day? NOT ME!!!!

There reason to provide AVL on a private vehicle would be advantageous to locate the car if it were stolen. But that is assuming the thieves enable the wirless internet connection. Maybe they don't know they have to plug their phone into the CarPC?

I went with the BU-353 rooftop mounted. No reason for anymore accuracy than that.

Eldon.
ehiebert is offline   Reply With Quote
Old 02-27-2006, 12:27 PM   #66
Newbie
 
Join Date: Feb 2006
Posts: 3
Quote: Originally Posted by aoLhaTer
From what I have collected, a sine wave is fine so long as the rise is 3.5v or higher and the fall is 1.5v or lower

The signal we used was unconditioned directly from the transmission tailshaft. Voltages ranged fro 30 mV to 18V from the speed "generator" signal.

Quote: Originally Posted by Scouse Monkey
Very interested in the signal system you made bud. Been looking at this DR stuff with JCDillin and a few of the boys for about a year now. I was supposed to be advising on a DR system development by aerospace/avionics students at work but the kalman filtering was a littl bit heavy for them.

For the reverse switch we always intended using a relay on the reverse light and what you say about the sine wave is very interesting. I was wondering if it would be possible to pull the signal down into more of a binary signal.

Andy

You could use a simple resistor voltage divider to adjust the input voltage divider to obtain +5V. The drive the signal though a TTL buffer or Schmidt Trigger to clean it up.

voltage divider:


+12V ----- R=660-------+--------R=470--------------GND
|
V
+5V


Eldon.
ehiebert is offline   Reply With Quote
Old 02-27-2006, 06:10 PM   #67
MySQL Error
 
Scouse Monkey's Avatar
 
Join Date: Mar 2004
Location: Bristol
Posts: 13,521
yeah it was something like that I was thinking.

As for the DR...I wanrt to use it as whenever I am in London or Birmingham or Manchester my BU-303 loses all signal. True a new GPS may be better the DR adds that little extra bling.
__________________
If you want more answers on anything I have posted you can find me at digital-car.co.uk

or skiing or diving or doing somthing else fun!
Scouse Monkey is offline   Reply With Quote
Old 02-28-2006, 02:05 PM   #68
Registered User
 
aoLhaTer's Avatar
 
Join Date: Mar 2003
Location: Rohnert Park, CA
Posts: 1,122
Well I tested mine again last night with the new revision of JCs board and it seems like good news: Im getting positional data as well as all the UBX protocol data including values from the gyro. This would seem to indicate everythings working

Mounted it up to the top of my case last night


Going to install it now and go for a test drive. Will record a u-center log file so I can analyze the data. Wish me luck
__________________
2004 G35 Coupe project
aoLhaTer is offline   Reply With Quote
Old 02-28-2006, 02:19 PM   #69
MySQL Error
 
jcdillin's Avatar
 
Join Date: May 2003
Location: Miami, FL
Posts: 4,353
woo hoo! 0l33l


but that sucks because yet again mine is got a problem, grrr
__________________
肚子笑痛了
S60 Install
jcdillin is offline   Reply With Quote
Old 02-28-2006, 03:41 PM   #70
Registered User
 
aoLhaTer's Avatar
 
Join Date: Mar 2003
Location: Rohnert Park, CA
Posts: 1,122
Done with round 1 of test driving

Heres the log if anyone wants to look at it http://www.dwoloz.com/COM5_060228_202208.ubx

Everything looks good; the map plot is perfect. However, Id like to now test with a complete signal loss. Will go out again later and try to find a parking garage to test in




As a note to any future testers, if you want to log with all the data fields visible you need to be in the UBX protocol. The board is set by default to output UBX from the second serial port transmitting at 57.6k. NMEA output is on the first serial port transmitting at 9600
__________________
2004 G35 Coupe project

Last edited by aoLhaTer; 02-28-2006 at 03:44 PM.
aoLhaTer is offline   Reply With Quote
Old 02-28-2006, 04:36 PM   #71
Constant Bitrate
 
spaceskater's Avatar
 
Join Date: Feb 2005
Location: Boston,MA
Posts: 204
please JC or aoLhaTer send me a schematic or just a crud connection diagram of the circuit!!! PLEASEEE
__________________
Will never be DONE! There is always something to add
VIA EPIA SP13000,1GB DDR,80Gb 2.5” SATA HDD,8" Xenarc LCD with t/s,Linksys Bluetooth,Logitech wireless trackball,OBDII,RearView wide angle cam,XM radio,2 Wifi external antennas, Frodo,Navivoice
spaceskater is offline   Reply With Quote
Old 02-28-2006, 04:39 PM   #72
Registered User
 
aoLhaTer's Avatar
 
Join Date: Mar 2003
Location: Rohnert Park, CA
Posts: 1,122
All relevant information is in the Ublox spec pdf (have to register on their site to see it)
THey have a pinout and a rundown of operation
__________________
2004 G35 Coupe project
aoLhaTer is offline   Reply With Quote
Old 02-28-2006, 04:48 PM   #73
MySQL Error
 
jcdillin's Avatar
 
Join Date: May 2003
Location: Miami, FL
Posts: 4,353
Yeah the pinout is listed on the datasheet, i'll post the board layout, but I dont have an original schematic because I didnt create one.
__________________
肚子笑痛了
S60 Install
jcdillin is offline   Reply With Quote
Old 02-28-2006, 04:48 PM   #74
MySQL Error
 
jcdillin's Avatar
 
Join Date: May 2003
Location: Miami, FL
Posts: 4,353
Quote: Originally Posted by aoLhaTer
Done with round 1 of test driving

Heres the log if anyone wants to look at it http://www.dwoloz.com/COM5_060228_202208.ubx

Everything looks good; the map plot is perfect. However, Id like to now test with a complete signal loss. Will go out again later and try to find a parking garage to test in




As a note to any future testers, if you want to log with all the data fields visible you need to be in the UBX protocol. The board is set by default to output UBX from the second serial port transmitting at 57.6k. NMEA output is on the first serial port transmitting at 9600


Great to hear.
__________________
肚子笑痛了
S60 Install
jcdillin is offline   Reply With Quote
Old 03-01-2006, 01:39 PM   #75
Registered User
 
aoLhaTer's Avatar
 
Join Date: Mar 2003
Location: Rohnert Park, CA
Posts: 1,122
Well Im getting great data from the u-center log tool but when I tried to use CoPilot to plot me it just didnt work. It would move me on the map very infrequently (about 10 seconds per move).

I can match up my u-center map plot with with a MapPoint map and its a perfect plot but theres some problem when it comes to 3rd party applications. Im going to try out iGuidance and Destinator and see if it is the same
__________________
2004 G35 Coupe project
aoLhaTer 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
GlobalSat BT-338 Review tom2112 The Review Palace 8 06-27-2005 12:02 PM
Newbie's guide EBFoxbat Newbie 6 02-08-2005 11:06 AM
D3 with USB GPS after HIBERNATION BOND007BE Map Monkey 7 11-26-2004 02:54 PM
Rand Mcnally GPS, Dead? zootjeff General Hardware Discussion 5 09-19-2001 03:31 PM


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