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
  • Hi,

    You can use any free/available GPIO pin you have on your board. All GPIO pins can be individually mapped to interface blocks for layout flexibility.


    I would recommend using the newest SDK version that supports the nRF51 series, which is SDK 12.3

    I would also recommend taking a look at the MPU examples found here.

  • I am trying to use Nrf 51822 with Mpu 9250. I ahd checked the link you have mentioned above. I tried building the examples but they report a bunch of errors back. How can modify the code . Please let me know where to start .I also looked at the TWI_ sensor example,but it is pretty confusing. This is the first time I am trying to do something like this . Please guide Thank you much in advance.

Reply
  • I am trying to use Nrf 51822 with Mpu 9250. I ahd checked the link you have mentioned above. I tried building the examples but they report a bunch of errors back. How can modify the code . Please let me know where to start .I also looked at the TWI_ sensor example,but it is pretty confusing. This is the first time I am trying to do something like this . Please guide Thank you much in advance.

Children
No Data
Related