Hi!
I'm currently working on a project where I want to read a voltage using the ADS1211U and convert it to my Raspberry Pi 2, model B.
I'm a complete newbie to this kind of work so I have a few questions:
1. What is the simplest way to connect the ADC to the Pi? I mean, which pins are essential for the SPI protocol to even function properly and where do I connect them to the Pi? Do I just connect the unused pins to ground?
2. How does the typical sampling procedure look like? Do I just write one instruction byte to the ADC and then continuously read from the DOR register, or do I have to keep sending instruction bytes between every sample?
The ADS1211U datasheet can be found here: w w w.ti.com/lit/ds/sbas034b/sbas034b.pdf
and the Pi pinout can be found here: w w w.raspberry-pi-geek.com/var/rpi/storage/images/media/images/raspib-gpio/12356-1-eng-US/RasPiB-GPIO_lightbox.png
Any help would be greatly appreciated!