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.

ADS8689转换值计算

Other Parts Discussed in Thread: ADS8689

设置单极性5.12V

ADS8689_ReadWrite(ADS8689_WRITE_FULL, ADS8689_RANGE_SEL_REG, 0x000B); // 单极性5.12
Delay_ms(100);
ADS8689_ReadWrite(ADS8689_WRITE_FULL, ADS8689_DATAOUT_CTL_REG, 0x7d00); //Value output is the conversion data

每秒读一次转换值

ADS8689_ReadWrite(ADS8689_NOP, 0x00, 0x0000);
ADS8689_ReadWrite(ADS8689_NOP, 0x00, 0x0000);

这个转换值要通过什么公式计算出电压是多少伏?