Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ADC_* defines in favor of hardware-specific mapping | Alexsander Akers | 2022-01-25 | 2 | -22/+23 |
| | |||||
* | movement: add template for watch face generator | Joey Castillo | 2022-01-25 | 4 | -0/+139 |
| | |||||
* | movement: move watch face includes to a separate file | Joey Castillo | 2022-01-25 | 2 | -19/+49 |
| | |||||
* | movement: slight reorganization | Joey Castillo | 2022-01-25 | 25 | -14/+14 |
| | |||||
* | movement: add two faces to default build | Joey Castillo | 2022-01-25 | 1 | -0/+2 |
| | |||||
* | movement: move beat time to clock folder | Joey Castillo | 2022-01-25 | 3 | -1/+1 |
| | |||||
* | Sensor Watch Simulator (#35) | Alexsander Akers | 2022-01-25 | 327 | -570/+2303 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Put something on screen * Use the 32bit watch_date_time repr to pass from JS * Implement periodic callbacks * Clear display on enabling * Hook up watch_set_led_color() to SVG (green-only) * Make debug output full-width * Remove default Emscripten canvas * Implement sleep and button clicks * Fix time zone conversion bug in beats-time app * Clean up warnings * Fix pin levels * Set time zone to browser value (if available) * Add basic backup data saving * Silence format specifier warnings in both targets * Remove unnecessary, copied files * Use RTC pointer to clear callbacks (if available) * Use preprocessor define to avoid hardcoding MOVEMENT_NUM_FACES * Change each face to const preprocessor definition * Remove Intl.DateTimeFormat usage * Update shell.html title, header * Add touch start/end event handlers on SVG buttons * Update shell.html * Update folder structure (shared, simulator, hardware under watch-library) * Tease out shared components from watch_slcd * Clean up simulator watch_slcd.c inline JS calls * Fix missing newlines at end of file * Add simulator warnings (except format, unused-paremter) * Implement remaining watch_rtc functions * Fix button bug on mouse down then drag out * Implement remaining watch_slcd functions * Link keyboard events to buttons (for keys A, L, M) * Rewrite event handling (mouse, touch, keyboard) in C * Set explicit text UTF-8 charset in shell.html * Address PR comments * Remove unused directories from include paths | ||||
* | movement: add blinky face | Joey Castillo | 2022-01-23 | 4 | -0/+158 |
| | |||||
* | movement: didn't mean to add sunrise/sunset by default | Joey Castillo | 2022-01-21 | 1 | -1/+0 |
| | |||||
* | movement: simple UI for entering wearer location | Joey Castillo | 2022-01-21 | 2 | -15/+192 |
| | |||||
* | movement: add time zone conversion in sunrise/sunset face | Joey Castillo | 2022-01-21 | 4 | -5/+25 |
| | |||||
* | fix out of bounds access when position != 0 | Joey Castillo | 2022-01-19 | 1 | -1/+1 |
| | |||||
* | accelerometer test face: hacks | Joey Castillo | 2022-01-19 | 1 | -1/+1 |
| | |||||
* | movement: long press on MODE always dismisses the active face | Joey Castillo | 2022-01-19 | 3 | -2/+7 |
| | |||||
* | Merge pull request #38 from davidskeck/patch-2 | joeycastillo | 2022-01-19 | 1 | -1/+1 |
|\ | | | | | Simple Clock: Update to signal exactly on the hour | ||||
| * | Simple Clock: Update to signal exactly on the hour | David Keck | 2022-01-19 | 1 | -1/+1 |
| | | | | | | I was getting the buzzer at 59 minutes past the hour, not exactly on the hour. This changes to buzzing at exactly HOUR:00:00. Tested this locally. | ||||
* | | Merge pull request #39 from davidskeck/patch-3 | joeycastillo | 2022-01-19 | 1 | -0/+1 |
|\ \ | |/ |/| | Reset selection to 0 on resign from setting state | ||||
| * | Reset selection to 0 on resign from setting state | David Keck | 2022-01-19 | 1 | -0/+1 |
|/ | | | I believe this also needs to be set back to 0 so the setting screen will resume at minutes, not potentially at settings on next run. | ||||
* | movement: reset tick to 1 Hz between watch faces (fixes #36) | Joey Castillo | 2022-01-19 | 12 | -17/+8 |
| | |||||
* | add movement to the workflow | joeycastillo | 2022-01-19 | 1 | -1/+4 |
| | |||||
* | Merge pull request #37 from davidskeck/patch-2 | joeycastillo | 2022-01-19 | 1 | -1/+8 |
|\ | | | | | Countdown: Added ability to reset to default timer value | ||||
| * | Changed reset mode to setting instead of waiting | David Keck | 2022-01-18 | 1 | -1/+1 |
| | | | | | | After thinking about this, I think it is more intuitive that this would only apply when in setting mode. | ||||
| * | Added ability to reset to default timer value | David Keck | 2022-01-18 | 1 | -1/+8 |
|/ | | | Added option to reset to the default timer value when in waiting mode and on long press of alarm. This was useful to me as I sometimes accidentally increase the timer value and then would need to loop around to get back to the default value. | ||||
* | movement: sunrise/sunset face documentation | Joey Castillo | 2022-01-16 | 1 | -2/+2 |
| | |||||
* | sunrise/sunset face: no need to update this every second | Joey Castillo | 2022-01-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into main | Joey Castillo | 2022-01-15 | 6 | -0/+304 |
|\ | |||||
| * | Merge pull request #29 from tahnok/countdown | joeycastillo | 2022-01-15 | 6 | -0/+304 |
| |\ | | | | | | | Countdown | ||||
| | * | Add Countdown Face | Wesley Ellis | 2022-01-15 | 4 | -0/+288 |
| | | | | | | | | | | | | | | | | | | | | | | | | A simple countdown face using movement_schedule_background_task so that it rings, even if the another face is active Limited to 99 minutes and 59 seconds so that the watch isn't staying out of deep sleep for too long | ||||
| | * | Add movement_cancel_background_task | Wesley Ellis | 2022-01-01 | 2 | -0/+16 |
| | | | | | | | | | | | | Provide a way for a scheduled background task to be cancelled | ||||
* | | | movement: add sunrise/sunset face | Joey Castillo | 2022-01-15 | 6 | -0/+625 |
| | | | |||||
* | | | add MIT license text to movement files | Joey Castillo | 2022-01-15 | 31 | -0/+744 |
| | | | |||||
* | | | add gettimeofday function | Joey Castillo | 2022-01-15 | 1 | -0/+12 |
|/ / | |||||
* | | motion board express | Joey Castillo | 2022-01-10 | 2 | -0/+2300 |
| | | |||||
* | | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into main | Joey Castillo | 2022-01-09 | 1 | -1/+1 |
|\ \ | |||||
| * | | fix filename capitalization | joeycastillo | 2022-01-08 | 1 | -1/+1 |
| | | | |||||
* | | | accelerometer test: stream data to UART | Joey Castillo | 2022-01-09 | 1 | -5/+14 |
| | | | |||||
* | | | lis2dw: add low power / low noise mode | Joey Castillo | 2022-01-09 | 2 | -0/+30 |
| | | | |||||
* | | | set correct registers for range and rate | Joey Castillo | 2022-01-09 | 1 | -4/+4 |
| | | | |||||
* | | | use lowest power LP mode | Joey Castillo | 2022-01-09 | 1 | -1/+1 |
| | | | |||||
* | | | shuffle uart pins for new accelerometer board | Joey Castillo | 2022-01-09 | 1 | -3/+3 |
| | | | |||||
* | | | start in low power mode | Joey Castillo | 2022-01-09 | 1 | -6/+2 |
| | | | |||||
* | | | remove unused enums | Joey Castillo | 2022-01-09 | 1 | -23/+0 |
|/ / | |||||
* | | add driver, test app for LIS2DW accelerometer | Joey Castillo | 2022-01-08 | 4 | -33/+415 |
| | | |||||
* | | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into main | Joey Castillo | 2022-01-06 | 2 | -0/+2752 |
|\ \ | |||||
| * | | Merge branch 'main' of https://github.com/joeycastillo/Sensor-Watch into main | Joey Castillo | 2022-01-04 | 51 | -72/+349 |
| |\| | |||||
| * | | new temperature board rev (+20 mils to flex connector) | Joey Castillo | 2022-01-04 | 2 | -0/+2752 |
| | | | |||||
* | | | new simulated screens | Joey Castillo | 2022-01-06 | 1 | -8/+34 |
| | | | |||||
* | | | add testing app | Joey Castillo | 2022-01-06 | 2 | -0/+115 |
| |/ |/| | |||||
* | | rearrange hello face, documentation reasons | Joey Castillo | 2021-12-22 | 1 | -6/+6 |
| | | |||||
* | | add comments to 'hello there' face | Joey Castillo | 2021-12-21 | 2 | -2/+33 |
| | |