]> git.earman.xyz Git - sensor-watch.git/log
sensor-watch.git
7 months agoTypo fix
David Volovskiy [Sat, 6 Sep 2025 15:45:46 +0000 (11:45 -0400)]
Typo fix

7 months agofix compilation warnings in rtccount_face
Alessandro Genova [Sat, 22 Nov 2025 02:02:07 +0000 (21:02 -0500)]
fix compilation warnings in rtccount_face

7 months agoadd missing copyright headers
Alessandro Genova [Sat, 22 Nov 2025 01:55:11 +0000 (20:55 -0500)]
add missing copyright headers

7 months agoRevert "Added print for LIS2DW interrupt"
David Volovskiy [Wed, 19 Nov 2025 13:08:01 +0000 (08:08 -0500)]
Revert "Added print for LIS2DW interrupt"

This reverts commit 0105fee2f176b38e51cd1da8118481b82bdb35ed.

7 months agoAdded print for LIS2DW interrupt
David Volovskiy [Wed, 19 Nov 2025 13:06:59 +0000 (08:06 -0500)]
Added print for LIS2DW interrupt

7 months agoSaw double-taps getting missed with latched LIR so moving back to pulsed
David Volovskiy [Sun, 16 Nov 2025 21:06:08 +0000 (16:06 -0500)]
Saw double-taps getting missed with latched LIR so moving back to pulsed

7 months agoAdded LIR latching on LIS2DW
David Volovskiy [Sun, 16 Nov 2025 21:05:22 +0000 (16:05 -0500)]
Added LIR latching on LIS2DW

7 months agoExplicitly set interrupt type to latched
David Volovskiy [Sun, 16 Nov 2025 15:15:46 +0000 (10:15 -0500)]
Explicitly set interrupt type to latched

7 months agotalk to accelerometer in the app loop rather than interrupt routine
Alessandro Genova [Mon, 27 Oct 2025 04:22:14 +0000 (00:22 -0400)]
talk to accelerometer in the app loop rather than interrupt routine

7 months agofix slow default alarm tune
Alessandro Genova [Mon, 20 Oct 2025 01:11:33 +0000 (21:11 -0400)]
fix slow default alarm tune

7 months agoensure a button up event is always emitted
Alessandro Genova [Sun, 19 Oct 2025 03:23:43 +0000 (23:23 -0400)]
ensure a button up event is always emitted

7 months agoadd fast_stopwatch_face to default, and remove rtccount_face
Alessandro Genova [Sun, 19 Oct 2025 02:53:12 +0000 (22:53 -0400)]
add fast_stopwatch_face to default, and remove rtccount_face

7 months agoEvents that follow a down event on the previous face should not be forwarded to the...
Alessandro Genova [Tue, 16 Sep 2025 03:42:31 +0000 (23:42 -0400)]
Events that follow a down event on the previous face should not be forwarded to the new face

7 months agouse __builtin_ctz when processing pending events
Alessandro Genova [Sat, 13 Sep 2025 01:41:59 +0000 (21:41 -0400)]
use __builtin_ctz when processing pending events

7 months agoimmediately process events when coming out of deep sleep
Alessandro Genova [Sat, 13 Sep 2025 01:26:02 +0000 (21:26 -0400)]
immediately process events when coming out of deep sleep

7 months agofix instant light not turning off after a long press
Alessandro Genova [Sat, 13 Sep 2025 01:20:05 +0000 (21:20 -0400)]
fix instant light not turning off after a long press

7 months agoAllow users to set independent buzzer volume for signal/alarm
Alessandro Genova [Sun, 31 Aug 2025 03:46:34 +0000 (23:46 -0400)]
Allow users to set independent buzzer volume for signal/alarm

7 months agoAdd a slow display refresh mode to fast_stopwatch
Alessandro Genova [Wed, 27 Aug 2025 03:56:50 +0000 (23:56 -0400)]
Add a slow display refresh mode to fast_stopwatch

7 months agoMore efficient display draw for fast_stopwatch_face
Alessandro Genova [Wed, 27 Aug 2025 03:37:53 +0000 (23:37 -0400)]
More efficient display draw for fast_stopwatch_face

7 months agoRemove a few unnecessary date_time to timestamp conversions
Alessandro Genova [Wed, 27 Aug 2025 02:23:14 +0000 (22:23 -0400)]
Remove a few unnecessary date_time to timestamp conversions

7 months agomake movement_set_local_date_time slightly more efficient
Alessandro Genova [Wed, 27 Aug 2025 02:15:01 +0000 (22:15 -0400)]
make movement_set_local_date_time slightly more efficient

7 months agoConvert from timestamp to date_time once per second at most
Alessandro Genova [Wed, 27 Aug 2025 01:44:00 +0000 (21:44 -0400)]
Convert from timestamp to date_time once per second at most

7 months agoFix bug that was causing notes in a sequence to play too long
Alessandro Genova [Tue, 19 Aug 2025 04:00:51 +0000 (00:00 -0400)]
Fix bug that was causing notes in a sequence to play too long

7 months agoFix faces that relied on watch_buzzer_play_note being blocking
Alessandro Genova [Mon, 18 Aug 2025 03:35:15 +0000 (23:35 -0400)]
Fix faces that relied on watch_buzzer_play_note being blocking

7 months agoImprove watch_tcc to decouple leds and buzzer as much as allowed
Alessandro Genova [Mon, 18 Aug 2025 03:14:25 +0000 (23:14 -0400)]
Improve watch_tcc to decouple leds and buzzer as much as allowed

As a positive side effect, the led will stop emitting the faintiest
of blinks when the buzzer starts playing.

7 months agoMake fast_stopwatch power efficiend by using the new counter32
Alessandro Genova [Sun, 27 Jul 2025 02:31:53 +0000 (22:31 -0400)]
Make fast_stopwatch power efficiend by using the new counter32

7 months agoMinor improvement to movement_force_led_on logic
Alessandro Genova [Sat, 16 Aug 2025 02:50:10 +0000 (22:50 -0400)]
Minor improvement to movement_force_led_on logic

7 months agoAdd an optional implementation of button debounce
Alessandro Genova [Thu, 7 Aug 2025 01:29:44 +0000 (21:29 -0400)]
Add an optional implementation of button debounce

7 months agoFix LED flickering while the buzzer is playing
Alessandro Genova [Sat, 16 Aug 2025 01:34:29 +0000 (21:34 -0400)]
Fix LED flickering while the buzzer is playing

7 months agoFix chirpy to work with rtc-counter32
Alessandro Genova [Fri, 15 Aug 2025 04:54:48 +0000 (00:54 -0400)]
Fix chirpy to work with rtc-counter32

7 months agoPlay an arbitrary stream on the buzzer without blocking
Alessandro Genova [Fri, 15 Aug 2025 04:53:23 +0000 (00:53 -0400)]
Play an arbitrary stream on the buzzer without blocking

7 months agoMake the simulator play beeps a lot more reliably.
Alessandro Genova [Fri, 15 Aug 2025 01:40:02 +0000 (21:40 -0400)]
Make the simulator play beeps a lot more reliably.

7 months agoAdd a face to debug some counter32 metrics
Alessandro Genova [Wed, 13 Aug 2025 02:25:47 +0000 (22:25 -0400)]
Add a face to debug some counter32 metrics

7 months agoAdd more theoretical checks to ensure we don't miss out on any comp timers
Alessandro Genova [Wed, 13 Aug 2025 02:28:17 +0000 (22:28 -0400)]
Add more theoretical checks to ensure we don't miss out on any comp timers

Even without this "fix" the watch seems to be extremely stable and haven't seen
any missed timers over several days test. So this might not actually be needed,
but it should make things even safer.

7 months agoUndo some workarounds implemented to fix race conditions that are no longer needed
Alessandro Genova [Sun, 10 Aug 2025 00:21:10 +0000 (20:21 -0400)]
Undo some workarounds implemented to fix race conditions that are no longer needed

7 months agoPerform as little work as possible in the interrupt callbacks
Alessandro Genova [Sat, 9 Aug 2025 15:47:57 +0000 (11:47 -0400)]
Perform as little work as possible in the interrupt callbacks

7 months agoFix more corner case that could cause the top of minute alarm to stop firing
Alessandro Genova [Fri, 8 Aug 2025 13:19:14 +0000 (09:19 -0400)]
Fix more corner case that could cause the top of minute alarm to stop firing

7 months agoFix corner case that could cause the top of minute alarm to stop firing
Alessandro Genova [Fri, 8 Aug 2025 03:34:13 +0000 (23:34 -0400)]
Fix corner case that could cause the top of minute alarm to stop firing

7 months agoAlign the top of the second with the 1Hz periodic interrupt
Alessandro Genova [Sun, 3 Aug 2025 05:13:19 +0000 (01:13 -0400)]
Align the top of the second with the 1Hz periodic interrupt

7 months agoOptimize finetune and nanosec faces to work with rtc-counter32
Alessandro Genova [Sun, 3 Aug 2025 03:06:45 +0000 (23:06 -0400)]
Optimize finetune and nanosec faces to work with rtc-counter32

7 months agoFix a bug that was causing 10x power usage from boot until the first sound played
Alessandro Genova [Wed, 6 Aug 2025 03:39:47 +0000 (23:39 -0400)]
Fix a bug that was causing 10x power usage from boot until the first sound played

7 months agoMinor fixes to settings faces to work with the new rtc mode
Alessandro Genova [Sun, 27 Jul 2025 01:42:31 +0000 (21:42 -0400)]
Minor fixes to settings faces to work with the new rtc mode

7 months agoInitial seemingly stable version of movement using the RTC COUNTER32 mode
Alessandro Genova [Sun, 27 Jul 2025 01:40:22 +0000 (21:40 -0400)]
Initial seemingly stable version of movement using the RTC COUNTER32 mode

7 months agoMerge pull request #172 from voloved/ping-face
voloved [Sun, 28 Dec 2025 00:24:04 +0000 (19:24 -0500)]
Merge pull request #172 from voloved/ping-face

Ping face

7 months agoFixed clearing paddle on fast press
David Volovskiy [Thu, 25 Dec 2025 14:25:47 +0000 (09:25 -0500)]
Fixed clearing paddle on fast press

7 months agoFirst hit not counted; bugfixes on sound
David Volovskiy [Sun, 21 Dec 2025 18:39:16 +0000 (13:39 -0500)]
First hit not counted; bugfixes on sound

7 months agosound effect on hit
David Volovskiy [Sun, 21 Dec 2025 18:22:43 +0000 (13:22 -0500)]
sound effect on hit

7 months agoWatch's refresh can't handle Fast difficulty
David Volovskiy [Sun, 21 Dec 2025 16:28:40 +0000 (11:28 -0500)]
Watch's refresh can't handle Fast difficulty

7 months agoChanged default difficulty
David Volovskiy [Sun, 21 Dec 2025 16:23:29 +0000 (11:23 -0500)]
Changed default difficulty

7 months agoRemoved time display on ping face
David Volovskiy [Sun, 21 Dec 2025 16:04:31 +0000 (11:04 -0500)]
Removed time display on ping face

7 months agoaccelerometer moving paddle fully out
David Volovskiy [Sun, 21 Dec 2025 15:50:59 +0000 (10:50 -0500)]
accelerometer moving paddle fully out

7 months agoAdding description
David Volovskiy [Sun, 21 Dec 2025 15:50:11 +0000 (10:50 -0500)]
Adding description

7 months agobug fixes to ping face
David Volovskiy [Sun, 21 Dec 2025 15:41:16 +0000 (10:41 -0500)]
bug fixes to ping face

7 months agoBegan adding ping face
David Volovskiy [Sun, 21 Dec 2025 14:03:19 +0000 (09:03 -0500)]
Began adding ping face

8 months agoMerge pull request #169 from voloved/sunrise-wrong-date-fix
voloved [Thu, 4 Dec 2025 13:38:31 +0000 (08:38 -0500)]
Merge pull request #169 from voloved/sunrise-wrong-date-fix

Fix for wrong date being shown on sunrise/sunset complication

8 months agoFix for wrong date being shown on sunrise/sunset complication
David Volovskiy [Thu, 4 Dec 2025 13:33:14 +0000 (08:33 -0500)]
Fix for wrong date being shown on sunrise/sunset complication

8 months agoMerge pull request #167 from voloved/blackjack_face
voloved [Wed, 3 Dec 2025 18:36:26 +0000 (13:36 -0500)]
Merge pull request #167 from voloved/blackjack_face

Fix Win-Lose Ratio and Reset it

8 months agoDoc update on the win-rate reset
David Volovskiy [Wed, 3 Dec 2025 12:55:48 +0000 (07:55 -0500)]
Doc update on the win-rate reset

8 months agoAble to reset the win-lose rate
David Volovskiy [Wed, 3 Dec 2025 12:50:38 +0000 (07:50 -0500)]
Able to reset the win-lose rate

8 months agoFix on typecasting win rate
David Volovskiy [Wed, 3 Dec 2025 12:43:47 +0000 (07:43 -0500)]
Fix on typecasting win rate

8 months agoMerge pull request #165 from voloved/double-tap
voloved [Tue, 2 Dec 2025 01:18:49 +0000 (20:18 -0500)]
Merge pull request #165 from voloved/double-tap

Double tap

8 months agoReapply "Added double-tap capabilities to LIS2DW"
David Volovskiy [Tue, 2 Dec 2025 01:14:54 +0000 (20:14 -0500)]
Reapply "Added double-tap capabilities to LIS2DW"

This reverts commit 3bd1254b5fbb53ce84bddd1fb806da3237a8f245.

8 months agoMerge branch 'main' into double-tap
David Volovskiy [Tue, 2 Dec 2025 01:14:02 +0000 (20:14 -0500)]
Merge branch 'main' into double-tap

8 months agoMerge pull request #164 from joeycastillo/revert-149-double-tap
voloved [Tue, 2 Dec 2025 01:11:52 +0000 (20:11 -0500)]
Merge pull request #164 from joeycastillo/revert-149-double-tap

Revert "Added double-tap capabilities to LIS2DW"

8 months agoWe forgot to enable the actual double tap
David Volovskiy [Tue, 2 Dec 2025 01:11:40 +0000 (20:11 -0500)]
We forgot to enable the actual double tap

8 months agoRevert "Added double-tap capabilities to LIS2DW"
voloved [Tue, 2 Dec 2025 01:09:34 +0000 (20:09 -0500)]
Revert "Added double-tap capabilities to LIS2DW"

8 months agoMerge pull request #163 from joeycastillo/revert-158-main
voloved [Mon, 1 Dec 2025 13:21:53 +0000 (08:21 -0500)]
Merge pull request #163 from joeycastillo/revert-158-main

Revert "Fix for wrong date being shown on sunrise/sunset complication."

8 months agoRevert "Fix for wrong date being shown on sunrise/sunset complication."
voloved [Mon, 1 Dec 2025 13:19:05 +0000 (08:19 -0500)]
Revert "Fix for wrong date being shown on sunrise/sunset complication."

8 months agoMerge pull request #160 from oliverpool/deadline-desc
voloved [Sat, 29 Nov 2025 15:33:42 +0000 (10:33 -0500)]
Merge pull request #160 from oliverpool/deadline-desc

deadline_face: move description to .h file

8 months agoMerge pull request #161 from oliverpool/wareki-desc
voloved [Sat, 29 Nov 2025 15:31:26 +0000 (10:31 -0500)]
Merge pull request #161 from oliverpool/wareki-desc

wareki_face: move description to .h file and add license notice

8 months agoMerge pull request #158 from ch00f/main
voloved [Sat, 29 Nov 2025 15:11:45 +0000 (10:11 -0500)]
Merge pull request #158 from ch00f/main

Fix for wrong date being shown on sunrise/sunset complication.

8 months agowareki_face: move description to .h file and add license notice
oliverpool [Mon, 24 Nov 2025 18:32:24 +0000 (19:32 +0100)]
wareki_face: move description to .h file and add license notice

See #152

8 months agodeadline_face: move description to .h file
oliverpool [Mon, 24 Nov 2025 18:26:38 +0000 (19:26 +0100)]
deadline_face: move description to .h file

See #152

8 months agoMerge pull request #159 from voloved/blackjack_face
voloved [Wed, 26 Nov 2025 17:10:10 +0000 (12:10 -0500)]
Merge pull request #159 from voloved/blackjack_face

Updated documentation to Blackjack face

8 months agoUpdated documentation
David Volovskiy [Wed, 26 Nov 2025 17:07:37 +0000 (12:07 -0500)]
Updated documentation

8 months agoMerge pull request #1 from joeycastillo/main
Michael Ciuffo [Sun, 23 Nov 2025 21:35:02 +0000 (13:35 -0800)]
Merge pull request #1 from joeycastillo/main

Updating.

8 months agoFix for wrong sunrise/sunset in some timezones
ciuffo [Sun, 23 Nov 2025 21:32:05 +0000 (13:32 -0800)]
Fix for wrong sunrise/sunset in some timezones

8 months agoMerge pull request #103 from voloved/disable_slcd
voloved [Sat, 22 Nov 2025 14:29:33 +0000 (09:29 -0500)]
Merge pull request #103 from voloved/disable_slcd

Added watch_disable_display

8 months agoMerge pull request #110 from voloved/alarm_face_typo
voloved [Sat, 22 Nov 2025 14:18:40 +0000 (09:18 -0500)]
Merge pull request #110 from voloved/alarm_face_typo

Advanced Alarm Face Custom Display

8 months agoMerge pull request #95 from eiriksm/fix/blue-sim
voloved [Sat, 22 Nov 2025 13:58:24 +0000 (08:58 -0500)]
Merge pull request #95 from eiriksm/fix/blue-sim

Support blue led in sim

8 months agoMerge pull request #149 from voloved/double-tap
voloved [Sat, 22 Nov 2025 13:53:20 +0000 (08:53 -0500)]
Merge pull request #149 from voloved/double-tap

Added double-tap capabilities to LIS2DW

8 months agoMerge pull request #132 from voloved/i2c_returns_result
voloved [Sat, 22 Nov 2025 13:52:11 +0000 (08:52 -0500)]
Merge pull request #132 from voloved/i2c_returns_result

I2c returns result

8 months agoMerge branch 'main' into double-tap
David Volovskiy [Sat, 22 Nov 2025 13:50:44 +0000 (08:50 -0500)]
Merge branch 'main' into double-tap

8 months agoRemoved 6D interrupt
David Volovskiy [Sat, 22 Nov 2025 13:49:54 +0000 (08:49 -0500)]
Removed 6D interrupt

8 months agoMerge pull request #100 from voloved/tarot-retain-settings
voloved [Sat, 22 Nov 2025 13:45:09 +0000 (08:45 -0500)]
Merge pull request #100 from voloved/tarot-retain-settings

Tarot remembers if we have major_arcana_only on or not along with number of cards to draw

8 months agoMerge pull request #101 from voloved/wordle_port
voloved [Sat, 22 Nov 2025 13:43:14 +0000 (08:43 -0500)]
Merge pull request #101 from voloved/wordle_port

Fixed title text issue in Wordle port

8 months agoRemoved extra newline at end
David Volovskiy [Sat, 22 Nov 2025 13:41:38 +0000 (08:41 -0500)]
Removed extra newline at end

8 months agoMerge branch 'main' into wordle_port
David Volovskiy [Sat, 22 Nov 2025 13:41:15 +0000 (08:41 -0500)]
Merge branch 'main' into wordle_port

8 months agoMerge pull request #155 from joeycastillo/revert-153-patch-1
voloved [Sat, 22 Nov 2025 13:26:56 +0000 (08:26 -0500)]
Merge pull request #155 from joeycastillo/revert-153-patch-1

Revert "Avoid out-of-range character"

8 months agoRevert "Avoid out-of-range character"
voloved [Sat, 22 Nov 2025 13:24:58 +0000 (08:24 -0500)]
Revert "Avoid out-of-range character"

8 months agoMerge pull request #153 from michael-lachmann/patch-1
voloved [Sat, 22 Nov 2025 12:48:51 +0000 (07:48 -0500)]
Merge pull request #153 from michael-lachmann/patch-1

Avoid out-of-range character

8 months agoMerge pull request #154 from voloved/baby-kick-no-warnings
voloved [Sat, 22 Nov 2025 12:46:30 +0000 (07:46 -0500)]
Merge pull request #154 from voloved/baby-kick-no-warnings

Resized baby kick buffers to get rid of truncation warnings

8 months agoResized baby kick buffers to get rid of truncation warnings
David Volovskiy [Sat, 22 Nov 2025 12:44:36 +0000 (07:44 -0500)]
Resized baby kick buffers to get rid of truncation warnings

8 months agoAvoid out-of-range character
michael-lachmann [Sat, 22 Nov 2025 03:28:41 +0000 (20:28 -0700)]
Avoid out-of-range character

When character is out of range, this will access illegal memory areas.
In watch_display_text() it also makes sense to stop on char='\0' even when in position 0.

8 months agoMerge pull request #99 from voloved/activity_moon_loop_backwards
voloved [Fri, 21 Nov 2025 14:08:14 +0000 (09:08 -0500)]
Merge pull request #99 from voloved/activity_moon_loop_backwards

Activity and moon can loop backwards

8 months agoMerge pull request #114 from voloved/set-time-draw-on-activate
voloved [Fri, 21 Nov 2025 14:00:29 +0000 (09:00 -0500)]
Merge pull request #114 from voloved/set-time-draw-on-activate

Set time face isn't blank at the beginning of displaying it

8 months agoMerge pull request #98 from voloved/default_temp_in_simulator
voloved [Fri, 21 Nov 2025 13:49:38 +0000 (08:49 -0500)]
Merge pull request #98 from voloved/default_temp_in_simulator

Added default temp of 25C in simulator

8 months agoMerge pull request #81 from berdan/main
voloved [Fri, 21 Nov 2025 13:48:23 +0000 (08:48 -0500)]
Merge pull request #81 from berdan/main

pulsometer_face: Add check for negative values

8 months agoMerge pull request #105 from voloved/remove-duplicate-includes
voloved [Thu, 20 Nov 2025 23:28:24 +0000 (18:28 -0500)]
Merge pull request #105 from voloved/remove-duplicate-includes

Removed duplicate includes

8 months agoMerge pull request #96 from voloved/simon-port
voloved [Thu, 20 Nov 2025 23:28:06 +0000 (18:28 -0500)]
Merge pull request #96 from voloved/simon-port

Simon port