Harash driving detection

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Harash driving detection

1,266 次查看
anishkumar
Contributor I

How can I detect Huge Acceleration/Brake with MMA8653 accelerometer?

0 项奖励
1 回复

1,097 次查看
david_diaz
NXP Employee
NXP Employee

Hello Anish Kumar,

You could identify the acceleration changes using the data registers of the device.

Note that the MMA8653 device has embedded functionalities which might help detecting the events that you mentioned. Freefall is detected when the acceleration magnitude is less than the configured threshold.

A huge acceleration/brake will generate a ‘spike’ on the data register that can be identified as below:

pastedImage_1.png

You can use the example project bellow as a reference for your project:

MMA8652FC - Bare metal example project

 

I hope this information helps.

Best Regards,

David  

0 项奖励