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

BNO-055 vs BMX-055 recommendation? #1

Open
joseangeljimenez opened this issue Jan 29, 2015 · 2 comments
Open

BNO-055 vs BMX-055 recommendation? #1

joseangeljimenez opened this issue Jan 29, 2015 · 2 comments

Comments

@joseangeljimenez
Copy link

Hello,

First of all, thanks for your awesome work on all the breakout modules you are releasing. I'd like to ask you for a simple side-to-side comparison or recommendation between these two modules. I will be connecting your breakout with an small Arduino variant with only 32KB, no Teensy, and I'd prefer to keep it simple/small on the software side of the ATmega MCU.

Thank you,
Jose Angel

P.S.: I went on to create an issue on your github expecting that this question (and your answer) will surely be of help to others.

@kriswiner
Copy link
Owner

If you have only a small amount of memory for programming you might want to use the BNO-055. It is slightly more expensive but has an embedded Cortex M0 processor that uses a pretty sophisticated Kalman-filter-based sensor fusion to output Quaternions and Euler angles directly from register reads. It also has most of the motion-triggered interrupt capability of the BMX-055. You can think of the BNO-055 as BMX-055 with a dedicated processor for sensor fusion. I think this is the way to go for most people unless you want to write your own sensor fusion for a specific application.

@joseangeljimenez
Copy link
Author

Thanks a lot for your prompt response and advice!

2015-01-29 23:43 GMT+01:00 Kris Winer notifications@github.com:

If you have only a small amount of memory for programming you might want
to use the BNO-055. It is slightly more expensive but has an embedded
Cortex M0 processor that uses a pretty sophisticated Kalman-filter-based
sensor fusion to output Quaternions and Euler angles directly from register
reads. It also has most of the motion-triggered interrupt capability of the
BMX-055. You can think of the BNO-055 as BMX-055 with a dedicated processor
for sensor fusion. I think this is the way to go for most people unless you
want to write your own sensor fusion for a specific application.

Reply to this email directly or view it on GitHub
#1 (comment).

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

No branches or pull requests

2 participants