Skip to content
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

External GPS receiver support (for better reception/positioning) #452

Open
BodoMinea opened this issue Mar 31, 2021 · 3 comments
Open

External GPS receiver support (for better reception/positioning) #452

BodoMinea opened this issue Mar 31, 2021 · 3 comments
Labels
future-enhancement Issues of this kind will have lower priority

Comments

@BodoMinea
Copy link
Contributor

Hi,

Is there a way to feed data into Android Auto from an external GPS transceiver (for example a U-Blox module that transmits GPS NMEA messages by UART - Serial). I am able to get this data onto the Raspberry Pi, but I do not know if it is possible to somehow feed it towards Android Auto.

Stock car units and supposedly Open Auto Pro can do this (https://bluewavestudio.io/community/showthread.php?tid=735).

It would really help with accuracy, because I am keeping my phone down near the armrest and the location sometimes lags behind.

I am kindly waiting for the input of someone who tinkered with this matter before.

Thanks!

@matt2005
Copy link
Contributor

@BodoMinea It was added previously by someone else and I've not looked at the setup.All the pieces should already be available but I'm not sure how its put together, as no documentation exists.

  1. gpsd is installed in the image already.
  2. support exists in Crankshaft and aasdk
    It might be visiable in gui once gpsd sees a device?

@BodoMinea
Copy link
Contributor Author

Okay, I will try configuring my GPS receiver with gpsd as that´s pretty straightforward / standard. Do you have any idea of the source file where this is implemented or a commit?

I tried searching around and the only mention is this https://github.com/opencardev/crankshaft/blob/aa60ef188602653c0a1fbba56ffb4144722e24d9/stage3/03-crankshaft-base/02-run-chroot.sh it does some setup but no feeding of data.

@parkerlreed
Copy link

gpsd comms normally are just over local TCPIP.

Try setting up the GPS for gpsd and verifying data with cgps. Then see if crankshaft gets a "better" position.

@matt2005 matt2005 added the future-enhancement Issues of this kind will have lower priority label Nov 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future-enhancement Issues of this kind will have lower priority
Projects
None yet
Development

No branches or pull requests

3 participants