BangleApps/apps/bikespeedo/README.md

17 lines
1.1 KiB
Markdown
Raw Normal View History

2022-03-16 17:43:50 +00:00
## GPS speed, GPS heading, Compass heading, GPS altitude and Barometer altitude...
2022-03-16 16:37:27 +00:00
2022-03-16 16:59:49 +00:00
![](Hochrad120px.png)...all taken from internal sources.
2022-03-16 16:37:27 +00:00
2022-03-16 17:43:50 +00:00
#### To speed-up GPS reception it is strongly recommended to upload AGPS data with ["Assisted GPS Update"](https://banglejs.com/apps/?id=assistedgps)
2022-03-16 16:37:27 +00:00
2022-03-16 17:43:50 +00:00
#### If "CALIB!" is shown on the display or the compass heading differs too much from GPS heading, compass calibration should be done with the ["Navigation Compass" App](https://banglejs.com/apps/?id=magnav)
2022-03-16 16:37:27 +00:00
2022-03-28 12:49:25 +00:00
Permanently diverging Barometer Altitude values can be compensated in the settings menu.
Please report bugs to https://github.com/espruino/BangleApps/issues/new?assignees=&labels=bug&template=bangle-bug-report-custom-form.yaml&title=%5BBike+Speedometer%5D+Short+description+of+bug
2022-03-16 16:49:15 +00:00
**Credits:**<br>
2022-03-16 17:36:18 +00:00
Bike Speedometer App by <i>github.com/HilmarSt</i><br>
Big parts of the software are based on <i>github.com/espruino/BangleApps/tree/master/apps/speedalt</i><br>
Compass and Compass Calibration based on <i>github.com/espruino/BangleApps/tree/master/apps/magnav</i>