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

How to wire I2C for NRF 51822 with MPU 9250.What SDK should I use?

nRF5_SDK_11.0.0_89a8197 - with MPU.7zthis is how my nRF go studio looks with example blinky and works well. nRF5_SDK_11.0.0_89a8197 - Copy.7zI am trying to wire NRF 51822 over I2C with MPU 9250. If I should use the GPIO's where should I initialize the Pins . What SDK should I use?

Parents Reply
  • The examples I linked to uses SDK 11, so try using SDK 11. Also make sure that you place the examples in the correct folder. Download the zip file and extract to "sdk_11.0.0_folder\examples". Or just clone it to the same folder. E.g. for the nrf5-mpu-simple example the final folder structure should look like this: your_nRF5_SDK_11_folder\examples\nrf5-mpu-examples-master\nrf5-mpu-simple\

Children
No Data
Related