This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf52840dk accelerometer

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

MC3416 - mCube http://www.google.co.jp/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=2ahUKEwiJspuPouTdAhUS9LwKHawZBekQFjAAegQICRAB&url=http%3A%2F%2Fwww.mcubemems.com%2Fproduct%2Fmc3416-3-axis-accelerometer%2F&usg=AOvVaw0K3ImbAud7cjhSvePxUsKH

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?

Related