This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I stumbled upon the tiny ADC121S051 (12Bit, 200...500 ksps) and need some Linux support for it. I found some ADS-Drivers in the Linux device driver section, but most are multiplexed devices.
Can someone tell me how to get to a working driver easily? What should be the basis of this driver? Maybe even a generic SPI-driver would work also?
Any pointer in the right direction or to some information would be helpful.
Thank you,
Heiko
Heiko,
We do not specifically have a Linux Driver for the ADX121S051. These typically belong of the category of Industrial I/O in the ADC linux driver directory. As you have already discovered, most of these drivers are more complex devices that have several multiplexed inputs. You can take one of two approaches,
The second option seems the quickest for these simpler devices. This page describes the Linux Hardware Monitor API.
Best regards,
Pedro