This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

interface two I2C device with nrf51822

hello can we interface multiple i2c device with nrf51822? how??

Parents
  • You can have multiple i2c (twi) slaves on the same bus. The address is used to communicate to the different devices (so the devices need to have different addresses). Connect them like this (no need for external pullup as internal is used in the driver).

Reply
  • You can have multiple i2c (twi) slaves on the same bus. The address is used to communicate to the different devices (so the devices need to have different addresses). Connect them like this (no need for external pullup as internal is used in the driver).

Children