RPI GPS add on board

Hi!

I require your help regarding a problem I’m encountering.

Description: RPI GPS add on board for Raspberry Pi 3

Hardware concerned:

Software concerned: Need software or driver or whatever is needed to to allow Apps to use the GPS board

Troubleshooting steps already taken:

Additional information:

Thank you so much in advance for your help!

Pretty much any GPS for Arduino will work with an RPi, you just need to program it to work. If you’re looking for an all inclusive hardware solution, I found this on Amazon:

BerryGPS-IMUv3 - GPS and 10DOF for The Raspberry Pi - Accelerometer, Gyroscope, Magnetometer and Barometric/Altitude Sensor

@DrSpok

I have used the tinygpsplus library with success on an Arduino. It’s on github and if you search google you will see plenty of code samples

Tony

Here’s a tutorial for using a GPS Module NEO-6M with a Raspberry Pi 3:

Build Raspberry Pi GPS location/navigation device

You will still need to build a front end for it if you want it to look cool.