Hi all,
I have too much trouble to understand the ADS1192 chips.
I finally got Datas from the chip. however, I can't understand the signal.
In the datasheet, outputs are 16 bits of data in binary twos complement format, MSB first.
I shorted both Channel Sets. and I receive datas like this:
ch1: FFFB ch2: FFFC
ch1: FFFB ch2: FFFC
ch1: FFFA ch2: FFFB
ch1: FFFB ch2: FFFC
I have serveral questions in data acquision.
1. Do these values are correct??
2 .I am doing right or wrong?
With this value(Hex), I am trying to change this value to integer(uint16_t) using two's complements formula and then i will change this value to voltage value.
3. I want to configure my Ecg as lead 1 configuration. Do anyone have good references that I can read?..
thanks,
Min