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

Request for example - Reading data from GPS USB dongle #131

Open
AlexZibin opened this issue Jan 14, 2023 · 1 comment
Open

Request for example - Reading data from GPS USB dongle #131

AlexZibin opened this issue Jan 14, 2023 · 1 comment

Comments

@AlexZibin
Copy link

Hi,
Thank you for this perfect library.
Please can you provide the example code how to handle data from GPS USB dongle in PlatformIO?

platform = espressif32
board = esp32-s3-devkitc-1
framework = arduino
@chegewara
Copy link
Owner

To handle data from GPS you probably need usb host functionality.
It is not easy to add such example, because there may be many USB gps devices and each can use different protocol, so my advice is to find device documentation and start with CDC example.

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