The ADS7830 is an 8-Channel 8-Bit Analog to Digital Converter capable of supporting all standard I2C communications speeds.The ADS7830 is capable of high speed operation, up to 70,000 samples per second at 3.4MHz communication speed. This Device is available from www.ncd.io
[SKU: ADS7830]
(https://store.ncd.io/product/ads7830-8-channel-8-bit-high-speed-analog-to-digital-converter-i2c-mini-module/) This Sample code can be used with Raspberry Pi.
Hardware needed to interface ADS7830 8Bit ADC With Raspberry Pi :
Download and install smbus library on Raspberry pi. Steps to install smbus are provided at:
https://pypi.python.org/pypi/smbus-cffi/0.5.1
Download (or git pull) the code in pi. Run the program.
$> python ADS7830.pyThe lib is a sample library, you will need to calibrate the sensor according to your application requirement.
