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

Not getting where I2C pins are on nrf52 DK (using Arduino IDE)

Hi

I have done setup using guide (https://github.com/sandeepmistry/arduino-nRF5) by sandeepmistery.

I am able to blink led of nrf52DK using Arduino example code.

I am also able to use BLEPeripheral examples and able to advertise and other stuff. ( with Arduino example code)

Now, I am trying to connect LSM9DS1 (Sparkfun breakout) with nrf52 DK using I2C example provided by spark fun and its not working.

As for led program which was working fine, we are playing with led 6 to led 9 on Arduino code and led's connected to P0.17 to P0.20 on nrf 52 dk corresponds to them. 

Now I jus want to know when I'm using I2c code (Arduino example code of lsm9ds1 by spark fun), what will be the possible SCL and SDA pins on nrf52DK ( because P0.26 and P0.27 are not working as SCL and SDA).

Parents Reply Children
No Data
Related