BangleApps/apps/magnav/README.md

27 lines
1.5 KiB
Markdown
Raw Normal View History

2020-06-09 11:08:14 +00:00
# Navigation Compass
This is a tilt and roll compensated compass with a linear display. The compass will display the same direction that it shows when flat as when it is tilted (rotation around the W-S axis) or rolled (rotation around the N-S) axis. *Even with compensation, it would be beyond foolish to rely solely on this app for any serious navigational purpose.*
![](screenshot.jpg)
## Calibration
2021-11-19 15:08:45 +00:00
Correct operation of this app depends critically on calibration. When first run on a Bangle, the app will request calibration. This lasts for 20 seconds during which you should move the watch slowly through figures of 8. It is important that during calibration the watch is fully rotated around each of it axes. If the app does give the correct direction heading or is not stable with respect to tilt and roll - redo the calibration by pressing *BTN2*. Calibration data is recorded in a storage file named `magnav.json`.
2020-06-09 11:08:14 +00:00
2021-11-19 15:08:45 +00:00
Note: Charging your Bangle due to the magnetic connector clamp seems to require recalibration afterwards for accurate readings.
2020-06-09 11:08:14 +00:00
2021-11-19 15:08:45 +00:00
## Controls
2020-06-09 11:08:14 +00:00
2021-11-19 15:08:45 +00:00
*BTN1* - marks the current heading with a blue circle - see screen shot. This can be used to take a bearing and then follow it..
2021-11-20 10:45:21 +00:00
(Swipe UP on Bangle 2)
2020-06-09 11:08:14 +00:00
2021-11-19 15:08:45 +00:00
*BTN2* - invokes calibration ( can be cancelled if pressed accidentally).
2021-11-20 10:45:21 +00:00
(*BTN1* on Bangle 2)
2020-06-09 11:08:14 +00:00
2021-11-19 15:08:45 +00:00
*BTN3* - cancels the marker (blue circle not displayed)
2021-11-20 10:45:21 +00:00
(swipe DOWN on Bangle 2)
2020-06-09 11:08:14 +00:00
## Support
Please report bugs etc. by raising an issue [here](https://github.com/jeffmer/JeffsBangleAppsDev).