Skip to content

Commit

Permalink
Merge pull request #3550 from pavelmachek/m_32_sixths
Browse files Browse the repository at this point in the history
sixths: create version 0.10
  • Loading branch information
bobrippling authored Sep 1, 2024
2 parents 12fa580 + e521b67 commit c359ea4
Show file tree
Hide file tree
Showing 4 changed files with 460 additions and 174 deletions.
8 changes: 8 additions & 0 deletions apps/sixths/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@
0.03: minor code improvements
0.04: make height auto-calibration useful and slow ticks to save power
0.05: add ability to navigate to waypoints, better documentation
0.10: lots of updates
acknowledge commands by vibration and message
ui tweaks -- bigger font, compressing uninteresting info
display meters up/down
display pressure trend
adjust GPS on/off algorithm for more reliable fix
display warnings when GPS altitude does not match baro

35 changes: 14 additions & 21 deletions apps/sixths/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,17 @@ Useful gestures:

B -- "Battery", show/buzz battery info
D -- "Down", previous waypoint
F -- "oFf", disable GPS.
G -- "Gps", enable GPS for 4 hours in low power mode.
F -- "turn oFf gps", disable GPS.
T -- "Turn on gps", enable GPS for 4 hours in low power mode.
I -- "Info", toggle info display
L -- "aLtimeter", load altimeter app
M -- "Mark", create mark from current position
N -- "Note", take a note and write it to the log.
O -- "Orloj", run orloj app
R -- "Run", run "runplus" app
P -- "runPlus", run "runplus" app
R -- "Reset" daily statistics
S -- "Speed", enable GPS for 30 minutes in high power mode.
T -- "Time", buzz current time
G -- "Get time", buzz current time
U -- "Up", next waypoint
Y -- "compass", reset compass

Expand All @@ -44,6 +45,7 @@ to communicate back to the user.

B -- battery low.
E -- acknowledge, gesture understood.
I -- unknown gesture.
T -- start of new hour.

Three colored dots may appear on display. North is on the 12 o'clock
Expand Down Expand Up @@ -73,27 +75,18 @@ Todo:

*) only turn on compass when needed

*) only warn about battery low when it crosses thresholds, update
battery low message

*) rename "show" to something else -- it collides with built-in

*) adjust clock according to GPS

*) show something more reasonable than (NOTEHERE).

*) hide messages after timeout.
*) implement longer recording than "G".

*) show route lengths after the fact
*) allow setting up home altitude, or at least disable auto-calibration

*) implement longer recording than "G".
*) show time-to-sunset / sunrise?

*) Probably T should be G.
*) "myprofile" to read step length

*) sum gps distances for a day
?) display gps alt + offset to baro

*) allow setting up home altitude, or at least disable auto-calibration
?) start logging baro pressure

*) show time-to-sunset / sunrise?
*) compute climb/descent

*) one-second updates when gps is active
*) switch to compensated compass
2 changes: 1 addition & 1 deletion apps/sixths/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ "id": "sixths",
"name": "Sixth sense",
"version": "0.05",
"version": "0.10",
"description": "Clock for outdoor use with GPS support",
"icon": "app.png",
"readme": "README.md",
Expand Down
Loading

0 comments on commit c359ea4

Please sign in to comment.