2019-06-28 05:08 PM
2019-07-01 06:25 AM
Hi @IOlme , the LIS2DH and LIS3DH differs mostly from the package and the pin numbers, and it is important to take it into account from a HW point of view. The LIS3DH is also more robust than LIS2DH (but it depends on your target application). From a FW and SW point of view, however, you don't need much trouble to adapt your code. Regards
2019-07-01 09:16 AM
Thank you Eleon, for the quick answer.
I would like to follow up on 2 specifics:
1) Is there any register location or value change I should be careful about?
2) You mentioned "more robust", could you please elaborate?
Regards
2019-07-05 03:49 AM
Hi @IOlme ,
>> 1) Is there any register location or value change I should be careful about?
No, from a FW point of view no differences between the two sensors' regmaps, except from ADC pins and registers (OUT_ADC1/2/3_L (08h), OUT_ADC1/2/3_H (09h))
>> 2) You mentioned "more robust", could you please elaborate?
I mean, a mechanical robustness: it is declared at datasheet the survivability up to 10000g high shock for the LIS3DH.
Regards