Commit graph

  • 0ca729eaba move thermistor calculation to watch utilities Joey Castillo 2021-11-22 17:31:51 -0500
  • fb8f4584a5 tweak voltage of sensor watch dev board display Joey Castillo 2021-11-22 17:02:48 -0500
  • 5d95f3bf94 two more boards to OSH Park Joey Castillo 2021-10-28 13:58:28 -0400
  • 711e8762a6 link math library Joey Castillo 2021-11-22 12:09:52 -0500
  • 25815ed4f6 update bootloader with correct VID/PID Joey Castillo 2021-11-13 14:01:08 -0500
  • 323e6dfeba
    Merge pull request #21 from tahnok/stopwatch_face joeycastillo 2021-11-11 06:30:44 -0600
  • b0ec40ae46 Add stopwatch face to movement Wesley Ellis 2021-11-03 21:10:10 -0400
  • 1b4bfe35c2 movement: day one watch face, counts days from birth Joey Castillo 2021-11-08 09:50:54 -0600
  • 61f479db5a movement: preferences refactor, two new types Joey Castillo 2021-11-08 09:25:06 -0600
  • 67d84c6d42 bugfix: activate current watch face when waking from sleep Joey Castillo 2021-11-08 07:11:59 -0600
  • 82e7a61759 beat time: add low energy tick animation Joey Castillo 2021-11-07 00:30:25 -0400
  • ef40d58afc movement: refactor timeout to tick first, then notify Joey Castillo 2021-11-07 00:29:27 -0400
  • 0f03257ee9 movement: add voltage monitor watch face Joey Castillo 2021-11-06 23:52:00 -0400
  • 2d6fcd77ab add ability to preview display on USB serial Joey Castillo 2021-10-29 12:09:45 -0400
  • 88f41b12fc don't destroy our temperature log when waking from sleep Joey Castillo 2021-10-25 18:32:59 -0400
  • f98bc9bb4e steps toward SPI support in watch library Joey Castillo 2021-10-25 16:04:10 -0400
  • 22c072ac3f Merge branch 'main' into more-asf-files Joey Castillo 2021-10-25 14:52:40 -0400
  • badb4ba909 new batch of sensor boards Joey Castillo 2021-10-25 14:52:15 -0400
  • c8041627ee movement temperature face: only enable thermistor when reading data Joey Castillo 2021-10-23 18:15:22 -0400
  • 8475ffcd7a movement: first crack at background tasks API Joey Castillo 2021-10-23 17:55:19 -0400
  • ee1b3c8780 fix typo Joey Castillo 2021-10-23 16:44:20 -0400
  • 0b4d0de15b
    Merge pull request #19 from tahnok/beats_watch_face joeycastillo 2021-10-23 16:36:26 -0400
  • 27f699af80 WIP: thermistor data logger Joey Castillo 2021-10-23 16:23:36 -0400
  • 13d6ea10d7 fix name of ifdef in thermistor readout face Joey Castillo 2021-10-23 16:14:03 -0400
  • 8f6cd8b290 move weekday lookup to new utilities file Joey Castillo 2021-10-23 16:13:11 -0400
  • 66e95e4ab8 Port beats to movement framework Wesley Ellis 2021-10-22 22:00:52 -0400
  • f1a706792e movement: add character set demo Joey Castillo 2021-10-21 17:28:59 -0400
  • 4df23ea9f9 typo in documentation: all five pins are analog capable Joey Castillo 2021-10-21 15:10:06 -0400
  • b88cd0cd7e movement: add thermistor readout face Joey Castillo 2021-10-21 11:02:44 -0400
  • 38a2dff234 more accurate names for deep sleep and shallow sleep modes Joey Castillo 2021-10-20 13:45:22 -0400
  • 1020dd7898 movement: fix preferences glitch, add some notes Joey Castillo 2021-10-20 10:36:55 -0400
  • 148a47f76a movement: add tick animation in sleep mode Joey Castillo 2021-10-19 15:37:08 -0400
  • 75be621914 movement settings: add timeout and LED duration Joey Castillo 2021-10-19 13:33:11 -0400
  • 52c5747d2e getting the sensor watch dev board working Joey Castillo 2021-10-19 10:14:24 -0400
  • 6210e1c233
    Merge pull request #17 from joeycastillo/wip-launcher joeycastillo 2021-10-18 15:37:41 -0400
  • 3271009857 fix typos Joey Castillo 2021-10-18 15:36:39 -0400
  • 77951ccda1 add readme for movement app Joey Castillo 2021-10-18 15:11:01 -0400
  • 86d316008c movement: remove faster sleep / timeout intervals Joey Castillo 2021-10-18 12:33:07 -0400
  • 1db9e18b92 pulsometer: rearrange switch for clarity Joey Castillo 2021-10-18 12:31:44 -0400
  • 93624f0b69 add timeout event to give faces a chance to resign Joey Castillo 2021-10-18 12:15:57 -0400
  • 8dbbe92a9b pulsometer: make type more c-like Joey Castillo 2021-10-18 11:27:36 -0400
  • b4d4f62ba8 pulsometer: reset tick in resign function Joey Castillo 2021-10-18 11:15:45 -0400
  • c27dbc779b fix misspelling of pulsometer Joey Castillo 2021-10-16 16:51:36 -0400
  • 05fe055f99 automatically determine number of watch faces Joey Castillo 2021-10-16 16:25:30 -0400
  • 0cfb37c671 early work on background tasks, documentation Joey Castillo 2021-10-16 16:03:27 -0400
  • 458ebf6987 remove unimplemented settings for now Joey Castillo 2021-10-16 13:48:16 -0400
  • 69397e9b0f implement led duration setting Joey Castillo 2021-10-16 13:47:42 -0400
  • 3e539a9e63 screensaver mode is now low energy mode Joey Castillo 2021-10-16 13:40:17 -0400
  • 8f5de18b94 clarify property names Joey Castillo 2021-10-16 13:28:52 -0400
  • d36331ce4e rename types to be more c-like Joey Castillo 2021-10-16 13:23:23 -0400
  • d5ac4cb71b widgets are now watch faces Joey Castillo 2021-10-16 13:14:52 -0400
  • e8461984d6 launcher is now movement Joey Castillo 2021-10-16 12:58:14 -0400
  • 9d4367565b pulseometer: support variable update frequency Joey Castillo 2021-10-06 12:03:02 -0400
  • 3516f4295e launcher: clean up structs Joey Castillo 2021-10-06 10:25:28 -0400
  • 12ee922135 remove fake / placeholder widgets Joey Castillo 2021-10-05 18:01:26 -0400
  • 0f349cb52e add pulseometer widget Joey Castillo 2021-10-05 17:58:49 -0400
  • 8372e37bea fix memory leak when waking from screensaver mode Joey Castillo 2021-10-05 15:55:34 -0400
  • 83192b3a58 launcher: fix high beep on return to clock Joey Castillo 2021-10-04 15:27:29 -0400
  • 58cf2e7585 launcher: add widget for setting the time Joey Castillo 2021-10-04 14:12:15 -0400
  • 110c81cbed preferences widget: fix alignment of 'never' Joey Castillo 2021-10-04 14:11:39 -0400
  • 95e95bb980 launcher: fix flickering in preferences widget Joey Castillo 2021-10-04 11:59:08 -0400
  • 74e8662509 launcher: track can_sleep between runloop invocations Joey Castillo 2021-10-04 11:57:57 -0400
  • 0b60edb265 launcher: fix typo Joey Castillo 2021-10-04 11:57:29 -0400
  • 0546859073 launcher: improvements to screensaver mode Joey Castillo 2021-10-04 11:09:11 -0400
  • 7f8973a8cc slcd: add more special cases Joey Castillo 2021-10-04 10:48:04 -0400
  • c1ec7734c9 launcher: let widgets prevent sleep Joey Castillo 2021-10-04 09:51:49 -0400
  • 51e2f0d77d event type / subsecond refactor Joey Castillo 2021-10-04 00:37:58 -0400
  • a6115de94d disable screensaver interrupt on wake Joey Castillo 2021-10-03 23:39:52 -0400
  • 4300dff616 launcher: first crack at low power 'screensaver' mode Joey Castillo 2021-10-03 20:37:15 -0400
  • 64485b4255 implement beep / silent preference Joey Castillo 2021-10-03 19:16:14 -0400
  • a6d8a09850 avoid calling deactivate on widget 0 before it's activated Joey Castillo 2021-10-03 19:15:47 -0400
  • 27df51d40a launcher app with clock and preferences menu Joey Castillo 2021-10-03 18:49:21 -0400
  • 8d5280a34f slcd: add function to blank entire screen Joey Castillo 2021-10-03 18:48:55 -0400
  • 95ea714d61 basic launcher switching between two widgets Joey Castillo 2021-10-03 14:26:17 -0400
  • 399caa2582 more wip launcher stuff Joey Castillo 2021-10-03 12:31:51 -0400
  • 624ff19580 wip: late-night untested launcher app musings Joey Castillo 2021-09-28 01:06:37 -0400
  • 84c0fbfa2a slcd: add autonomous blinking and animation Joey Castillo 2021-10-01 17:09:05 -0400
  • 15ae7ab84b add beep to starter app Joey Castillo 2021-09-30 16:32:59 -0400
  • 20db34a9c0 add fractional beats to beat time app Joey Castillo 2021-09-30 16:32:30 -0400
  • d72a2ff6a1 fix LED resistor values Joey Castillo 2021-09-30 16:19:11 -0400
  • 7503c86102 add lcd feather Joey Castillo 2021-09-30 16:17:40 -0400
  • 7eb23e4f88
    Merge pull request #16 from joeycastillo/rtc-refactor joeycastillo 2021-09-29 11:46:53 -0400
  • 1163041624 update existing apps to use new RTC API Joey Castillo 2021-09-28 19:53:29 -0400
  • 6334af0136 tweak to API nomenclature: tick happens once a second, other interrupts are periodic Joey Castillo 2021-09-28 19:18:42 -0400
  • 9da9dfb7b2 rtc: support periodic ticks at intervals from 1 to 128 Hz Joey Castillo 2021-09-28 15:13:09 -0400
  • 39a17c99b9 overdue refactor: compile all watch modules separately Joey Castillo 2021-09-28 13:42:08 -0400
  • 152ba8aec6 simplification: return date/time in same format as clock register Joey Castillo 2021-09-28 11:06:27 -0400
  • b353e47506 remove unused ASF code Joey Castillo 2021-09-27 17:51:52 -0400
  • a65dcf1ec8 WIP: refactor RTC to use clock mode directly Joey Castillo 2021-09-27 17:42:27 -0400
  • 751ed9c7a4
    Merge pull request #15 from tahnok/beats-time joeycastillo 2021-09-26 16:34:35 -0400
  • b0703ec777 Beats time app + watch Wesley Ellis 2021-09-14 18:52:15 -0400
  • 115c555c4c
    this was an odd typo joeycastillo 2021-09-24 17:05:18 -0400
  • 7945f4c4a3 add warning about external wake on old board rev Joey Castillo 2021-09-23 17:27:41 -0400
  • a23901f843 final deep sleep refactor: retain RAM, call it shallow sleep mode Joey Castillo 2021-09-23 14:57:30 -0400
  • fd5e8046d0 support alternate LCD pinouts Joey Castillo 2021-09-21 15:49:02 -0400
  • 24e160611e add more atmel studio framework code Joey Castillo 2021-09-20 17:37:55 -0400
  • 63322a3b7f add WIP dev board Joey Castillo 2021-09-20 17:20:12 -0400
  • 9b0605c1b9 add gerbers for board revision 5 Joey Castillo 2021-09-20 10:15:16 -0400
  • 0f4f709ab1 clean up PCB folder Joey Castillo 2021-09-20 09:30:50 -0400
  • b3bb3fe2a7 add board definition for old prototype Joey Castillo 2021-09-19 19:20:19 -0400