Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for reading accelerometer data from FIFO #5

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jonnor
Copy link

@jonnor jonnor commented Apr 6, 2024

Tested working on the T-Watch 2020 V3 S3.
Takes around 40 milliseconds for read+decode for 100 samples at 100 Hz (1 block per second) - so utilizing 4% CPU.

Closes #3

@jonnor
Copy link
Author

jonnor commented Apr 28, 2024

Hi @antirez - any chance for a quick review on this? Is basically all additive, and quite plain/simple stuff (imo)

@antirez
Copy link
Owner

antirez commented May 21, 2024

Hello @jonnor, very interested in this feature, thanks! I need to build a board with the chip again to test and merge. If I fail to do so in a timely fashion, I'll merge it without testing as I guess you tested it. Thank you.

@jonnor
Copy link
Author

jonnor commented May 21, 2024 via email

@mattytrentini
Copy link

It'd be great to get this merged, reading the FIFO is a super-useful feature!

@jonnor
Copy link
Author

jonnor commented Oct 24, 2024

@antirez any chance of a merge for this? I am hoping to make some code examples for the T-Watch (in emlearn-micropython) that would make use of this driver and the FIFO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for FIFO streaming readout
3 participants