hello can we interface multiple i2c device with nrf51822? how??
hello can we interface multiple i2c device with nrf51822? how??
I understood how to use it but can you please tell me whether the nrf51 board will support for two i2c's I mean two pair of SCL and SCK pins?
You can have two TWI instances as seen in the instance table in the Product Specification page 37. With two TWI instances you can not have any SPI or SPIS instance as they use the same ID or address (see the same table).