Commit Graph

23 Commits

Author SHA1 Message Date
Quinn
17af6e4faf Merge pull request #23 from Block-Party-VR/21-implement-callbacks-for-processing-commands
Rework command processing to use callbacks instead of polling
2024-10-29 19:55:35 -04:00
331cbe4f82 Fixed off by one error and updated readme 2024-10-29 19:54:41 -04:00
a5652102a0 Moved the lambdas to actual functions to avoid them dissapearing after setup. 2024-09-25 18:47:12 -04:00
59bafb2549 Implimented a callback approach to processing functions 2024-09-23 22:50:37 -04:00
495330dbf4 renabled a missing animation 2024-09-12 13:16:56 -04:00
9d6c19cfd5 You can now generate many consecutive frames 2024-08-27 23:21:18 -04:00
e4506bd9f0 Got a single frame exporting correctly 2024-08-27 21:54:56 -04:00
5237de0539 minor bug fixes and a new animation 2024-08-26 18:49:24 -04:00
67c5cc7c19 Got the animator completed tested and working 2024-08-25 16:25:59 -04:00
14ac96988a Got the animator fades working 2024-08-25 16:11:06 -04:00
240d4866aa Got the animator running 2024-08-25 14:30:08 -04:00
61ff0bbbfd The board now works as expected but without idle animations 2024-08-25 12:12:46 -04:00
4d47b68600 Fixed several buffer overflow issues 2024-08-25 12:06:52 -04:00
3a49761b66 Got the refactor building 2024-08-22 23:00:55 -04:00
3e4f0124db Completed the board manager rewrite 2024-08-22 21:07:32 -04:00
64e84ad531 Small code refactor and began using freertos tasks 2024-08-20 18:06:07 -04:00
wangyijenny
0b310f7d6e added v0.1 to the bluetooth module name
If you have multiple bluetooth devices paired with the same name, the quest app only connects to the first one on the list. Adding the version number lets us keep multiple versions of the board paired to the headset for debugging and demo purposed.
2024-08-12 18:40:36 -04:00
d951acf5c5 Updated the bluetooth setup function and decreased the bluetooth update rate to 30fps 2024-06-15 08:52:49 -04:00
b2d1e6615f Added a hc05 reprogramming script 2024-06-12 11:58:46 -04:00
67e91ea722 Pulled the most up to date serial driver 2024-06-10 18:32:26 -04:00
37bc951b0b Small tweaks and an update limiter for the esp32 2024-06-07 08:12:49 -04:00
a4fdf53259 Disabled serial classic and changed serial baudrate to be compatible with bluetooth classic adapter 2024-06-01 11:31:56 -04:00
87d17bc0d1 Initial commit 2024-02-09 21:33:45 -05:00