I'm inquiring about ADS1299 because I need some support.
1. There is a phenomenon that the LOFF_STAT value recognition for channel 1 of ADS1299 is not normal.
The register value setting for ADS1299 that we are currently using is as follows.
[
CONFIG1 - 0x96
CONFIG2 - 0xC0
CONFIG3 - 0xEC
LOFF - 0xE0
CH1SET - 0x40
BIAS_SENSP - 0xFF
BIAS_SENSN - 0xFF
LOFF_SESNSP - 0xFF
LOFF_SENSN - 0xFF
LOFF_FLIP - 0x00
MISC1 - 0x00
MISC2 - 0x00
CONFIG4 - 0x02
]
However, the 24 status bits checked in real time are C0 00 00~~, and the values of LOFF_STATP and LOFF_STATN are always output as 0.
However, we can see that CHANNEL1's 24 bits data is output well in real time.
Is there a register value that needs to be changed?
2. Can you explain in detail the meaning of the bit-specific setting register of the LOFF register of Address 0x04? There are some parts that are confusing with the contents on the Data Sheet.
3. Currently, we are constructing a method of reading data through actual skin contact by connecting an electrode to ADS1299.
In order to test it, it is in progress through the process of contacting the actual skin, and can we configure an environment where we can test the change in value separately without such contact? (Ex. Connecting the Ref pin and GND pin with a resistance of 10 ohms, connecting the Ref pin and IN1 pin to check the value, etc.)