Tool/software:
I connected the ADS1299 to an Arduino through a Logic Level Converter. I am able to read and write registers. When I set the output data rate to 250 sps in CONFIG 1, I get correct results. However, when I use the same program to set the output data rate to more than 250 sps, I see a lot of erroneous signals. I am using the code from this website: https://github.com/conorrussomanno/ADS1299/blob/master/ADS1299/examples/ADS1299_example1/ADS1299_example1.ino.
If I want to avoid this issue, do you have any suggestions?