Hello Scott, I did not find this information in the datasheet.
What is the formula to convert ADC counts to volt for the PGA305.
thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello Scott, I did not find this information in the datasheet.
What is the formula to convert ADC counts to volt for the PGA305.
thanks
Hello Allen,
This depends on the PGAIN setting.
The LSB voltage of the ADC is equal to the input voltage range divided by the number of codes (5V/2^24= 29.8uV). The input voltage corresponding to a single code is equal to the LSB voltage divided by the PGAIN setting. Therefore
Input voltage = ((ADC code) * 29.8uV) / PGAIN
Regards,
Hello Scott, The excitation voltage = 2.5V, the PGA is in the 16bit mode.
ADC voltage = ((Excitation voltage * 2) /2^16) /gain = (2 * 2.5V/65536) /Gain = 76.29uV
Is this correct?
One bit is used for the sign bit, is there a loss of resolution?
thanks
Hello Allen,
The LSB size is determined by the full scale input range of the ADC, not by the bridge excitation voltage. Please refer to this blog post for more information:
In your case the equation would be the same as previously, but the total number of codes would be changed to 2^16 as you mentioned.
The ADC codes are stored as binary twos complement, and the resolution is still 16 or 24 bits.
Regards,
Hello,
The LSB size is related to the full scale range (FSR) of the ADC, not the VREF. FSR is related to the VREF, though. In this case the input limits of the ADC are +/-VREF, so the FSR is is 2*VREF or 5V. Please check the link I posted in my last reply for more detail.
Regards,