kriswiner / EM7180_SENtral_sensor_hub

(Affordable) Ultimate Sensor Fusion Solution
https://www.tindie.com/products/onehorse/ultimate-sensor-fusion-solution/
96 stars 37 forks source link

Duplicate Calibration #54

Closed afnan closed 5 years ago

afnan commented 5 years ago

Hi, I want your opinion on minimizing the calibration time for production. If I calibrate one device accurately, do you think it is a good idea to replicate the calibration from one device to others, i.e., copying calibration programmatically?

kriswiner commented 5 years ago

This can't possibly work. The calibration is device specific.

On Wed, Apr 24, 2019 at 7:48 PM afnan notifications@github.com wrote:

Hi, I want your opinion on minimizing the calibration time for production. If I calibrate one device accurately, do you think it is a good idea to replicate the calibration from one device to others, i.e., copying calibration programmatically?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kriswiner/EM7180_SENtral_sensor_hub/issues/54, or mute the thread https://github.com/notifications/unsubscribe-auth/ABTDLKUJQAMFCXRJJAJTS63PSELXRANCNFSM4HIJKAHQ .

afnan commented 5 years ago

I see. So all I have to do in order to calibrate is to change the calibration from MPU9250 addresses to the new boards, I need to change the register addresses? https://github.com/kriswiner/EM7180_SENtral_sensor_hub/tree/master/WarmStartandAccelCal

in above program? or do we have any WS anc Acc Calibration program written for the new boards?

kriswiner commented 5 years ago

Not sure what new boards you mean, but see this https://github.com/gregtomasch/EM7180_SENtral_Calibration.

On Tue, Apr 30, 2019 at 7:11 PM afnan notifications@github.com wrote:

I see. So all I have to do in order to change the calibration from MPU9250 to the new boards, I need to change the register addresses?

https://github.com/kriswiner/EM7180_SENtral_sensor_hub/tree/master/WarmStartandAccelCal

in above program? or do we have any WS anc Acc Calibration program written for the new boards?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kriswiner/EM7180_SENtral_sensor_hub/issues/54#issuecomment-488175922, or mute the thread https://github.com/notifications/unsubscribe-auth/ABTDLKSQIPBF2HGB4X6QSRDPTD34LANCNFSM4HIJKAHQ .

afnan commented 5 years ago

Not sure what new boards you mean, but see this https://github.com/gregtomasch/EM7180_SENtral_Calibration. On Tue, Apr 30, 2019 at 7:11 PM afnan @.***> wrote: I see. So all I have to do in order to change the calibration from MPU9250 to the new boards, I need to change the register addresses? https://github.com/kriswiner/EM7180_SENtral_sensor_hub/tree/master/WarmStartandAccelCal in above program? or do we have any WS anc Acc Calibration program written for the new boards? — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#54 (comment)>, or mute the thread https://github.com/notifications/unsubscribe-auth/ABTDLKSQIPBF2HGB4X6QSRDPTD34LANCNFSM4HIJKAHQ .

i meant for these _LSM6DSM_LIS2MDL_LPS22HB. do i use same program or i have to update somethinh

afnan commented 5 years ago

I found on that url. THanks