Modify USB GPS receiver to use with Arduino


Most common USB GPS receivers come with a USB connector with a UART-to-USB chip built in. That means the GPS receiver itself provides serial UART output. So they can be used with Arduino by replacing it's USB connector with Rx/Tx and VCC/GND connectors. My practical test has proved that this works. What you need to make sure of is the baudrate of the GPS receiver.


Arduino working with modified GPS receiver

3 Responses to Modify USB GPS receiver to use with Arduino

  1. Pingback: Measuring distance with Arduino and GPS | Develop with Arduino

  2. can you share the sketch you used to read the tx/rx data from the gps receiver? i have one and would like to try this on my mega as a new user!