UsbNmea
support for USB GNSS antennas on Android
UsbNmea is an Android application that aims to offer some support to USB GNSS antennas on Android.
Currently, it only saves the messages that it gets from the antenna to a file on your phone. I have made another app to convert that file to a GPX (as long as the output from the antenna follows the NMEA standard), but I recommend using GpsBabel on your laptop instead.
UsbNmea starts a service that should stay on in the background, which gets the data from the USB antenna and saves it into a file. To get the data from the USB antenna, I use the UsbSerial library from Felipe Herranz. Since his code is licensed under the MIT license, I decided to do the same for my code. If you like that, you can support him through the options he lists in the README of the UsbSerial library.
Packages
Version 0.2.1 (2020-04-05)
Android Versions:
13 Libraries detected:
Libraries:
- Android Support v4 (Development Framework)
The Android Support Library is not actually a single library, but rather a collection of libraries that can roughly be divided into two groups: compatibility and component libraries. For details, please see
Understanding the Android Support Library.
- Arch (Utility)
helper for other arch dependencies, including JUnit test rules that can be used with LiveData.
- AppCompat (Utility)
support newer Android features on older Android versions.
- Constraint Layout Library (Utility)
library to reduce the number of nested views needed.
- Androidx Core (Utility)
a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs.
- Lifecycle (Utility)
perform actions in response to a change in the lifecycle status of another component, such as activities and fragments.
- Loader (Utility)
library to load data for your UI that survives configuration changes.
- Vectordrawable (UI Component)
AndroidX library to render vector graphics.
- Lightweight-Stream-API (Utility)
stream API from Java 8 rewritten on iterators for Java 7 and below.
- UsbSerial (Utility)
Usb serial controller.
- Kotlin (Utility)
The Kotlin Programming Language
- OkHttp okio Framework (Utility)
A modern I/O API for Java to make it much easier to access, store, and process your data.
- IntelliJ IDEA (Utility)
Payment Modules:
- None found
Ads & Analytics:
- None found
Download (1.9 M)