08-04-2021 06:17 PM
I have two questions. In short:
1. Assuming the sensor is used on elevators and moves up and down, how often shell we calibrate it?
2. Once I have the offset, can I save it on the BMA400, so I get calibrated values right away, or do I have to process the offset in my application (like, adding/ substracting the offset each time I read the acceleration values)?
Long:
On Question 1: From the design guide:
How to understand 4: Where to save it?
How to understand 5: Means, I have to substract in application implementation?
On Question 2: From the design guide: "..it is preferable to calibrate the accelerometer after assembling the device into the device housing. Therefore, it is recommended to calibrate the sensor after assembling the device into the device housing."
It does not say if once is ok or it shall be repeated.
Appreciate your help very much.
08-05-2021 11:08 AM
Hello mladen_miljic,
During calibration, it is necessary to ensure the sensor is fully at rest.
You can save the offset in the application(like Flash memory) and subtract it every time the application uses it;
Yes, it is recommended to calibrate the sensor after assembling the device into the device housing.
08-05-2021 01:12 PM
Thanks a lot Robin.
1. Do you think I need to calibrate the sensor frequently, or is one time calibration enough?
2. So, I understand, the Chip itself does not support offset handling, so I have to take care about it completely,.
Best,
Mladen
08-10-2021 09:27 AM
Hello mladen_miljic,
1. Normally, calibration only needed to be done one time.
2. The usual method of use is: save the offset in the application(like Flash memory) and subtract it every time the application uses it.