GPS
Jon Williams
Posts: 6,491
There seems to be growing interest in GPS -- I know because I get a lot of custom code requests.· I just wanted to point out to those of you who have a RadioShack nearby that you can get a Garmin Geko GPS receiver for $80 (sale price).· This is a nice little unit and works well with current Parallax code examples.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas Office
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas Office
Comments
Larry
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas Office
GPSD1 VAR Byte (4) 'latitude info from GPS; dmm.mm
GPSD2 VAR Byte (4) 'longitude info from GPS; dmm.mm
GPSD3 VAR Byte (4) 'altitude info from GPS; xxxx0 (meters)
N2400GPS CON 16780 '2400 baud constant for GPS input
SERIN GPSPIN,N2400GPS,2000,NOGPS,[noparse][[/noparse]WAIT("@"),SKIP 15, STR GPSD1\4, SKIP 5, STR GPSD2\4, SKIP 6, STR GPSD3\4]
I understand that this is a stand alone device that will tell you where you are using installed or downloadable maps.· True?
It comes with a RS232 cable.· Does this connect to my PC and allow the display of geographical data?· Does the software to accomplish this come with the eTrex?
Can I interface the eTrex to a Stamp and display the data on an LCD?·
Is Stamp communication accomplished with just a serin command?
Thanks for any help - I need it.
Sid
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas Office
Any GPS that has a serial interface will more than likely be interfaceable to the stamp.
There are many threads throughout this forum about this and I believe a couple of nutz and voltz articles on the parallax website.
Here's a quick link to an article on GPS's and stamps :
http://www.parallax.com/dl/docs/cols/nv/vol4/col/nv103.pdf
When you buy a GPS, you normally only get the unit with manuals and built in map (that's never good enough) and batteries if you're lucky!
The Interface cable is extra as is the interface software....· I'm not impressed with how much they charge for these add-ons.· Nuts!
Anyhow, a guy at work bought a GPS (don't remember which one..Magellan ); he went to Amazon.com and bought used software and maps off the net for a fraction of the price.· This is a cheaper way to go for sure!
What options are you looking for in your GPS....if you're going to connect it to a Stamp then maps won't matter to you (as the stamp just sends out lat and long --NMEA strings).· Go for the cheaper ones unless you want WAAS for more accuracy.· But otherwise you're spending $600 on something that you're going to interface with, while the cheaper $150 one does the same thing.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·
Steve
http://members.rogers.com/steve.brady
http://www.geocities.com/paulsopenstage
"Inside each and every one of us is our one, true authentic swing. Something we was born with. Something that's ours and ours alone. Something that can't be learned... something that's got to be remembered."
Does any one have a Basic Stamp 2 code.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·
Steve
http://members.rogers.com/steve.brady
http://www.geocities.com/paulsopenstage
"Inside each and every one of us is our one, true authentic swing. Something we was born with. Something that's ours and ours alone. Something that can't be learned... something that's got to be remembered."
http://www.parallax.com/dl/docs/cols/nv/vol3/col/nv83.pdf
http://www.parallax.com/dl/docs/cols/nv/vol4/col/nv103.pdf
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas Office
they are a tiny square box with a usb cable on them, the usb cable has a little cylinder in it, this is a FTDI serial to USB.
just chop before then, and its standard serial GPS.
I used one on a PIC project I made (speedo/distance/trip/direction/location for my 33cc scooter ), and I just had a glance at the GPS Debug from the garmin that Jon posted, and they use the same standard.
so would be an even cheaper and smaller way for some projects.
the one I used is a Haicom HI-203E