Analog Sensors Interfacing with Raspberry Pi using ADS1115 ADC. Step by step guide.

Опубликовано: 08 Октябрь 2020
на канале: Ravivarman Rajendiran
12,050
158

Analog Sensors Interfacing with Raspberry Pi using ADS1115

to change the adress of i2c

change below line
ads = ADS.ADS1115(i2c)
into
ads = ADS.ADS1115(i2c, address=0x4a)

Installations & Source Code - https://github.com/rravivarman/Raspbe...


Tamil Explanation Link -    • Analog sensors with Raspberry pi 4 us...