Are there any I2C examples for the nRF51822? If not, can anyone suggest a good starting point for I2C? I am using Keil uVision 4 for development.
Are there any I2C examples for the nRF51822? If not, can anyone suggest a good starting point for I2C? I am using Keil uVision 4 for development.
nRF51822 I2C example is twi_sw_master_example. I2C also know as two wire interface(TWI). You can check nRF51 SDK documentation for nRF51822 TWI limitation like it only able to use in Master mode.
I too want a sample code using TWI. Where can I find that. I am using SDK v8.1
I too want a sample code using TWI. Where can I find that. I am using SDK v8.1