Using I2C with Arduino Due and AD7150

Thanks a lot for your answer,

I do not understand one bit, if I connect the wires to the SDA pin (20) and SCL pin (21), should not be the address 20 for the exchange of data?
Or are you suggesting that I connect the wires into other pins for the Arduino Due?

If I understood correctly, I should do:

  • Scan the IC2 pins (for Arduino Due)
  • Connect the SDA to one of the pins and the SCL to another pin and then use the code.

Or the scan is for the AD1750??

Thanks again.