summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into lfsJoey Castillo2022-08-023-68/+121
|\
| * new testsJoey Castillo2022-07-053-14/+109
| |
| * WIP new testsJoey Castillo2022-07-051-65/+23
| |
* | add file browser to movement, remove old appJoey Castillo2022-05-092-231/+0
| |
* | add littlefs filesystem browser appJoey Castillo2022-05-082-0/+231
| |
* | add support for a small filesystem on the watchJoey Castillo2022-05-064-0/+216
|/
* Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into motion-expressJoey Castillo2022-05-022-0/+114
|\
| * add beginnings of a uart-controlled prototyping appJoey Castillo2022-03-132-0/+114
| |
* | documentation fixJoey Castillo2022-02-201-3/+3
| |
* | documentation fixJoey Castillo2022-02-201-1/+1
| |
* | tweaks for processing scriptJoey Castillo2022-02-201-1/+6
| |
* | working data acquisition face!Joey Castillo2022-02-191-181/+140
| |
* | lis2dw: reasonable defaults when initializingJoey Castillo2022-02-191-4/+4
| |
* | lis2dw: dump all fifo data in loopJoey Castillo2022-02-181-13/+10
| |
* | tweaks to SPI testJoey Castillo2022-02-181-6/+4
| |
* | WIP accelerometer logging to flashJoey Castillo2022-02-182-10/+223
|/
* lis2dw: add FIFO supportJoey Castillo2022-02-171-11/+9
|
* SPI test: just read the chip IDJoey Castillo2022-02-172-22/+10
|
* Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into mainJoey Castillo2022-01-271-1/+1
|\
| * Implement buzzer methods with AudioContext APIAlexsander Akers2022-01-271-1/+1
| |
* | spi test: set first 4096 bytes to 0Joey Castillo2022-01-271-11/+33
| |
* | you don't belong hereJoey Castillo2022-01-271-46/+0
|/
* fix spi test (again)Joey Castillo2022-01-271-0/+2
|
* fix spi testJoey Castillo2022-01-271-6/+1
|
* implement SPI flash chipJoey Castillo2022-01-262-13/+61
|
* watch library: implement SPIJoey Castillo2022-01-261-37/+10
|
* Sensor Watch Simulator (#35)Alexsander Akers2022-01-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* accelerometer test face: hacksJoey Castillo2022-01-191-1/+1
|
* accelerometer test: stream data to UARTJoey Castillo2022-01-091-5/+14
|
* add driver, test app for LIS2DW accelerometerJoey Castillo2022-01-081-33/+13
|
* add testing appJoey Castillo2022-01-062-0/+115
|
* update makefile and pipeline workflowWillian Paixao2021-12-112-14/+14
|
* update gitgnoreWillian Paixao2021-12-115-5/+0
|
* remove unnecessary .gitignoreJoey Castillo2021-12-111-1/+0
|
* fix missing prototype warningsJoey Castillo2021-12-105-63/+63
|
* rename project filesJoey Castillo2021-12-1016-551/+0
|
* lis2dh: add support for interrupt latching (stays active until cleared)Joey Castillo2021-12-011-1/+1
|
* lis2dh: accelerometer testing faceJoey Castillo2021-11-301-7/+7
|
* lis2dh driver: add basic interrupt functionalityJoey Castillo2021-11-301-36/+29
|
* add LIS2DH accelerometer driver, test appJoey Castillo2021-11-273-0/+102
|
* steps toward SPI support in watch libraryJoey Castillo2021-10-253-0/+82
|
* more accurate names for deep sleep and shallow sleep modesJoey Castillo2021-10-204-28/+30
|
* launcher: first crack at low power 'screensaver' modeJoey Castillo2021-10-031-1/+1
|
* add beep to starter appJoey Castillo2021-09-301-0/+8
|
* add fractional beats to beat time appJoey Castillo2021-09-301-8/+33
|
* update existing apps to use new RTC APIJoey Castillo2021-09-282-73/+49
|
* Beats time app + watchWesley Ellis2021-09-253-0/+294
| | | | | | Use BMP280 code as a base, but stripped down to bare bones. Then added a new 'mode' for the current Swatch Internet Time (aka beats)
* final deep sleep refactor: retain RAM, call it shallow sleep modeJoey Castillo2021-09-231-21/+14
|
* add a new deep sleep mode alongside backup modeJoey Castillo2021-09-181-6/+6
|
* move buzzer demo to apps folderJoey Castillo2021-09-183-0/+145
|