Hi,
I'm new to building circuits with Nordic devices and am unsure about how to connect the MC3672 accelerometer: https://mcubemems.com/wp-content/uploads/2020/03/EV3672AB-Quick-Start-Guide-and-Demo-APS-045-0017v1.5.pdf to the nRF52840 DK via I2C/SPI. I'd like to read the accelerometer values on my Mac via BLE.
I'd appreciate guidance on which pins to use to connect my accelerometer to the DK board. I've looked through the documentation which states that you can choose your own pins for the I2C/SPI interface but it doesn't explain how to do so in a very beginner-friendly way.
I'd also appreciate if someone would kindly point me in the direction of some example code that reads external sensor values using I2C/SPI connections. I've seen examples involving 'slave' and 'master' configurations and have come to understand that (in my case) the slave is the accelerometer and the master is the nRF52840 but there are quite a few examples and I'm unsure as to which would be best suited for my project. I'd appreciate any advice on this too!
Thanks for your help.