Hi,
Can you please guide me how to use this CAPDAC setting in the program.
AD7746
Production
The AD7745/AD7746 are a high resolution, S-? capacitance-to-digital converter (CDC). The capacitance to be measured is connected directly to the device...
Datasheet
AD7746 on Analog.com
Hi,
Can you please guide me how to use this CAPDAC setting in the program.
Hi, Kapple .
Can you send a snapshot of your setting? What is your desired setting? Meanwhile, you can try checking these links:
Warm regards,
Jo
Thank you Nathan for the reply!
I am not using an evaluation board. I am interfacing a CDC chip with the Arduino.
Here are some snapshots of my code where I try to change the CAPDAC value.
Hi Kapple
we can help and support you if you have any question related to ADC functionality, but we do not provide debugging support because we already provide drivers that have been tested and we know the are functional.
The drives can be found in the following link:
no-OS/drivers/cdc/ad7746 at main · analogdevicesinc/no-OS (github.com)
Saying that I think your Capdac calculation is not correct. The Capdac value is 16 bits so shifting 16 bits to the left the value of byte2 doesn't make sense. Actually I don't understand why you have 3 bytes in the calcualtion.
Regards
Joan
Hi Kapple
we can help and support you if you have any question related to ADC functionality, but we do not provide debugging support because we already provide drivers that have been tested and we know the are functional.
The drives can be found in the following link:
no-OS/drivers/cdc/ad7746 at main · analogdevicesinc/no-OS (github.com)
Saying that I think your Capdac calculation is not correct. The Capdac value is 16 bits so shifting 16 bits to the left the value of byte2 doesn't make sense. Actually I don't understand why you have 3 bytes in the calcualtion.
Regards
Joan