https://github.com/robthomson/ethos-gps-heading
https://github.com/robthomson/ethos-gps-heading
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/robthomson/ethos-gps-heading
- Owner: robthomson
- Created: 2026-05-30T21:35:03.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-31T16:39:24.000Z (about 2 months ago)
- Last Synced: 2026-05-31T18:18:41.671Z (about 2 months ago)
- Language: Lua
- Size: 39.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ETHOS GPS Heading
Very small ETHOS widget that:
- reads GPS latitude/longitude using ETHOS telemetry sources
- derives a course-over-ground heading from position changes
- publishes that heading into a custom telemetry sensor named `GPS Heading`
- uses lazy loading so startup stays tiny
## Layout
- `src/gps-heading`: widget source copied by the VS Code deploy script
- `.vscode`: deployment/debug setup adapted from `omp-ofs3-dashboard`
## Notes
- The derived heading is meaningful only when the model is moving.
- The custom `GPS Heading` sensor is populated while this widget is running on an active screen.
- The custom sensor appId is `0xEF01`.