This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

I2C with s110 on nRF51822

Hello,

i´m using nRF51822 with S110 SoftDevice to transfer data from Sensors that will be read out via I2C by the Nrf51822.

I have read some topics about how it is not possible (like the example of nrf6310 wich is not compatible with s110). i also downloaded the file "twi_hw_master_sd.c" but its actually not power aware.

Can you please tell me which is the volitional way of using I2c together with s110? Is there anything in the api i didn't see?

Right now i started implementing the I2C in the way of 'NRF_TWI1->Address = 0xXY'

Thanks for your help Matthias

Related