Hi,
I am working on ADS1256.
Firmware is in Python which is taken from github. Using PiPyADC - Python module for interfacing SPI bus based analog-to-digital converters with the Raspberry Pi.
In firmware, Analog signal is read using read_continuous method.
The settings as follows:
Data rate = 2Ksps
PGA = 1
Input buffer is off.
Clock frequency = 7.86Mhz.
I am using ADC channel0 for analog input.
Analog input is sine wave which is having frequency 1Hz, 10Hz, 100Hz, 1KHZ.
For 1 and 10Hz , I am getting correct output frequency 1 and 10Hz.
The issue is not getting output for 100Hz onwards.
Please help me on resolving the above mentioned issue.
Thanks,
Rashmi