Post Go back to editing

Read Tolerance

Thread Summary

The user encountered issues reading the tolerance of the AD5252 using Arduino. The final answer clarified that the correct I2C register addresses for reading the tolerance are 0x3A and 0x3B for RDAC1, and 0x3E and 0x3F for RDAC3, as per the datasheet. The user's initial code was attempting to read from the wrong address (0xEE), leading to random output. The solution involved using the correct register addresses for the sign and integer, and the 8-bit decimal values.
AI Generated Content
Category: Software
Product Number: AD5252

Hi,

Can anyone give me an example on how to read tolerance of AD5252 using Arduino ?

I tried several strategies and none worked. I2C communication is working fine.

Thanks!