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'm reading the release notes for nRF51 SDK v8.0.0 and it says: " - Deprecated the following examples (for support, use SDK v6.x.x): * ADNS2080 Mouse Sensor Driver Application * Cherry8x16 Keyboard Application * Button Debouncer Example * nRF6350 Radio Configuration Example * PWM Analyzer Example * Motor Control Example * TWI Master Example "
I wonder if they replaced it with anything else?
I'm reading the release notes for nRF51 SDK v8.0.0 and it says: " - Deprecated the following examples (for support, use SDK v6.x.x): * ADNS2080 Mouse Sensor Driver Application * Cherry8x16 Keyboard Application * Button Debouncer Example * nRF6350 Radio Configuration Example * PWM Analyzer Example * Motor Control Example * TWI Master Example "
I wonder if they replaced it with anything else?