Hi Christian, The only example for Linux that I am aware of is for the ADS124S08: https://github.com/torvalds/linux/blob/master/drivers/iio/adc/ti-ads124s08.c There are a number of similarities between the ADS1261 and the ADS124S08, so it may be possible to modify the ADS124S08 code. Unfortunately there is no specific guide on the usage as there are so many different types of sensor measurements that can be made using these ADCs. If you are attempting a temperature sensor measurement, we do have a temperature sensing C library that can help with configuration steps and processing of data. We also have A Basic Guide to RTD Measurements and A Basic Guide to Thermocouple Measurements that may also be helpful. Best regards, Bob B
↧