Shop OBEX P1 Docs P2 Docs Learn Events
Connecting the Javelin to the Parallax GPS — Parallax Forums

Connecting the Javelin to the Parallax GPS

jgundersonjgunderson Posts: 6
edited 2007-07-12 22:03 in General Discussion
Hi,
We're trying to install the Parallax GPS into our outdoor mobile robot, and process the data with a Javelin chip.

Unfortunately we can't seem to get the two to talk. Has anybody achieved this feat?

We set up a uart object on the javelin side, with the correct baud rate, etc.
We wired it up to the GPS data pin, and sent off the correct command string (in this case "!GPS0x00" to get version info.)

The initial hardware connection would just lock up waiting on a

while (!GPS.byteAvailable()) ;



We added a pulldown resistor on the GPS side, and then we would get "0 0 68 34 0 0 0 0 0 0 0 ..." back from the GPS.

However, if we tried any of the other command strings, we would get nothing but "0 0 0 0 0 0 0...."

So, does anyone have any suggestions?

Jim

Comments

Sign In or Register to comment.