BangleApps/apps/pebbled
Rob Pilling 76b7a1194a Add data:[...] entries to apps using storage 2023-06-20 22:07:17 +01:00
..
ChangeLog Update ChangeLog 2023-05-26 13:34:30 +04:00
LECO 1976-Regular.otf
README.md fix: update readme [2] 2021-12-16 11:29:23 +03:00
metadata.json Add data:[...] entries to apps using storage 2023-06-20 22:07:17 +01:00
pebble_screenshot.png
pebbled.app.js Update pebbled.app.js 2023-05-26 13:41:03 +04:00
pebbled.icon.js fix: remove semicolon from the image 2021-12-16 11:39:58 +03:00
pebbled.png fix: rename everything 2021-12-15 23:03:01 +03:00
pebbled.settings.js Update pebbled.settings.js 2023-05-26 13:37:00 +04:00
photo.jpg fix: reset width, update image 2021-12-16 11:17:37 +03:00

README.md

Pebble with distance and steps

  • Forked from Pebble
  • Added distance in km (kilometers) based on step length (can be changed in settings and is equal 0.75m by default)
  • Battery warning changed to 15% instead of 30%

Initially written by: Hugh Barney

Forked and changed by RomanistHere

For support and discussion please post in the Bangle JS Forum

How to measure step length

It's much easier than you think. When you're walking, just note number of current steps at two points and then see the distance in any map service. For example, your route from bus station to home. Write number of steps at bus station (let's say 3451) and when you entered your home (3921). You passed 3921 - 3451 = 470 steps. Then see the actual distance in Google maps. Let's say it shows 300 meters. So your step length (in settings) used in app should be 300 / 470 = 0.64. After you have set it, the displayed distance at the main screen should be more accurate.

Plans

Make step length depend on height/sex/age for lazy ones who don't want to measure it.