Arduino nano iot 33 & Fermion LIS2DW12 Triple Axis Accelerometer
Hi.I am trying to make a fall detection and parkinson detection project.I use arduino nano iot 33 and Fermion: LIS2DW12 Triple Axis Accelerometer sencor.I have tried everything but i always get this message:''Communication failed, check the connection and I2C address setting when using I2C communication.'' My connection is like this
Vcc→3,3V
Gnd→Gnd
SCL→D12
SDA→D11
SDO→GND
CS→GND
5,1kOhm pull up resistor from SDA→3,3V
5,1kOhm pull up resistor from SCL→3,3V
And i use the examples given from the library.
I always get the same message.
Also when i scan with i2c scanner i get this message:"A device was found in adress 0x60
a device was found in adress 0x6A.But from what i read in this sencors datasheet when i connect SDO to gnd i use 0x18 adress,so that must have been the adress found.
Thanks in advance