Python Forum
ADS1256 RB PI3+ - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: ADS1256 RB PI3+ (/thread-36590.html)



ADS1256 RB PI3+ - frohr - Mar-08-2022

Hi,
I have RB PI 3+ and Waveshare ADS1256 ADC24bit. I need read at speed 30kSPS to buffer, for example 20k values after button pressed.
I try to use https://github.com/waveshare/High-Precision-AD-DA-Board
When I connect ADXL to the board (VCC,AGND, AD1) I can see 2,6V on ADC1.
Then I need read 30kSPS to the buffer. Timing is very important form be, because acceleration and following velicity calculations.
Any idea how to do it? Thanks for help.
I use this example code https://github.com/waveshare/High-Precision-AD-DA-Board/tree/master/RaspberryPI/ADS1256/python3