We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I’m struggling to make gps working on the raspberry pi 3b connected on the gpio port.
gpio pint used 5V/3V GND pin 8&10 Gps module Ublox 6M v002 uart. addon CSB502SSD head. |-> ds1307 rtc clock, PL011, wifi, I2C.
http://www.pi2design.com/uploads/4/8/5/3/48531975/csb502ssd_hw_ref_manual_p3b.pdf
The text was updated successfully, but these errors were encountered:
udev usually mistakes the GPS device connected to GPIO on the raspberry pi as a different device, not recognising it as a GPS device. To fix this you need to override a few udev rules, check my repository for the correct udev rules: https://github.com/RononDex/dotfiles/tree/master/profiles/AstroPi/overrides/udev
Sorry, something went wrong.
No branches or pull requests
Hi,
I’m struggling to make gps working on the raspberry pi 3b connected on the gpio port.
gpio pint used 5V/3V GND pin 8&10
Gps module Ublox 6M v002 uart.
addon CSB502SSD head.
|-> ds1307 rtc clock, PL011, wifi, I2C.
http://www.pi2design.com/uploads/4/8/5/3/48531975/csb502ssd_hw_ref_manual_p3b.pdf
The text was updated successfully, but these errors were encountered: