Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible mixing ADS1115 #1 with #2? #145

Open
Merga189 opened this issue Sep 15, 2024 · 0 comments
Open

Possible mixing ADS1115 #1 with #2? #145

Merga189 opened this issue Sep 15, 2024 · 0 comments

Comments

@Merga189
Copy link

Hi Michel.

There were some questions about using ADS115 in the German forum, so I had a closer look at it.

One thing I noticed.

Connecting one ADS1115 to an UNO and running a I2C sketch I get ADS1115 with ADDR open or GND >> 0x48, with Vcc on ADDR 0x49 which is OK.

In your config.h versions I see

#define I2C_ADS_Add1 0x48 // I2C address of ads1115 when addr pin is connected to ground
#define I2C_ADS_Add2 0x49 // I2C address of ads1115 when addr pin is connected to vdd

But connecting the ADS1115 to RP2040 I get in terminal output

with 0x48 >> 'Second analog to digital sensor is detected using ads1115'

and with 0x49 >> 'First analog to digital sensor is detected using ads1115'.

Seems to be a little mixed up or am I wrong?

br KH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant