2024-07-19 03:07 PM
Hi,
I am using the LIS2DW12 on my board communicating over I2C with the nRF52840. I have not yet been able to communicate with the accelerometer at all, and all attempts to read or write end the same way (see screenshot)
I have the CS and SA0 lines both pulled up to VDD, and VDDIO is tied to VDD because they are the same voltage, 1.8V. Could there be an issue with VDD and VDDIO being the same rail?
Solved! Go to Solution.
2024-07-23 09:53 AM
Turns out the manufacturing house used the LIS2DS12 instead of the LIS2DW12 that was on the BOM....
2024-07-19 05:20 PM
Should work as described. Look for other causes.
Check the schematic, check the pins/orientation
Try both the (0x18<< 1) and (0x19<< 1) addresses (high order 7-bit)
2024-07-20 01:09 AM
Hi,
from ds
> If the SA0/SDO pin is connected to the supply voltage, the address is 0011001b,
So use 0x32 / 0x33 (w/r) as its address .
2024-07-23 09:53 AM
Turns out the manufacturing house used the LIS2DS12 instead of the LIS2DW12 that was on the BOM....