Ultimate GPS Wiring

For other supported Arduino products from Adafruit: Shields, accessories, etc.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
mennochio
 
Posts: 22
Joined: Sat Apr 14, 2012 3:14 pm

Ultimate GPS Wiring

Post by mennochio »

Isn't the wiring shown in the picture at the link wrong? Between the Arduino and the Ultimate GPS it shows Rx --> Rx & Tx --> Tx. Shouldn't they actually be crossed over?

http://learn.adafruit.com/adafruit-ultimate-gps

Sorry if this has already been answered or I am misinterpreting the picture.

Thanx.

User avatar
adafruit_support_mike
 
Posts: 67485
Joined: Thu Feb 11, 2010 2:51 pm

Re: Ultimate GPS Wiring

Post by adafruit_support_mike »

"Direct" wiring doesn't actually talk to the Arduino. It just lets the GPS module take over the Arduino's TX and RX pins.

The signals from the GPS module pass through to the Arduino's UART-to-USB bridge, which sends the message along to your computer. The RX/TX flop happens there.

If you want the GPS module to talk to the Ardiuno itself, yeah.. you need RX->TX both ways.

User avatar
mennochio
 
Posts: 22
Joined: Sat Apr 14, 2012 3:14 pm

Re: Ultimate GPS Wiring

Post by mennochio »

Thanks for the clarification, Mike.

It turns out I am actually thinking of using the Ultimate GPS with a BeagleBone. Would the same thing apply there, or would I use a crossover connection in that case. i.e.:

GPS Tx --> UART5_RXD (P8-38)
GPS Rx --> UART5_TXD (P8-37)

Thanx.

User avatar
adafruit_support_mike
 
Posts: 67485
Joined: Thu Feb 11, 2010 2:51 pm

Re: Ultimate GPS Wiring

Post by adafruit_support_mike »

The BBB is a complete Linux computer, so you'd use RX/TX connections there.

Locked
Please be positive and constructive with your questions and comments.

Return to “Other Arduino products from Adafruit”