Quick guide: ADS1115 on Raspberry Pi
Note that I'm specifically using this device (Well, the 12bit version, but that's a different/Amazon story), ADS1115 16 Bits 4 Channel Analog-to-Digital ADC PGA Converter with Programmable Gain Amplifier High Precision I2C First thing is to solder all the pins (Note that if you're only sampling one analog input, you could ignore A1->A3). I soldered male breadboard jumper wires on, rather than the pin header, as that adds even more bulk. Next is to connect to the Raspberry Pi. ADC (Analog to Digital Converter) to RPi connections: VDD to 3.3v - Pin1 GND to GND - Pin 6 SCL to I2C 1 Clock - Pin 5 SDA to I2C 1 Data - Pin 3 ADDR to GPIO<any> - For me Pin 13, GPIO2/27 ALRT to GPIO<any> - For me Pin 11, GPIO0/17 SDA/SCL are the data and clock for i2c. ADDR is to "...