py-ads1256 icon indicating copy to clipboard operation
py-ads1256 copied to clipboard

Python Library with C wrappers to read 8 channels from the Texas Instruments ADS1256 ADC chip

Results 10 py-ads1256 issues
Sort by recently updated
recently updated
newest added

Hello! Thanks for such detailed instructions! I followed it, however after calling sudo python read_example.py I got the error: ADS1256_WaitDRDY() Time Out ... Error, ASD1256 Chip ID = 0x0 ADS1256_WaitDRDY()...

Hi, Thanks for your work. I have a question because i can't explain why. I use your exemple and add just a loop while when i reading the value. ```python...

Dear Mr. Fabiovix. I has tried your coding. Your code is great. however, i want to get a data sample rate about 7500 up. However, when I change the SPS...

Hi! This is perfect for my use. Unfortunately, it won't work.. When using the command autoreconf -vfi, i get this (all good before this point): pi@raspberrypi:~/Downloads/bcm2835-1.50 $ autoreconf -vfi autoreconf:...

Hi, Have you a version of the code that I can use to put the chip in diff mode? Thanks Steve

will there be any delay if i connect two ads1256 to rpi 3b?(or Rpi zero)

Hi great work here again.. Running those tests, is giving me `segmentation fault` This line to be particular: ``` ads1256.start(str(1),"25") ``` UPDATE: I apologize the error was not descriptive or...

Hey great work with this! As I understand you can read the analog pins(analog sensors) with this module.. Is it possible to read from the digital pins(PWM) of the High...

Hi, great work here. I'm trying to wrap my head around using some values/conversion used. Like in the `datalogger` example, you use: ``` for x in range(0, 8): chv[x] =...

Hi, First of all -thank you for your efforts. I am pretty novice in the python world, thus this generic question: can you please add in your tutorial section which...