I recently started working with the NRF52840DK,I need to read data from MC3461 accelerometer via I2C and transmit the results over BLE.
nrF52840-DK
SDK v15.0.0
SoftDevice S140 6.0.0
I am trying to acquire data from registers of X axis (0x0D, 0x0E), Y axis (0x0F, 0x10), and Z axis (0x11, 0x12) with slave address set to 0x4C, but always fixed value is returned I am in trouble. Is there any advice?