https://github.com/radiokot/osmand-display-app
An Android application for the OsmAnd E-ink display
https://github.com/radiokot/osmand-display-app
android ble blessed kotlin mapbox
Last synced: about 1 year ago
JSON representation
An Android application for the OsmAnd E-ink display
- Host: GitHub
- URL: https://github.com/radiokot/osmand-display-app
- Owner: Radiokot
- License: mit
- Created: 2022-12-07T14:23:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T19:21:46.000Z (over 1 year ago)
- Last Synced: 2025-03-24T10:38:47.278Z (about 1 year ago)
- Topics: android, ble, blessed, kotlin, mapbox
- Language: Kotlin
- Homepage: https://radiokot.com.ua/p/bike-nav-display
- Size: 349 KB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
#
Bike navigation display app
A companion Android application for the [wireless bike navigation display](https://github.com/Radiokot/osmand-display).
The app does:
- Compose map frames and send them to the display
- Import and store GPX and GeoJSON tracks, BRouter routes
- Download map areas for imported tracks to work offline
- Broadcast step-by-step navigation directions from OsmAnd, which was the original purpose of the display, but turned out to be useless
## Tech stack
- Kotlin
- RxJava
- Koin dependency injection
- OsmAnd AIDL interface
- Mapbox map SDK
- BLESSED BLE library
- kotlin-logging with slf4j-handroid