Hello All,
We are working with ADS1293 on Embedded Linux device.
We developed our Linux Kernel IIO driver for ADS1293 and it is working correctly.
The problem is we didn't implement the ALARM GPIO interruption pin, so our Linux Kernel driver is always running ECG acquisition even if no one is using the electrodes.
In our tests, the ADS1293 does not work as expected sometimes (we get noisy signals, even for long time and tests), and our solution is not stable.
My question is:
- Is the full-time acquisition quering is the cause of the problem?
- Is the Linux OS is the root cause of the problem?
- If yes, is it the only way suitable for ADS1293 is a microcontroller (STM32, ...)?
Thanks in advance,
Talel