cancel
Showing results for 
Search instead for 
Did you mean: 

stm32f401re X-NUCLEO-BNRG2A1 interface with ISM330DHCX

Username123
Associate

How to send sensor data from the ISM330DHCX to a Bluetooth app using the X-NUCLEO-BNRG2A1 interface with an STM32F401RE?

2 REPLIES 2

Divide & conquer!

You have 2 entirely separate tasks here:

  1. How to use the ISM330DHCX IMU:
    https://www.st.com/en/mems-and-sensors/ism330dhcx.html

  2. How to use the X-NUCLEO-BNRG2A1:
    https://www.st.com/en/ecosystems/x-nucleo-bnrg2a1.html 

 

Get them working separately first, then bring them together.

The above Product Pages will point you to the resources for each one.

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

Almost the same question here:

https://community.st.com/t5/stm32cubeide-mcus/stm32f401-nucleo-board/td-p/777690

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.