-
Notifications
You must be signed in to change notification settings - Fork 14
New Shimmer hardware revision 3R #24
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
Comments
@ShimmerEngineering
|
yes correct we are extending it to hold more configurations. for the binary file header this is the format for the 3R. so the new size for the header is 384 bytes for the 3R however please note, we have not finalized the designed for the sdlog(binary file) header. We are thinking of adding the Channel ID sequence (similar to the inquiry response) to the sdlog(binary) file header. So the parsing order of the bytes in the binary file will be determined through said Channel ID sequence. I will notify as soon as its been finalized. the same channel ID values will be used for both shimmer 3 and the 3R. e.g. channel ID = 0 will be the LN Accel X Axis for Shimmer3 and Shimmer3R. I hope that covers your questions, do not hesitate if you have other or follow up questions. |
I have been thinking on it for a little while. I think the best way to move forward is to continue with your suggestion of renaming the channel types to a user-friendly version that is sensor agnostic. I will need to refactor all the channel and data type mappings in the |
hi @lumagi I think that makes sense. thanks. let us know if we can help. |
@ShimmerEngineering I just formatted the code base with black to have a consistent code style. Since this affects all forks and future pull requests, I would advise you to pull the current |
@ShimmerEngineering I have tried renaming the |
Please find above a general overview of the changes for the IMUs. The things to note:-
I think the most important is just to build a general understanding of how the API wants to manage different hardware versions. Once we reach an agreement we can pick up from wherever you left off. Appreciate the help. Thanks.
Originally posted by @ShimmerEngineering in #22 (comment)
The text was updated successfully, but these errors were encountered: