ADS126X icon indicating copy to clipboard operation
ADS126X copied to clipboard

A class for the TI ADS1262 and ADS1263

Results 11 ADS126X issues
Sort by recently updated
recently updated
newest added

This is my attempt to fix Molorius/ADS126X#5. - [x] Moved the input pin selection from `readADC1()` to `startADC1(pos,neg)`. This seems to be working well on ADS1262, but is not testing...

My attempt to fix Molorius/ADS126X#18. Follows datasheet section 9.4.9.8 Calibration Command Procedure. NOTE: I didn't fix every cal procedure. This also depends on some changes from PR Molorius/ADS126X#21. - [x]...

The code for the calibration functions is very different from the "Calibration Command Procedure" listed in the ADS126X data sheet. I doubt it works. ![image](https://github.com/Molorius/ADS126X/assets/13066684/9394e836-aa08-4540-aa02-fbdf88b39ce5)

I have ported the code for the raspberry pi pico, which is working fine, but I discovered a bug on the first read of the ADC. Root of the problem...

Is it possible you add a LICENSE or LICENSE.txt to the repo?

Hi Blake, We continue to use your lib, thanks for your work. When using the function disableInternalReference(), we have an error message when compiling (''undefined reference'') : how can we...

Hi, Maybe I'm just too stupid, but I cannot even manage to add a second sensor. I used the example and successfully connected a full-bridge loadcell to AIN0-AIN1. Than I...

I've only just received an ADS1263 and was using this library to test it. I'm posting this now for anyone who comes across this problem. I don't have time to...

Hi everyone, here some question about this fantastic library: 1) I would like to increase the SPI clock frequency: I notice that ADS1262 allow a maximum frequency of 8 MHz,...