kriswiner / BNO055

Teensiduino sketch for 9-axis BNO055 motion sensor + MS5637 pressure sensor
54 stars 22 forks source link

BNO-055 vs BMX-055 recommendation? #1

Open joseangeljimenez opened 9 years ago

joseangeljimenez commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

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 https://github.com/kriswiner/BNO-055/issues/1#issuecomment-72119660.