ADC Reading using Rasberry pi

Thread Starter

ajitnayak

Joined Feb 22, 2013
49
Dear all.
I am new bie to rasberry coding and ckt design. I have 4 analog sensor which gives 0-10v DC output and 4-20mA current. I am looking for ckt that can read these range of Current and voltage parameter with 12bit/16bit resolution.

Some people using
https://ncd.io/raspberry-pi-0-10v-analog-output-module/https://store.ncd.io/product/1-chann...rter-i%C2%B2c/
https://store.ncd.io/product/mcp3428...c-mini-module/

https://shop.controleverything.com/p...controller-i2c

Is there any schematic available
 

danadak

Joined Mar 10, 2018
4,057
If this is not a one off, a production design, consider using a processor
that includes 20 bit ADC, signal conditioning, Vref, analog to manage various
sensors like RTD, thermistor, silicon T sensors. Also I2C, SPI, USB to pipe
all the data to RPI. On RPI use python to manage USB data stream.

upload_2019-6-11_6-21-11.png


Regards, Dana.
 
Top