GravityGeneral Arduino

GP8403 - Is there a way to calibrate the output?

userHead Omkar.Bhatt 2024-04-28 04:43:11 141 Views0 Replies

I am using 4 DFR1073 modules to get 0-10V using the Arduino. I am getting 10.54V on one DAC and 10.05V on other DAC.
dac1.setDACOutRange(dac.eOutputRange10V); & dac2.setDACOutRange(dac.eOutputRange10V);
dac1.setDACOutVoltage(10000 , 0); & dac2.setDACOutVoltage(10000 , 0);

Is there a way to calibrate the output?