-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
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
NMEA and PPS different with build a pi #504
Comments
There is only one section in the code where BAP modifies things pertaining to the GPS. https://github.com/km4ack/pi-build/blob/master/functions/base.function#L74-L85 You might compare /etc/default/gpsd.org to the current gpsd file to see if any of the BAP changes are causing this. |
Thanks I had already found this and like you , I can’t see anything in there to effect it. I think the only other thing to try is to not use shared memory segments. Perhaps use some other directly device addressing line in the chrome conf file I guess. I will keep investigating.
Thanks for a great script.
Mike de M0JUJ
[http://static.ideasunplugged.com/signature/s_052/t_7edvEm.jpg?v=45]
Kind regards, Michael A Smith.
📲 07973 221971
🏠 24, Fifth Avenue, Portsmouth PO6 3PE UK
📩 ***@***.***
My apologies for any incorrect information or typographical errors. Any opinions expressed are my own, and are not intended to offend. Anyone offended by anything stated, will likely have offended me, by being inconsiderate of my beliefs.
On 10 Mar 2023, at 19:07, KM4ACK ***@***.***> wrote:
There is only one section in the code where BAP modifies things pertaining to the GPS.
https://github.com/km4ack/pi-build/blob/master/functions/base.function#L74-L85
You might compare /etc/default/gpsd.org to the current gpsd file to see if any of the BAP changes are causing this.
—
Reply to this email directly, view it on GitHub<#504 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AHHYEUCV4FRQYEK6F4BDDUDW3N3YJANCNFSM6AAAAAAVWYPGEA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Without this build my pps time signal works fine but when build a pi is installed my pps signal just times out and is therefore unusable. Also my NMEA output seems to be significantly slower than internet connected devices. Without build a pi my gps whoops internet connected devices.
Having scanned thru the code I can't see anything affecting it, anyone else throw any light on this?
The text was updated successfully, but these errors were encountered: