Commit graph

  • bfd7a6f62f sensor board concepts Joey Castillo 2021-09-18 15:24:06 -0400
  • 8184b08bb6 PCB revision 5 Joey Castillo 2021-09-18 15:22:54 -0400
  • 9baec59217 support common anode LEDs Joey Castillo 2021-09-18 14:26:18 -0400
  • 5ff4a88374 add a new deep sleep mode alongside backup mode Joey Castillo 2021-09-18 12:57:21 -0400
  • d97e74058f fix USB VID/PID Joey Castillo 2021-09-18 13:12:10 -0400
  • ee7ae2d345 move buzzer demo to apps folder Joey Castillo 2021-09-18 14:00:45 -0400
  • 07420e6ead move apps to subdirectory, add relative path support to Makefile Joey Castillo 2021-09-16 15:40:01 -0400
  • b3de08343b
    remove note about installing old toolchain joeycastillo 2021-09-15 12:18:55 -0400
  • 21a627aad6 lcd: add special case for T in position 1 (fixes #10) Joey Castillo 2021-09-14 15:19:21 -0400
  • cb98f29e57 more work on alternate board pinouts Joey Castillo 2021-09-14 15:12:30 -0400
  • e4c1700806 remove unused ASF config files Joey Castillo 2021-09-14 01:07:02 -0400
  • 05c816960b deprecate debug UART Joey Castillo 2021-09-13 20:46:33 -0400
  • 5a53916f0e first steps toward supporting alternate board pinouts Joey Castillo 2021-09-13 16:43:35 -0400
  • 5cd6b1afc7 improve consistency of function names Joey Castillo 2021-09-13 13:41:28 -0400
  • cd935193e3 remove unused ASF code Joey Castillo 2021-09-13 13:21:33 -0400
  • 66d45c521e implement ADC functionality Joey Castillo 2021-09-13 09:48:31 -0400
  • 71e411d860 handle watch variant with red/blue LED Joey Castillo 2021-08-31 20:28:36 -0400
  • a232999e93 update deprecated functions in BME280 demo app Joey Castillo 2021-08-31 19:39:37 -0400
  • 637964ae4b simplify: always use the TCC to drive the LEDs Joey Castillo 2021-08-31 19:38:06 -0400
  • b22915431b add method for detecting low battery Joey Castillo 2021-08-31 18:47:35 -0400
  • 36322fd737 remove delays from BME280 demo, no longer needed Joey Castillo 2021-08-30 17:58:53 -0400
  • fbd9ae4b67 run watch at 4 MHz unless USB is enabled Joey Castillo 2021-08-30 17:35:47 -0400
  • eb3d9b26cb
    Merge pull request #9 from joeycastillo/usb-refactor joeycastillo 2021-08-30 14:42:11 -0400
  • b0845cc3f1 fix typo Joey Castillo 2021-08-30 14:37:14 -0400
  • 6650e8aef0 add printf statements to demo project Joey Castillo 2021-08-30 14:28:30 -0400
  • 53053ad89a SIMPLIFY! Always run the main clock at 8 MHz Joey Castillo 2021-08-30 14:03:43 -0400
  • 27ce7003b3 remove unused TC/TCC driver code Joey Castillo 2021-08-29 17:47:33 -0400
  • 6353d25d46 big PWM refactor: drive both LEDs and buzzer from TCC Joey Castillo 2021-08-29 17:40:44 -0400
  • 7dc4b0fdc6 WIP TCC refactor; remove low frequency notes Joey Castillo 2021-08-29 17:13:41 -0400
  • 34ec77c7fd handle changing CPU speed Joey Castillo 2021-08-29 15:50:46 -0400
  • 74950b110e enable USB earlier so app can log sooner Joey Castillo 2021-08-29 15:42:37 -0400
  • ef0ed276a5 handle tinyusb device tasks on a timer, allows delays in app Joey Castillo 2021-08-28 19:49:49 -0400
  • 27e3863a05 add alternate _write for debugging USB issues Joey Castillo 2021-08-28 19:36:00 -0400
  • 048b5c1d3f force sending data after a _write Joey Castillo 2021-08-28 19:34:31 -0400
  • 52ba3b3710 fix buzzer demo, add note about extwake Joey Castillo 2021-08-28 14:46:58 -0400
  • 39bba27d7d simplify project makefiles Joey Castillo 2021-08-28 13:58:21 -0400
  • 3e45de7dea implement USB console Joey Castillo 2021-08-28 13:35:52 -0400
  • 39a5c822a2 add tinyusb Joey Castillo 2021-08-28 12:50:18 -0400
  • c9e00b83bb update .gitignore Joey Castillo 2021-08-28 12:50:00 -0400
  • ee9cc322d3
    make chart not upside down joeycastillo 2021-08-26 20:58:55 -0400
  • 3398c007f1
    Make pin chart accessible, add toolchain note joeycastillo 2021-08-26 20:53:43 -0400
  • 6050aff235
    Merge pull request #8 from joeycastillo/external-interrupts joeycastillo 2021-08-26 16:32:42 -0400
  • ef9736a3c9
    Update README with some clarifications joeycastillo 2021-08-25 23:50:51 -0600
  • d09d3c3c95 external interrupt refactor: allow enabling in watch library functions Joey Castillo 2021-08-25 12:15:58 -0600
  • c35e8e2b07 disable all external interrupts by default Joey Castillo 2021-08-25 12:14:30 -0600
  • df94a83bf5 add majority-vote filtering to all external interrupt pins Joey Castillo 2021-08-25 12:08:49 -0600
  • 9a5f6c0de0 disable all RTC tamper interrupts by default Joey Castillo 2021-08-25 12:08:33 -0600
  • d7544276df add definitions for pin A3/A4 (same as D0/D1) Joey Castillo 2021-08-25 12:04:38 -0600
  • 2c6c605372 silence unused parameter warnings Joey Castillo 2021-08-24 21:28:52 -0600
  • 89c8e3db54 remove watch_app.c Joey Castillo 2021-08-24 10:12:05 -0600
  • 67b749f3af refactor: break out different areas of functionality Joey Castillo 2021-08-23 08:11:49 -0600
  • 42f0eac6d1 fix typo; log hour, not second Joey Castillo 2021-08-18 14:36:38 -0400
  • 8f0aeb0217 add data logging, more modes to BME280 project Joey Castillo 2021-08-18 13:50:09 -0400
  • ecf853da6d reapprove dimension errors Joey Castillo 2021-08-17 22:44:09 -0400
  • 9f1dd2985a fix typo Joey Castillo 2021-08-17 13:59:10 -0400
  • f9c8a935e6 move debug uart methods, clarify license info Joey Castillo 2021-08-17 13:16:38 -0400
  • 90211a7588 add license file Joey Castillo 2021-08-17 13:15:54 -0400
  • 5149520563 disable 9-pin extwake interrupts by default Joey Castillo 2021-08-17 13:12:34 -0400
  • 84e179de88 add beep and light to BME280 app Joey Castillo 2021-08-14 19:20:42 -0400
  • f172763bf2 tweak resistor values, move board origin to 0,0 Joey Castillo 2021-08-14 19:19:43 -0400
  • beae305bb7 add arduino sketch to burn bootloader Joey Castillo 2021-08-14 19:17:46 -0400
  • 059dcfc181 disable debug UART by default Joey Castillo 2021-08-14 19:16:18 -0400
  • efd75d2504 led tweaks Joey Castillo 2021-08-14 19:15:51 -0400
  • 7caa6ff19a document power consumption, etc Joey Castillo 2021-08-11 01:08:46 -0400
  • 1ab1d3fff2 check if callback is null (could happen in wake from backup) Joey Castillo 2021-08-10 22:07:30 -0400
  • 0f49ed8150 fix LED part number, make boards identical Joey Castillo 2021-08-09 15:04:51 -0400
  • 569c3fc30f add a version with bisexual lighting (same board, different resistor values) Joey Castillo 2021-08-09 13:05:48 -0400
  • 5c07ff2dee tidy up PCB folder, add gerbers for A1-04 Joey Castillo 2021-08-09 13:04:03 -0400
  • 616e4fb105 add API for playing sounds from the buzzer Joey Castillo 2021-08-08 19:56:33 -0400
  • ca96db1ef5 add link to errata Joey Castillo 2021-08-08 15:14:36 -0400
  • ac7807d9f5 document indicator segments Joey Castillo 2021-08-08 15:12:12 -0400
  • e45fdf15af work on RTC tamper interrupt and external wake Joey Castillo 2021-08-08 15:02:38 -0400
  • 27edc50be1 fix renaming of _watch_rtc_is_enabled Joey Castillo 2021-08-08 15:01:44 -0400
  • e491db84ba rename segments in schematic to match SLCD driver Joey Castillo 2021-08-08 10:32:49 -0400
  • 792665c7fe add segment map link Joey Castillo 2021-08-07 13:48:01 -0400
  • 973efe7edc add notes to segment map Joey Castillo 2021-08-07 13:34:36 -0400
  • 754fb60ee7 add more notes to character set Joey Castillo 2021-08-07 13:30:28 -0400
  • a2573d7e0a rename 'sensing' indicator to 'signal' Joey Castillo 2021-08-07 13:26:05 -0400
  • f102be4864 segment lcd: add indicator methods, document character map Joey Castillo 2021-08-07 11:22:49 -0400
  • 8a49b9ae2b add pinout table for sensor boards Joey Castillo 2021-08-05 17:31:01 -0400
  • 9fca9c7188 documentation tweaks Joey Castillo 2021-08-05 16:15:53 -0400
  • 4e0f249bd2 documentation! Joey Castillo 2021-08-05 15:49:20 -0400
  • fb249f9b48 bme280 app: use forced mode, only measure when needed Joey Castillo 2021-08-05 12:29:09 -0400
  • 67e9d173ca new project: sensor watch environment Joey Castillo 2021-08-04 18:35:58 -0400
  • 021a901bc1 some I2C work Joey Castillo 2021-08-04 18:33:40 -0400
  • 15050f8ace drop legacy terminology. how hard was that? Joey Castillo 2021-08-04 12:03:54 -0400
  • 99942154f7 break up sections Joey Castillo 2021-08-04 11:54:19 -0400
  • fc31739eb6 WIP deep sleep mode Joey Castillo 2021-08-03 18:00:07 -0400
  • 8a06636833 make this snake_case for consistency Joey Castillo 2021-08-03 11:54:43 -0400
  • 6cb7e38be2 actually debounce button presses Joey Castillo 2021-08-03 11:53:57 -0400
  • 9302f182c6
    Fix another typo joeycastillo 2021-08-03 09:13:31 -0400
  • fe440dc3a0
    Merge pull request #1 from tahnok/patch-1 joeycastillo 2021-08-02 22:11:45 -0400
  • 7031d8fd8a
    fix typo in README Wesley Ellis 2021-08-02 22:08:30 -0400
  • d2e43d132c move app.h to library, no need for user to change it Joey Castillo 2021-08-02 17:34:35 -0400
  • 1cc0cb3663 add readme and images Joey Castillo 2021-08-02 17:04:33 -0400
  • 8b92a1b44a thinking through deep sleep stuff Joey Castillo 2021-08-02 16:14:47 -0400
  • 34945d78e9 major project reorg, move library one level up Joey Castillo 2021-08-02 13:48:35 -0400
  • 2d1e2e8c76 barebones 'hello world' project Joey Castillo 2021-08-02 13:36:53 -0400
  • 7e330befff move user application code to app folder Joey Castillo 2021-08-01 18:40:03 -0400
  • a547d78c1e lil i2c test Joey Castillo 2021-07-30 14:37:32 -0400