This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

BMA250 interrupts

Other Parts Discussed in Thread: BLE-STACK

Hi,

Do you know if exists a command sequence to configure the sensor interrupts in sensor controller studio? 

Thank you,

Miguel

  • Hello Miguel,
    No there is not direct example code for this in sensor controller studio, but you can study and port the implementation in bma250.c in the BLE-Stack 1.4.2 SDK and convert this to a sensor controller studio project. This example use SPI. You can also use I2C with this accelerometer, but SPI is more power efficient. You can also try to search the forum for more info as well.