xjjak / LapCal

Building gloves that enable typing on a 34-key keyboard without an actual physical keyboard using IMUs and machine learning.
Other
2 stars 0 forks source link

Timing optimization #13

Closed xjjak closed 10 months ago

xjjak commented 10 months ago

These are the results of the work described in #1.

The FiFO buffers of the DMPs are now reset in one sweep after all sensors have been read. This happens in parallel to the formatting and writing of readings, utilizing the second ESP32 core.

With this, an improvement of ~20ms (~50ms to ~20ms) was achieved.