Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > GPS


Reply
 
Share Thread Tools Display Modes
Old 06-21-2005, 01:35 PM   #1
Constant Bitrate
 
SniperXX's Avatar
 
Join Date: Oct 2004
Location: Southern California -- Diamond Bar/Walnut Area
Posts: 122
SniperXX is on a distinguished road
Cheap GPS (Requires some modding)

Well I found this link.

http://www.hackaday.com/entry/1234000147047359/

Basically you are modifing one of the GPS units for an old Palm III into a serial GPS. Just posting it if some of you needed a cheap GPS and had one of the Palm ones lying around.
SniperXX is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 06-21-2005, 02:11 PM   #2
Calm
Down
Or
Get
A
2
Week
Vacation
-Love
The
Forum
Policeman
 
Wiredwrx's Avatar
 
Join Date: Jan 2003
Posts: 3,604
Wiredwrx has a little shameless behaviour in the past
Quote: Originally Posted by SniperXX
Well I found this link.

http://www.hackaday.com/entry/1234000147047359/

Basically you are modifing one of the GPS units for an old Palm III into a serial GPS. Just posting it if some of you needed a cheap GPS and had one of the Palm ones lying around.

Looks interesting. And since it is serial, you won't have hibernation/resume issues.

Michael
__________________
...I love the French language...especially to curse with...Nom de Dieu de putain de bordel de merde de saloperies de connards d'enculés de ta mère. You see, it's like wiping your *** with silk, I love it.
Wiredwrx is offline   Reply With Quote
Old 08-10-2005, 12:46 AM   #3
Newbie
 
Join Date: Jun 2005
Location: Madison, WI
Posts: 40
stash182 is on a distinguished road
I'm trying to do this project, but I'm confused as to how would you get it to interface with the PC? Can you convert it to run with USB?
stash182 is offline   Reply With Quote
Old 08-10-2005, 01:14 AM   #4
Calm
Down
Or
Get
A
2
Week
Vacation
-Love
The
Forum
Policeman
 
Wiredwrx's Avatar
 
Join Date: Jan 2003
Posts: 3,604
Wiredwrx has a little shameless behaviour in the past
Quote: Originally Posted by stash182
I'm trying to do this project, but I'm confused as to how would you get it to interface with the PC? Can you convert it to run with USB?

http://www.ramelectronics.net/html/usb_serial.htm
__________________
...I love the French language...especially to curse with...Nom de Dieu de putain de bordel de merde de saloperies de connards d'enculés de ta mère. You see, it's like wiping your *** with silk, I love it.
Wiredwrx is offline   Reply With Quote
Old 08-10-2005, 10:07 AM   #5
Newbie
 
Join Date: Jun 2005
Location: Madison, WI
Posts: 40
stash182 is on a distinguished road
so should I solder the serial cable I solder to the GPS receiver onto the serial port nubbies? AFAIK the original recvr was meant to directly plug into the Palm III serial port which isnt a standard PC serial port. Am I wrong?
stash182 is offline   Reply With Quote
Old 08-10-2005, 01:38 PM   #6
Calm
Down
Or
Get
A
2
Week
Vacation
-Love
The
Forum
Policeman
 
Wiredwrx's Avatar
 
Join Date: Jan 2003
Posts: 3,604
Wiredwrx has a little shameless behaviour in the past
Quote: Originally Posted by stash182
serial port nubbies?

What is a "serial port nubbie"
Quote:
AFAIK the original recvr was meant to directly plug into the Palm III serial port which isnt a standard PC serial port. Am I wrong?

What do you mean by "standard serial port". The signals are the same, they are serial. Your computer "understands" serial, and the Palm Pilot "understands" serial, that is why you can connect it to the computer without additional circuitry and chips and things.

The connectors are different, Yes.

Michael

P.S. I found the thread after the PM.
__________________
...I love the French language...especially to curse with...Nom de Dieu de putain de bordel de merde de saloperies de connards d'enculés de ta mère. You see, it's like wiping your *** with silk, I love it.
Wiredwrx is offline   Reply With Quote
Old 08-10-2005, 01:57 PM   #7
FLAC
 
evandude's Avatar
 
Join Date: Mar 2005
Location: Maine
Posts: 937
evandude is on a distinguished road
Quote: Originally Posted by Wiredwrx
The signals are the same, they are serial. Your computer "understands" serial, and the Palm Pilot "understands" serial, that is why you can connect it to the computer without additional circuitry and chips and things.

The connectors are different, Yes.

how much have you played with serial

RS232 uses +12v and -12v logic levels, with -12v being a 1, and +12v being a 0. Most modern serial devices just use +/- 5v, because the serial ports still register the logic levels.

the output of the device is likely to be TTL serial, which is the same data format, but with 0v being a 0 and 5v being a 1, so the logic levels are completely different voltages, as well as inverted.

that's what RS232 level shifters are for... you can build a fancy one with a MAX232 chip, or you can build one out of cheap discrete components with this schematic: (which I recommend)
http://www.sparkfun.com/datasheets/P...32-Shifter.pdf
__________________
But don't take it from me! here's a quote from a real, live newbie:
Quote: Originally Posted by Viscouse
I am learning buttloads just by searching on this forum. I've learned 2 big things so far: 1-it's been done before, and 2-if it hasn't, there is a way to do it.

eegeek.net
evandude is offline   Reply With Quote
Old 08-10-2005, 02:07 PM   #8
Calm
Down
Or
Get
A
2
Week
Vacation
-Love
The
Forum
Policeman
 
Wiredwrx's Avatar
 
Join Date: Jan 2003
Posts: 3,604
Wiredwrx has a little shameless behaviour in the past
Evan,

Before I mistakenly "go off" on you, can you tell me why you posted a dissertation about Serial communications. Also, why are you linking him to information that he doesn't need, and is not relevant to the topic of discussion?

Michael

Quote: Originally Posted by evandude
how much have you played with serial

RS232 uses +12v and -12v logic levels, with -12v being a 1, and +12v being a 0. Most modern serial devices just use +/- 5v, because the serial ports still register the logic levels.

the output of the device is likely to be TTL serial, which is the same data format, but with 0v being a 0 and 5v being a 1, so the logic levels are completely different voltages, as well as inverted.

that's what RS232 level shifters are for... you can build a fancy one with a MAX232 chip, or you can build one out of cheap discrete components with this schematic: (which I recommend)
http://www.sparkfun.com/datasheets/P...32-Shifter.pdf

__________________
...I love the French language...especially to curse with...Nom de Dieu de putain de bordel de merde de saloperies de connards d'enculés de ta mère. You see, it's like wiping your *** with silk, I love it.
Wiredwrx is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 08-10-2005, 02:21 PM   #9
FLAC
 
evandude's Avatar
 
Join Date: Mar 2005
Location: Maine
Posts: 937
evandude is on a distinguished road
Stash182 asked if he can connect the device directly to the serial connector. You said yes. my "dissertation" was an explanation of why the answer may be "no", under the assumption that the output of the GPS receiver does not use RS232 logic levels, in which case the circuit I linked would take care of that.

Since there weren't any pictures of the unit before disassembly that I could see, I didn't realize it connected to the same connector as the hotsync cradle, in which case it probably does deal with RS232 levels, in which case my explanation, as you put it, is irrelevant.

I wasn't trying to be a dick, so thank you for giving me a chance before "going off on me". I made a wrong assumption, and I apologize.
__________________
But don't take it from me! here's a quote from a real, live newbie:
Quote: Originally Posted by Viscouse
I am learning buttloads just by searching on this forum. I've learned 2 big things so far: 1-it's been done before, and 2-if it hasn't, there is a way to do it.

eegeek.net

Last edited by evandude; 08-10-2005 at 02:32 PM.
evandude is offline   Reply With Quote
Old 08-10-2005, 02:37 PM   #10
Calm
Down
Or
Get
A
2
Week
Vacation
-Love
The
Forum
Policeman
 
Wiredwrx's Avatar
 
Join Date: Jan 2003
Posts: 3,604
Wiredwrx has a little shameless behaviour in the past
Quote: Originally Posted by evandude
Stash182 asked if he can connect the device directly to the serial connector. You said yes. my "dissertation" was an explanation of why the answer may be "no", under the assumption that the output of the GPS receiver does not use RS232 logic levels, in which case the circuit I linked would take care of that.

However, my explanation is in fact irrelevant if the palm does deal directly with RS232 logic signals.

I will assume that it does "directly deal with RS232 logic signals", because every website I found that had instruction on using these units with a computer make no mention of a MAX232 or similar chip. If you would have followed the link in the first post and read the article, you would have known this.

Michael
__________________
...I love the French language...especially to curse with...Nom de Dieu de putain de bordel de merde de saloperies de connards d'enculés de ta mère. You see, it's like wiping your *** with silk, I love it.
Wiredwrx is offline   Reply With Quote
Old 08-10-2005, 02:47 PM   #11
FLAC
 
evandude's Avatar
 
Join Date: Mar 2005
Location: Maine
Posts: 937
evandude is on a distinguished road
Quote: Originally Posted by Wiredwrx
If you would have followed the link in the first post and read the article, you would have known this.

I did follow the link and read the article before saying anything. It does not expressly say much about actually connecting it to the computer, other that "connect a serial cable", but that is slightly ambiguous. Had it been more clear about that, then stash would not have had reason to ask about it in the first place.

Again, since I did look into it more, and found that it does uses RS232 levels, I see I made a wrong assumption, and I apologize.
__________________
But don't take it from me! here's a quote from a real, live newbie:
Quote: Originally Posted by Viscouse
I am learning buttloads just by searching on this forum. I've learned 2 big things so far: 1-it's been done before, and 2-if it hasn't, there is a way to do it.

eegeek.net
evandude is offline   Reply With Quote
Old 08-10-2005, 04:31 PM   #12
Newbie
 
Join Date: Jun 2005
Location: Madison, WI
Posts: 40
stash182 is on a distinguished road
Thanks for the info. I have no understanding of this stuff.

When I said "nubbies" I meant the pins on a serial cable

How do I figure out what serial cable wires to solder to the board? the DIY looks like I only need to solder a serial input and serial output wire. Is that correct?

Quote: Originally Posted by Wiredwrx
What is a "serial port nubbie"

What do you mean by "standard serial port". The signals are the same, they are serial. Your computer "understands" serial, and the Palm Pilot "understands" serial, that is why you can connect it to the computer without additional circuitry and chips and things.

The connectors are different, Yes.

Michael

P.S. I found the thread after the PM.

stash182 is offline   Reply With Quote
Old 08-10-2005, 05:04 PM   #13
FLAC
 
evandude's Avatar
 
Join Date: Mar 2005
Location: Maine
Posts: 937
evandude is on a distinguished road
http://www.aggsoft.com/rs232-pinout-...l-port-db9.htm

that's the pinout of the normal DB9 serial connector.

"transmit" would go to the "serial input" pin on the GPS, "receive" to "serial output", and ground to ground. don't forget the ground, you need 3 wires in all.
__________________
But don't take it from me! here's a quote from a real, live newbie:
Quote: Originally Posted by Viscouse
I am learning buttloads just by searching on this forum. I've learned 2 big things so far: 1-it's been done before, and 2-if it hasn't, there is a way to do it.

eegeek.net
evandude is offline   Reply With Quote
Old 08-11-2005, 11:24 AM   #14
Newbie
 
Join Date: Jun 2005
Location: Madison, WI
Posts: 40
stash182 is on a distinguished road
I was looking at PalmIII GPS receivers on Ebay (what few they have) and it looks like it would be even cheaper to just buy a Holux USB GPS receiver. I'll do some searching on the forum to see if this is a bad idea to use instead of the Delorme rcvr I bought at Circuit City.
stash182 is offline   Reply With Quote
Old 08-11-2005, 12:48 PM   #15
Calm
Down
Or
Get
A
2
Week
Vacation
-Love
The
Forum
Policeman
 
Wiredwrx's Avatar
 
Join Date: Jan 2003
Posts: 3,604
Wiredwrx has a little shameless behaviour in the past
Quote: Originally Posted by evandude
http://www.aggsoft.com/rs232-pinout-...l-port-db9.htm

that's the pinout of the normal DB9 serial connector.

"transmit" would go to the "serial input" pin on the GPS, "receive" to "serial output", and ground to ground. don't forget the ground, you need 3 wires in all.

I just re read the Mod, and it is really hard to tell what the author meant when he mentions the Pin Out. He may mean that the contact on the GPS module should GO TO Serial In and Serial Out. Or, he may mean that the GPS Module contacts are Serial In and Serial Out, and therefore, Evans direction would be correct.

If it doesn;t work the first time, then just reverse the wires and see what happens.

Michael
__________________
...I love the French language...especially to curse with...Nom de Dieu de putain de bordel de merde de saloperies de connards d'enculés de ta mère. You see, it's like wiping your *** with silk, I love it.
Wiredwrx 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
garmin mapsource and usb gps mouse thecrow GPS 9 09-26-2006 03:24 PM
Getting Started with GPS grepzen The FAQ Emporium 12 09-26-2006 06:54 AM
Mapmonkey 1.1.3 release crashes and exits only when GPS in use UHF MM Bugs 6 02-04-2006 10:22 AM
Newbie's guide EBFoxbat Newbie 6 02-08-2005 11:06 AM
Is this deluo gps any good? pretty cheap.. rvo0531 GPS 0 08-26-2004 08:23 AM



All times are GMT -5. The time now is 11:25 AM.


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