adafruit / Adafruit_ADS1X15

Driver for TI's ADS1015: 12-bit Differential or Single-Ended ADC with PGA and Comparator
Other
289 stars 301 forks source link

How to interface the ADS1115 with a Raspberry Pi Pico #85

Closed s07dd closed 11 months ago

s07dd commented 11 months ago

Hi, I'm trying to interface the ADS1115 with a Raspberry Pi Pico, here's my setup,

SDA connected to GPIO-4 SCL connected to GPIO-5 ADDR to ground (I'm using Arduino IDE to program the pico)

The ADS1115 is not detected by the pico, please help me to get this up and running