Analog Pi ADS1115 ADC with Raspberry Pi
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=oda_jsSYqR4
The ADS1115 is a great analog to digital converter that is easy to use with the Raspberry Pi using its I2C communication bus. The ADS1115 is a higher precision 16-bit ADC with 4 channels. It has a programmable gain from 2/3x to 16x so you can amplify small signals and read them with higher precision. • An ADC provides an isolated measurement that converts an input analog voltage to a digital number proportional to the magnitude of the voltage. • I²C (Inter-Integrated Circuit) is a multi-master, multi-slave, packet switched, single-ended, serial computer bus invented by Philips • • Connection with Raspberry Pi: • 3.3V to Vcc • Ground to Gnd • GPIO 3(SDA1) to SDA • GPIO 5(SCL1) to SCL • A0 to A3 to analog inputs • • • Steps to install Adafruit ADS1x15 library: • sudo apt-get install build-essential python-dev python-smbus git • cd ~ • git clone https://github.com/adafruit/Adafruit_... • cd Adafruit_Python_ADS1x15 • sudo python setup.py install • Examples folder in: • cd ~/Adafruit_Python_ADS1x15/examples • • • Websites to refer: • https://learn.adafruit.com/raspberry-... • • Music provided by NoCopyrightSounds ( / nocopyrightsounds ) • • Valcos - A New Light [NCS Release]( • Valcos - A New Light | Trap | NCS - C... ) • Valcos: / valcos • / valcosedm • / officialvalcos • / valcos • • Jim Yosef - Firefly [NCS Release]( • Jim Yosef - Firefly | Progressive Hou... ) • Jim Yosef: / jim-yosef • / jimyosefmusic • / jimboows
#############################
