-
Notifications
You must be signed in to change notification settings - Fork 371
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
Support NMEA messages to external devices over usb/serial #308
Comments
@Jaaaky Thanks for the suggestion! This probably wouldn't be too hard to implement - here's a library that looks promising: I don't have the equipment to test though - if I work on this, would you be able to test on real equipment and provide feedback on whether it works? |
I have the equipment, yes. So I can test. |
@barbeau They work with the mentioned library. |
@barbeau Could you pls include this feature over Bluetooth/network? |
@lindroidux I've started this here: ...but hit an issue with the app crashing, and I can't tell if the code's not right or it's just because I don't have a device connected. So it's going to be hard to implement this without a physical device to test on myself. |
@barbeau Would you like one of these? You could add it to a new amazon wishlist and post it here. I'm interested in getting complete data, viewed in your app, from usb AND bluetooth receivers. I just want to figure out which one works best for me to use as a "mock location" device in my car. Thanks for your work on this application! |
https://smile.amazon.com/dp/B07P8H27CF/ looks like a slightly better deal, but I don't know how well it'd compare to the one you mentioned -- it looks like it'd need an outProtoMask with outNmea set to output NMEA. It has a customer answer of not working with Android, but so does the BU-353-S4. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Please re-open this.. I see no reason for close.. It was already scheduled for 3.9 but simply you decided to close it. Bluetooth/Serial sharing of GPS NMEA with background service would be so great so one can do further "Live" studies .. |
Summary:
I'd like to get nmea messages - and other types of logs supported by GPStest - over USB serial connection - for example FTDI connected to USB - to be able to analyze through external devices.
Steps to reproduce:
Connect FTDI cable on android OTG USB
Expected behavior:
GPStest handles the device and sends logs over it.
The text was updated successfully, but these errors were encountered: