Other Parts Discussed in Thread: ADS1230, ADS1232REF
Hello Sir,
In my project using ADS1230 interface with PIC.When applying load in load cell adc value varies from initial value 72950 to 524287.
Loadcell : 10Kg
Sensitivity : 2mv / V
Gain 128 and Datarate 10SPS
My calculation below
temp = ( ADC output - Inital Value) / (524287 - Initial value)
I need 10 bit Resolution data
Value = temp * 1023 ;
But the value should varies I didn`t get excat weight in the above calculation.
I need Calibration formula . I`m waiting your response.