Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working with higher sample rate #18

Open
kyokusei opened this issue Nov 27, 2018 · 1 comment
Open

Working with higher sample rate #18

kyokusei opened this issue Nov 27, 2018 · 1 comment

Comments

@kyokusei
Copy link

Is it possible to increase the sample rate?
I've tried to increase the sample rate by changing:

ADS1292_Reg_Write(0x01, 0x000); //Set sampling rate to 125 SPS
to
ADS1292_Reg_Write(0x01, 0x010);

I've temporary removed the sending of data through the serial line (usb and rpi), and changed the SPI max frequency from:
ads1292rSPI.beginTransaction(SPISettings(1000000, MSBFIRST, SPI_MODE1));
to
ads1292rSPI.beginTransaction(SPISettings(2000000, MSBFIRST, SPI_MODE1));

Someone tried?

@davidacolburn
Copy link

I've tried as well, but have been unsuccessful thus far. Anyone get it to work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants