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

NMEA mode for GSD4t #5

Open
zamaudio opened this issue Jan 28, 2017 · 3 comments
Open

NMEA mode for GSD4t #5

zamaudio opened this issue Jan 28, 2017 · 3 comments

Comments

@zamaudio
Copy link

zamaudio commented Jan 28, 2017

Hi, I had a look into the binary that android uses to talk to the gps on the GT-I9100, it looks like there is a way to force the mode to NMEA output, but its not a normal operation of the GPS because the code skips this mode. Can you try setting the baud/start/stop/parity rate with 115200 / 8n1. There is a command that sets NMEA mode output according to my findings...

@zamaudio
Copy link
Author

I think you need to use setserial on the GPS tty... im not sure how to do it on my phone

@zamaudio
Copy link
Author

zamaudio commented Jan 28, 2017

@niclashoyer
Copy link

@zamaudio I thought the same and just tried getting NMEA output on my SGS2 using stty, but that did not work.

I just found the explanation here:

#3 (comment)

It seems that the reference manuals refer to the "GSD4t-solution", which means the GSD4t-chip with the proprietary user space daemon combined. Unfortunately it seems that we still need to reimplement the user space daemon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants