04-16-2023 08:05 PM
04-17-2023 03:57 AM
Hi ricardos,
BMA456 reference code is sensor API on github which not directly support Arduino, you could migrate to Arduino if you would like to use it in Arduino platform.
04-18-2023 08:09 PM
Hi Ricardos,
Technically, you can use our BMA456 API after changing communication functions.
https://github.com/BoschSensortec/BMA456-Sensor-API
You just need to remove all coines related functions and replace with Arudino I2C or SPI in common.c.
https://github.com/boschsensortec/BMA456-Sensor-API/blob/master/bma456an_examples/common/common.c
Then, you can put initialization part in setup and put data streaming part in run function.
The attached file is my very old test example, but you can refer it.
Thanks,