Plugging a GPS module into a Pi, what do I need?

Commissario
Joined
16 Oct 2002
Posts
343,362
Location
In the radio shack
Looking at this GPS module which has a USB-C connector.


Can I plug this straight into the USB port and address it through gpsd or do I need to do something funky and connect it via GPIO?
 
I don't know anything about gpsd but the description says built in USB serial converter so it should show up as a serial port in /dev I'd think. I think this is how most GPS receivers work, as a serial device, and the protocol is also a standard so I expect it to be pretty much plug in, configure your port and off you go.
 
It's a serial (over USB) module, so i don't see why it wouldn't. The only thing you might need to be wary about is different baud rates, as (iirc) GPSd defaults to 4800 whereas that module is 9600 - you can adjust this through the '-s' option though.
 
Last edited:
Back
Top Bottom