Skip to content

Commit

Permalink
Merge pull request #3521 from pavelmachek/m_30_dedreckon
Browse files Browse the repository at this point in the history
dedreckon: add ded reckoning application
  • Loading branch information
bobrippling authored Aug 2, 2024
2 parents d99a841 + a5e37ec commit 4b50cd6
Show file tree
Hide file tree
Showing 6 changed files with 477 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/dedreckon/ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.01: attempt to import
20 changes: 20 additions & 0 deletions apps/dedreckon/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Ded Reckon

Dead Reckoning using compass and step counter.

This allows logging track using "dead reckoning" -- that's logging
angles from compass and distances from step counter. You need to mark
turns, and point watch to direction of the turn. Simultaneously, it
tries to log positions using GPS. You can use it to calibrate your
step length by comparing GPS and step counter data. It can also get
pretty accurate recording of track walked in right circumstances.

Tap bottom part of the screen to select display (text or map for
now). Point watch to new direction, then tap top left part of screen
to indicate a turn.

Map shows blue line for track from dead reckonging, and green line for
track from GPS.

You probably want magnav installed (and calibrated) for useful
results, as it provides library with better compass.
1 change: 1 addition & 0 deletions apps/dedreckon/app-icon.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added apps/dedreckon/app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4b50cd6

Please sign in to comment.