You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: