I am using the nrf51822 for a project. Do you provide any tutorials/examples of how to perform I2C/TWI communication with sensors?
Thank you.
I am using the nrf51822 for a project. Do you provide any tutorials/examples of how to perform I2C/TWI communication with sensors?
Thank you.
Hi Chkan,
In the SDK you can find several examples that utilizes I2C/TWI communication.
You can check out this TWI sensor Example, which should be suitable for you to use as a reference.
Here you can see a short tutorial (in step 5) about using TWI with a temperature sensor.