11-06-2020 03:04 PM
Hello MEMS-fans,
Ive got some issues with the arduino sketch
https://gist.github.com/BoschSensortec/53a27010ff5af5350b3641ee46d34762
and the new API
https://github.com/BoschSensortec/BMI270-Sensor-API
I think both are incompatible, i m getting a lot of compiler errors.
Does anybody have the project at a running state and can help me ?
Regards Jan
11-06-2020 06:49 PM
05-05-2022 08:31 AM
Hi @Minhwan,
Thank you for providing bmi270 example code for Arduino. I tried with that code using ESP32-C3 Dev Kit. I have used both INT1 and INT2 Pins for Data ready Interrupt. Usually when data is ready, sensor needs to generate interrupt right ?
But interrupt is not generating with that code. Can you please go through the below connection and code. Can you please tell me, what might be the issue ?
Any help would be very thankful.
05-09-2022 11:17 PM
Hi,
In your attached schmetic, there is no connection between BMI270 and arduino for interrupt pins. Should be hardware wired for pins.
Thank you.
05-13-2023 11:21 AM - edited 05-13-2023 11:21 AM
For people who is reading this thread recently. I've made an Arduino library BMI270_AUX_BMM150 to support BMI270 shuttle board with BMM150 as an aux. sensor. Also, Arduino_BMI270_BMM150 from Arduino targets BMI270 and BMM150 on same I2C bus in Arduino BLE Sense 33 Rev2 board.