EYE on NPI: Bosch Sensortec BMI323 Inertial Measurement Unit episode artwork

EPISODE · May 18, 2023 · 10 MIN

EYE on NPI: Bosch Sensortec BMI323 Inertial Measurement Unit

from Adafruit Industries · host Adafruit Industries

This week's EYE ON NPI will get you designing IMUs #LikeABosch (https://www.bosch.com/stories/like-a-bosch/) with the Bosch Sensortec BMI323 Inertial Measurement Unit (https://www.digikey.com/en/product-highlight/b/bosch-sensortec/bmi323-inertial-measurement-unit). A low cost, but high precision 6-axis inertial measurement unit (IMU) that has 16-bit accelerometer and 16-bit gyroscope for quality output at a great price. This sensor comes with two sensors combined inside: an accelerometer (https://en.wikipedia.org/wiki/Accelerometer) and a gyroscope (https://en.wikipedia.org/wiki/Gyroscope) - both MEMS sensors (https://en.wikipedia.org/wiki/MEMS). Bosch has a ton of experience with making MEMS sensors - one of our very favorite sensors is the Bosch BNO055 (https://www.digikey.com/en/products/detail/bosch-sensortec/BNO055/6136301) which has accelerometer, gyro and also magnetometer as well as a SAMD21 chip inside that runs a sensor fusion algorithm, which makes it great for projects that want to get going with full orientation data quickly. But you'll pay for that convenience: the BNO055 costs about $7.50 a hefty BOM cost. If you've already got a microcontroller on your design, say a Cortex M series or ESP32 or other fairly powerful chip with an FPU or secondary core, you can save a bundle by DIY'ing your own sensor fusion. You can even do some very basic orientation sensing with just a 6-axis sensor like this one, or if you want to also fuse in magnetometer data, the BMM150 (https://www.digikey.com/en/products/detail/bosch-sensortec/BMM150/4196671) is a great mini I2C sensor that will work with any Bosch 6-axis IMU - combine with the BMI323 and for about $3 total you can have great 9-DoF sensor. Then you can use Bosch's Sensor Fusion Software (https://www.bosch-sensortec.com/software-tools/software/sensor-fusion-software/) BSXlite which comes as binary blobs for ARM Cortex chips that take in the raw sensor values and pop out quaternion (https://en.wikipedia.org/wiki/Quaternion) and Euler angles (https://en.wikipedia.org/wiki/Euler_angles) - you could probably request for them to compile it for another chip family like Tensilica or RISC-V if you like. The BMI323 has 16-bit data out for both sensors, and FIFO's so you will get quality data without skipping a sample. There's a full datasheet that goes through every setting and register for the BMI323 but if you'd like to skip the low-level implementation part, Bosch has been great for releasing portable C code support for their chips and the BMI3 series has its own github repo (https://github.com/BoschSensortec/BMI323-Sensor-API) with just about all functionality implemented. Note it's fairly 'generic' code, with Linux Kernel headers but otherwise without HAL implementation, so you'll need to port the common.c file to your platform (https://github.com/boschsensortec/BMI323-Sensor-API/tree/main/examples/common) to read and write I2C or SPI and add chip-specific delay. If the idea of a low cost IMU has you doing the twist or shaking your arms in excitement, the Bosch Sensortec BMI323 Inertial Measurement Unit (https://www.digikey.com/short/m33tnfdn) is in stock now at Digi-Key, with thousands of pieces ready for instant purchase. Order today and Digi-Key will package and ship your shipment instantly: you'll be motion sensing #LikeABosch (https://www.bosch.com/stories/like-a-bosch/) by tomorrow afternoon.

This week's EYE ON NPI will get you designing IMUs #LikeABosch (https://www.bosch.com/stories/like-a-bosch/) with the Bosch Sensortec BMI323 Inertial Measurement Unit (https://www.digikey.com/en/product-highlight/b/bosch-sensortec/bmi323-inertial-measurement-unit). A low cost, but high precision 6-axis inertial measurement unit (IMU) that has 16-bit accelerometer and 16-bit gyroscope for quality output at a great price. This sensor comes with two sensors combined inside: an accelerometer (https://en.wikipedia.org/wiki/Accelerometer) and a gyroscope (https://en.wikipedia.org/wiki/Gyroscope) - both MEMS sensors (https://en.wikipedia.org/wiki/MEMS). Bosch has a ton of experience with making MEMS sensors - one of our very favorite sensors is the Bosch BNO055 (https://www.digikey.com/en/products/detail/bosch-sensortec/BNO055/6136301) which has accelerometer, gyro and also magnetometer as well as a SAMD21 chip inside that runs a sensor fusion algorithm, which makes it great for projects that want to get going with full orientation data quickly. But you'll pay for that convenience: the BNO055 costs about $7.50 a hefty BOM cost. If you've already got a microcontroller on your design, say a Cortex M series or ESP32 or other fairly powerful chip with an FPU or secondary core, you can save a bundle by DIY'ing your own sensor fusion. You can even do some very basic orientation sensing with just a 6-axis sensor like this one, or if you want to also fuse in magnetometer data, the BMM150 (https://www.digikey.com/en/products/detail/bosch-sensortec/BMM150/4196671) is a great mini I2C sensor that will work with any Bosch 6-axis IMU - combine with the BMI323 and for about $3 total you can have great 9-DoF sensor. Then you can use Bosch's Sensor Fusion Software (https://www.bosch-sensortec.com/software-tools/software/sensor-fusion-software/) BSXlite which comes as binary blobs for ARM Cortex chips that take in the raw sensor values and pop out quaternion (https://en.wikipedia.org/wiki/Quaternion) and Euler angles (https://en.wikipedia.org/wiki/Euler_angles) - you could probably request for them to compile it for another chip family like Tensilica or RISC-V if you like. The BMI323 has 16-bit data out for both sensors, and FIFO's so you will get quality data without skipping a sample. There's a full datasheet that goes through every setting and register for the BMI323 but if you'd like to skip the low-level implementation part, Bosch has been great for releasing portable C code support for their chips and the BMI3 series has its own github repo (https://github.com/BoschSensortec/BMI323-Sensor-API) with just about all functionality implemented. Note it's fairly 'generic' code, with Linux Kernel headers but otherwise without HAL implementation, so you'll need to port the common.c file to your platform (https://github.com/boschsensortec/BMI323-Sensor-API/tree/main/examples/common) to read and write I2C or SPI and add chip-specific delay. If the idea of a low cost IMU has you doing the twist or shaking your arms in excitement, the Bosch Sensortec BMI323 Inertial Measurement Unit (https://www.digikey.com/short/m33tnfdn) is in stock now at Digi-Key, with thousands of pieces ready for instant purchase. Order today and Digi-Key will package and ship your shipment instantly: you'll be motion sensing #LikeABosch (https://www.bosch.com/stories/like-a-bosch/) by tomorrow afternoon.

NOW PLAYING

EYE on NPI: Bosch Sensortec BMI323 Inertial Measurement Unit

0:00 10:57

No transcript for this episode yet

We transcribe on demand. Request one and we'll notify you when it's ready — usually under 10 minutes.

API Intersection Stoplight Building a successful API requires more than just coding. It starts with collaborative design, focuses on creating a great developer experience, and ends with getting your company on board, maintaining consistency, and maximizing your API’s profitability.In the API Intersection, you’ll learn from experienced API practitioners who transformed their organizations, and get tangible advice to build quality APIs with collaborative API-first design.Jason Harmon brings over a decade of industry-recognized REST API experience to discuss topics around API design, governance, identity/auth versioning, and more.They’ll answer listener questions, and discuss best practices on API design (definition, modeling, grammar), Governance (multi-team design, reviewing new API’s), Platform Transformation (culture, internal education, versioning) and more.They’ll also chat with experienced API practitioners from a wide array of industries to draw out practical takeaways and insights you can use.H TV Podcast Industries Chris Jones, Derek O'Neill and John Harrison. TV Podcast Industries TV Podcast Industries is a podcast that provides discussions and reviews of various TV shows, including recent popular series like Alien Earth, The Sandman, The Last of Us, The Boys, and Daredevil Born Again. They also cover shows such as Ironheart, Star Trek: Picard, The Rings of Power, and many more, spanning both Marvel and DC universes, as well as other genres. Heart to Heart Podcast One on One / Next Level Studios In the Heart to Heart Podcast, we talk to some of our favorite & most interesting people in the entertainment industry so you can feel empowered and learn that even in the most challenging of industries, where there’s a will there’s a way.Whether you’re an actor, a writer, a casting director, a talent rep, or just someone interested in the behind the scene happenings of the entertainment industry, this podcast will have something for you. NOW, this isn’t just another How To podcast for actors. Plenty of those shows already exist. In Heart to Heart, every guest will share stories inspired by their sometimes winding path to success on their own terms. Revisionist History Pushkin Industries Revisionist History is Malcolm Gladwell's journey through the overlooked and the misunderstood. Every episode re-examines something from the past—an event, a person, an idea, even a song—and asks whether we got it right the first time. From Pushkin Industries. Because sometimes the past deserves a second chance.To get early access to ad-free episodes and extra content, subscribe to Pushkin+ in Apple Podcasts or at pushkin.fm/plus.iHeartMedia is the exclusive podcast partner of Pushkin Industries.

Frequently Asked Questions

How long is this episode of Adafruit Industries?

This episode is 10 minutes long.

When was this Adafruit Industries episode published?

This episode was published on May 18, 2023.

What is this episode about?

This week's EYE ON NPI will get you designing IMUs #LikeABosch (https://www.bosch.com/stories/like-a-bosch/) with the Bosch Sensortec BMI323 Inertial Measurement Unit...

Can I download this Adafruit Industries episode?

Yes, you can download this episode by clicking the download button on the episode player, or subscribe to the podcast in your preferred podcast app for automatic downloads.
URL copied to clipboard!