I want to use the lsm6dsox IMU on my Adafruit feather nrf52840 sense board, and I should use other I2C, other than p012 and p011, to not have a problem with the other IMU existing on the board,
So what are the other pins compatible that I can use
I want to use the lsm6dsox IMU on my Adafruit feather nrf52840 sense board, and I should use other I2C, other than p012 and p011, to not have a problem with the other IMU existing on the board,
So what are the other pins compatible that I can use
Hi there,
The i2c/TWI pins on the nRF52840 are user configurable, they can in principle be assigned to any GPIO pins through the PSEL.SCL and PSEL.SDA registers.
I hope this gets you further!
Best regards,
Raoul Pathak
Thank you for your help!