]> git.earman.xyz Git - sensor-watch.git/log
sensor-watch.git
14 months agocountdown timer: snap back to clock on timeout, unless running
Joey Castillo [Wed, 4 Jun 2025 04:19:51 +0000 (00:19 -0400)]
countdown timer: snap back to clock on timeout, unless running

14 months agomars time: actually update in low energy mode
Joey Castillo [Tue, 3 Jun 2025 00:27:14 +0000 (20:27 -0400)]
mars time: actually update in low energy mode

14 months agoadd watch face to peek at a memory location
Joey Castillo [Thu, 29 May 2025 12:21:18 +0000 (08:21 -0400)]
add watch face to peek at a memory location

14 months agofor testing: add NOSLEEP build option to remove sleep mode entirely
Joey Castillo [Thu, 29 May 2025 11:16:50 +0000 (07:16 -0400)]
for testing: add NOSLEEP build option to remove sleep mode entirely

14 months agoworld clock: blink colon in low energy mode
Joey Castillo [Thu, 29 May 2025 03:43:13 +0000 (23:43 -0400)]
world clock: blink colon in low energy mode

14 months agomars time: don't time out, enable low energy animation
Joey Castillo [Thu, 29 May 2025 03:42:38 +0000 (23:42 -0400)]
mars time: don't time out, enable low energy animation

14 months agoset LED's drive strength to high
Joey Castillo [Wed, 28 May 2025 00:39:56 +0000 (20:39 -0400)]
set LED's drive strength to high

14 months agobring mars time into Second Movement
Joey Castillo [Tue, 27 May 2025 23:30:54 +0000 (19:30 -0400)]
bring mars time into Second Movement

14 months agopower down accelerometer unless a watch face requests it
Joey Castillo [Mon, 26 May 2025 14:51:11 +0000 (10:51 -0400)]
power down accelerometer unless a watch face requests it

14 months agoswap temperature and battery in default firmware
Joey Castillo [Mon, 26 May 2025 14:50:07 +0000 (10:50 -0400)]
swap temperature and battery in default firmware

14 months agomovement_config: put alarm into standard rotation
Joey Castillo [Wed, 21 May 2025 19:44:45 +0000 (15:44 -0400)]
movement_config: put alarm into standard rotation

14 months agoalarm_face: hook alarm up to main clock's alarm indicator
Joey Castillo [Wed, 21 May 2025 19:44:16 +0000 (15:44 -0400)]
alarm_face: hook alarm up to main clock's alarm indicator

14 months agomovement: fire top of minute at top of minute, not bottom of last minute
Joey Castillo [Wed, 21 May 2025 19:08:00 +0000 (15:08 -0400)]
movement: fire top of minute at top of minute, not bottom of last minute

14 months agobring wake_face into Second Movement (renamed alarm_face)
Joey Castillo [Wed, 21 May 2025 19:07:29 +0000 (15:07 -0400)]
bring wake_face into Second Movement (renamed alarm_face)

14 months agonanosec: add braces since we declare things
Joey Castillo [Wed, 21 May 2025 13:17:38 +0000 (09:17 -0400)]
nanosec: add braces since we declare things

14 months agowatch_adc: enable ADC when checking battery; let's get rid of this footgun once and...
Joey Castillo [Wed, 21 May 2025 12:51:39 +0000 (08:51 -0400)]
watch_adc: enable ADC when checking battery; let's get rid of this footgun once and for all

14 months agopreferences face: removed in favor of new settings face
Joey Castillo [Wed, 21 May 2025 05:19:29 +0000 (01:19 -0400)]
preferences face: removed in favor of new settings face

14 months agotemperature logger: skip if no temperature sensor is available
Joey Castillo [Wed, 21 May 2025 05:15:03 +0000 (01:15 -0400)]
temperature logger: skip if no temperature sensor is available

14 months agotemperature logger: rename stuff to remove thermistor references
Joey Castillo [Wed, 21 May 2025 05:12:20 +0000 (01:12 -0400)]
temperature logger: rename stuff to remove thermistor references

14 months agotemperature faces: no need to import thermistor driver
Joey Castillo [Wed, 21 May 2025 05:10:09 +0000 (01:10 -0400)]
temperature faces: no need to import thermistor driver

14 months agonanosec: use new Movement API for getting temperature
Joey Castillo [Wed, 21 May 2025 05:09:15 +0000 (01:09 -0400)]
nanosec: use new Movement API for getting temperature

14 months agowatch utility: make Friday all caps like the others
Joey Castillo [Wed, 21 May 2025 04:53:13 +0000 (00:53 -0400)]
watch utility: make Friday all caps like the others

14 months agoport nanosec and finetune to Second Movement
Joey Castillo [Wed, 21 May 2025 04:50:15 +0000 (00:50 -0400)]
port nanosec and finetune to Second Movement

14 months agodefault firmware: put stopwatch before countdown
Joey Castillo [Wed, 21 May 2025 04:15:19 +0000 (00:15 -0400)]
default firmware: put stopwatch before countdown

14 months agoslcd: we can fit these segment mappings into one byte
Joey Castillo [Wed, 21 May 2025 03:50:09 +0000 (23:50 -0400)]
slcd: we can fit these segment mappings into one byte

14 months agobugfix: need definition of colon as indicator for blinking on custom LCD
Joey Castillo [Wed, 21 May 2025 03:42:22 +0000 (23:42 -0400)]
bugfix: need definition of colon as indicator for blinking on custom LCD

14 months agovoltage and temperature: clear sleep animation on activate
Joey Castillo [Wed, 21 May 2025 03:36:20 +0000 (23:36 -0400)]
voltage and temperature: clear sleep animation on activate

14 months agocountdown: implement sleep mode animation
Joey Castillo [Wed, 21 May 2025 03:34:47 +0000 (23:34 -0400)]
countdown: implement sleep mode animation

14 months agomoon phase: clear sleep animation on wake
Joey Castillo [Wed, 21 May 2025 03:30:27 +0000 (23:30 -0400)]
moon phase: clear sleep animation on wake

14 months agoclock face: move state typedef to header for consistency
Joey Castillo [Wed, 21 May 2025 02:35:16 +0000 (22:35 -0400)]
clock face: move state typedef to header for consistency

14 months agoclock face: rename 'clock' to 'state' for consistency
Joey Castillo [Wed, 21 May 2025 02:34:15 +0000 (22:34 -0400)]
clock face: rename 'clock' to 'state' for consistency

14 months agoactivity logging: try to ignore spurious active minutes
Joey Castillo [Tue, 20 May 2025 21:34:45 +0000 (17:34 -0400)]
activity logging: try to ignore spurious active minutes

14 months agomovement: add loudness setting for button press
Joey Castillo [Tue, 20 May 2025 21:27:32 +0000 (17:27 -0400)]
movement: add loudness setting for button press

14 months agodisplay detection: return straight away if LCD type was forced
Joey Castillo [Mon, 19 May 2025 01:19:12 +0000 (21:19 -0400)]
display detection: return straight away if LCD type was forced

14 months agowatch library: remove LCD autodetect, make selection manual
Joey Castillo [Mon, 19 May 2025 01:04:49 +0000 (21:04 -0400)]
watch library: remove LCD autodetect, make selection manual

14 months agolight meter: was written today lol
Joey Castillo [Mon, 19 May 2025 00:45:37 +0000 (20:45 -0400)]
light meter: was written today lol

14 months agolight meter: rough half-working prototype
Joey Castillo [Mon, 19 May 2025 00:32:36 +0000 (20:32 -0400)]
light meter: rough half-working prototype

14 months agoactivity log: snap back to today on timeout
Joey Castillo [Sun, 18 May 2025 16:07:35 +0000 (12:07 -0400)]
activity log: snap back to today on timeout

14 months agoactivity log: update today's count at top of minute
Joey Castillo [Sun, 18 May 2025 16:06:39 +0000 (12:06 -0400)]
activity log: update today's count at top of minute

14 months agoactivity log: clear animation when waking from sleep mode
Joey Castillo [Sun, 18 May 2025 15:26:47 +0000 (11:26 -0400)]
activity log: clear animation when waking from sleep mode

14 months agolight meter: initial UI work
Joey Castillo [Sun, 18 May 2025 15:12:47 +0000 (11:12 -0400)]
light meter: initial UI work

14 months agono need for state in light sensor demo
Joey Castillo [Sun, 18 May 2025 13:04:25 +0000 (09:04 -0400)]
no need for state in light sensor demo

14 months agolight sensor: back to demo with you
Joey Castillo [Sun, 18 May 2025 11:40:47 +0000 (07:40 -0400)]
light sensor: back to demo with you

14 months agoclaify sleep animatiion documentation
Joey Castillo [Sun, 18 May 2025 03:35:14 +0000 (23:35 -0400)]
claify sleep animatiion documentation

14 months agowatch_display_text_with_fallback: update documentation
Joey Castillo [Sun, 18 May 2025 03:27:51 +0000 (23:27 -0400)]
watch_display_text_with_fallback: update documentation

14 months agowatch_display_string: update deprecation notes
Joey Castillo [Sun, 18 May 2025 03:24:18 +0000 (23:24 -0400)]
watch_display_string: update deprecation notes

14 months agolight sensor: add warning to documentation
Joey Castillo [Sun, 18 May 2025 03:21:31 +0000 (23:21 -0400)]
light sensor: add warning to documentation

14 months agolight sensor: improvements for custom LCD
Joey Castillo [Sun, 18 May 2025 03:18:10 +0000 (23:18 -0400)]
light sensor: improvements for custom LCD

14 months agomove accelerometer and light to sensor, not demo folder
Joey Castillo [Sun, 18 May 2025 02:19:45 +0000 (22:19 -0400)]
move accelerometer and light to sensor, not demo folder

14 months agoremove unnecessary demo watch faces
Joey Castillo [Sun, 18 May 2025 02:18:10 +0000 (22:18 -0400)]
remove unnecessary demo watch faces

14 months agoclean up after detecting thermistor
Joey Castillo [Sun, 18 May 2025 02:06:11 +0000 (22:06 -0400)]
clean up after detecting thermistor

14 months agoactivity log: update documentation
Joey Castillo [Sun, 18 May 2025 02:02:34 +0000 (22:02 -0400)]
activity log: update documentation

14 months agoirda upload: increase receive buffer to 256 bytes
Joey Castillo [Sat, 17 May 2025 22:46:13 +0000 (18:46 -0400)]
irda upload: increase receive buffer to 256 bytes

14 months agoIrDA: restore red/green status, improve display
Joey Castillo [Sat, 17 May 2025 22:18:29 +0000 (18:18 -0400)]
IrDA: restore red/green status, improve display

14 months agoadd ability to delete via IrDA
Joey Castillo [Sat, 17 May 2025 22:07:59 +0000 (18:07 -0400)]
add ability to delete via IrDA

14 months agoirda_demo -> irda_upload
Joey Castillo [Sat, 17 May 2025 21:55:02 +0000 (17:55 -0400)]
irda_demo -> irda_upload

14 months agoimproved file upload via IrDA
Joey Castillo [Sat, 17 May 2025 21:52:25 +0000 (17:52 -0400)]
improved file upload via IrDA

14 months agoactivity faces: improve experience in low energy mode
Joey Castillo [Sat, 17 May 2025 20:38:01 +0000 (16:38 -0400)]
activity faces: improve experience in low energy mode

14 months agooops. activity tracking: high means stationary, low means active
Joey Castillo [Sat, 17 May 2025 18:32:01 +0000 (14:32 -0400)]
oops. activity tracking: high means stationary, low means active

14 months agofor now, build for red board and classic display
Joey Castillo [Sat, 17 May 2025 18:16:26 +0000 (14:16 -0400)]
for now, build for red board and classic display

14 months agosimplify activity tracking, just active minutes for now
Joey Castillo [Sat, 17 May 2025 17:54:37 +0000 (13:54 -0400)]
simplify activity tracking, just active minutes for now

14 months agoforce a choice of display type at build time
Joey Castillo [Sat, 17 May 2025 16:40:29 +0000 (12:40 -0400)]
force a choice of display type at build time

14 months agolet temperature screen skip itself, restore it to the default firmware
Joey Castillo [Sat, 17 May 2025 16:16:27 +0000 (12:16 -0400)]
let temperature screen skip itself, restore it to the default firmware

14 months agofix long press bug (seems related to disabling an interrupt)
Joey Castillo [Sat, 17 May 2025 15:55:03 +0000 (11:55 -0400)]
fix long press bug (seems related to disabling an interrupt)

14 months agoadd movement_get_temperature, works across different sensor boards
Joey Castillo [Sat, 17 May 2025 15:03:51 +0000 (11:03 -0400)]
add movement_get_temperature, works across different sensor boards

14 months agoautomatically detect temperature sensor
Joey Castillo [Sat, 17 May 2025 14:23:38 +0000 (10:23 -0400)]
automatically detect temperature sensor

14 months agotime set: disable quick ticks when resetting seconds
Joey Castillo [Fri, 16 May 2025 13:09:14 +0000 (09:09 -0400)]
time set: disable quick ticks when resetting seconds

14 months agoremove errant braces
Joey Castillo [Fri, 16 May 2025 13:08:33 +0000 (09:08 -0400)]
remove errant braces

14 months agobump gossamer commit
Joey Castillo [Fri, 16 May 2025 12:55:54 +0000 (08:55 -0400)]
bump gossamer commit

14 months agoaccelerometer: fail gracefully in absence of I2C bus
Joey Castillo [Fri, 16 May 2025 05:12:38 +0000 (01:12 -0400)]
accelerometer: fail gracefully in absence of I2C bus

14 months agofor now, build for Lite to test the build
Joey Castillo [Fri, 16 May 2025 04:43:43 +0000 (00:43 -0400)]
for now, build for Lite to test the build

14 months agodefault to low energy mode after one hour
Joey Castillo [Fri, 16 May 2025 04:12:16 +0000 (00:12 -0400)]
default to low energy mode after one hour

14 months agoauto-detect accelerometer sensor (and don't fail build for lack of a temperature...
Joey Castillo [Fri, 16 May 2025 04:07:15 +0000 (00:07 -0400)]
auto-detect accelerometer sensor (and don't fail build for lack of a temperature sensor)

14 months agoset date first, then time zone, then time
Joey Castillo [Fri, 16 May 2025 02:49:07 +0000 (22:49 -0400)]
set date first, then time zone, then time

14 months agowatch_rtc clarification: 128 Hz is 0x80, not 0xF0
Joey Castillo [Fri, 16 May 2025 02:12:12 +0000 (22:12 -0400)]
watch_rtc clarification: 128 Hz is 0x80, not 0xF0

14 months agoFREQCORR is now handled in _watch_rtc_init
Joey Castillo [Fri, 16 May 2025 01:33:26 +0000 (21:33 -0400)]
FREQCORR is now handled in _watch_rtc_init

14 months agosettings: silence warnings on boards without a blue or green LED
Joey Castillo [Thu, 15 May 2025 13:12:12 +0000 (09:12 -0400)]
settings: silence warnings on boards without a blue or green LED

14 months agoworking makefile for folks to test with
Joey Castillo [Thu, 15 May 2025 13:08:06 +0000 (09:08 -0400)]
working makefile for folks to test with

14 months agono temperature face in defaults
Joey Castillo [Thu, 15 May 2025 13:07:33 +0000 (09:07 -0400)]
no temperature face in defaults

14 months agorearrange default watch faces
Joey Castillo [Thu, 15 May 2025 12:43:30 +0000 (08:43 -0400)]
rearrange default watch faces

15 months agoresume disabling EIC in deep sleep
Joey Castillo [Tue, 13 May 2025 22:46:48 +0000 (18:46 -0400)]
resume disabling EIC in deep sleep

15 months agonew watch face order for pro
Joey Castillo [Tue, 13 May 2025 22:23:03 +0000 (18:23 -0400)]
new watch face order for pro

15 months agoremove orientation change counter
Joey Castillo [Tue, 13 May 2025 22:21:58 +0000 (18:21 -0400)]
remove orientation change counter

15 months agoclock-face: adjust low battery threshold
Joey Castillo [Tue, 13 May 2025 02:36:30 +0000 (22:36 -0400)]
clock-face: adjust low battery threshold

15 months agocustom LCD now has an 'arrows' indicator instead of a battery
Joey Castillo [Tue, 13 May 2025 02:34:27 +0000 (22:34 -0400)]
custom LCD now has an 'arrows' indicator instead of a battery

15 months agoenable filtering on button inputs
Joey Castillo [Tue, 13 May 2025 02:25:27 +0000 (22:25 -0400)]
enable filtering on button inputs

15 months agoimproved contrast on custom LCD
Joey Castillo [Mon, 12 May 2025 00:16:40 +0000 (20:16 -0400)]
improved contrast on custom LCD

15 months agotime set: new titles for custom LCD
Joey Castillo [Sun, 11 May 2025 20:12:25 +0000 (16:12 -0400)]
time set: new titles for custom LCD

15 months agonew settings watch face
Joey Castillo [Sun, 11 May 2025 20:07:12 +0000 (16:07 -0400)]
new settings watch face

15 months agoaccelerometer: fix activity not being tracked in low energy mode
Joey Castillo [Wed, 30 Apr 2025 11:44:15 +0000 (07:44 -0400)]
accelerometer: fix activity not being tracked in low energy mode

15 months agoworld clock: bugfix, clear seconds when entering LE mode
Joey Castillo [Mon, 28 Apr 2025 22:29:37 +0000 (18:29 -0400)]
world clock: bugfix, clear seconds when entering LE mode

15 months agoaccelerometer: disable wake on motion, has awkward user experience
Joey Castillo [Mon, 28 Apr 2025 22:24:14 +0000 (18:24 -0400)]
accelerometer: disable wake on motion, has awkward user experience

15 months agoaccelerometer: stop sleeping after inactivity, use LE settings
Joey Castillo [Mon, 28 Apr 2025 22:23:41 +0000 (18:23 -0400)]
accelerometer: stop sleeping after inactivity, use LE settings

15 months agoupdate submodules
Joey Castillo [Mon, 21 Apr 2025 04:16:23 +0000 (00:16 -0400)]
update submodules

15 months agofilesystem: prevent lockup when flash is nearly full
Joey Castillo [Sun, 20 Apr 2025 21:58:43 +0000 (17:58 -0400)]
filesystem: prevent lockup when flash is nearly full

15 months agoWIP: accelerometer activity tracking
Joey Castillo [Sun, 20 Apr 2025 17:47:04 +0000 (13:47 -0400)]
WIP: accelerometer activity tracking

15 months agocurrent test setup for Pro
Joey Castillo [Thu, 17 Apr 2025 12:54:17 +0000 (08:54 -0400)]
current test setup for Pro

16 months agoactivity log: add feature to quickly dump all data
Joey Castillo [Sat, 5 Apr 2025 14:42:14 +0000 (10:42 -0400)]
activity log: add feature to quickly dump all data

16 months agofix sticky sleep icon on custom LCD
Joey Castillo [Sat, 29 Mar 2025 14:36:05 +0000 (10:36 -0400)]
fix sticky sleep icon on custom LCD

16 months agomove day one face into Second Movement as generic 'days since' face
Joey Castillo [Sat, 22 Mar 2025 14:09:10 +0000 (10:09 -0400)]
move day one face into Second Movement as generic 'days since' face