11-29-2021 08:06 PM
Hi,
I am using BMA400, By taking reference from
11-30-2021 04:14 AM
Hello Mithi,
You could see BMA400 auto-wakeup and auto-lowpower application note from other topic: https://community.bosch-sensortec.com/t5/MEMS-sensors-forum/BMA400-autowakeup-and-inactivity-interru...
There two docs "How to test BMA400 shuttle board for auto-wakeup and auto-lowpower featurev1.pdf" and "How to generate freefall interrupt using BMA400.pdf" explained how to config sensor parameters, we don't suggest map two interrupt source to one interrupt pin. You could see the following test result:
auto wakeup interrupt was mapped to INT1; freefall interrupt was mapped to INT2.
When you test it with sensor board movement. these two interrupt will be triggled at the same time if you map these two interrupt to one pin, host couldn't response them at the same time.
11-30-2021 05:19 AM - edited 11-30-2021 05:30 AM
Thanks, But We have only INT1 pin connected to MCU, INT2 is not connected to mcu. Any other method to detect free fall?
I want, when device fall on surface that time sensor only generate Free fall interrupt, do not generate tilt interupt that time. Is it possible on INT1 pin?
Any method to diffrentiate free fall and tilt on INT1 pin?
12-03-2021 09:27 AM
Hello Mithi,
Thanks, But We have only INT1 pin connected to MCU, INT2 is not connected to mcu. Any other method to detect free fall?
Reply: we haven't tested it like this. It depends on whether the host can handle it in time. You can test it on your device.
I want, when device fall on surface that time sensor only generate Free fall interrupt, do not generate tilt interupt that time. Is it possible on INT1 pin?
Any method to diffrentiate free fall and tilt on INT1 pin?
Reply: normally, free fall and tilt willn't occur the interrupt at the same time. You could map them to one interrupt pin.