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

ADS1115 Library doesn't support 4A address #54

Open
Tracked by #45
oscgonfer opened this issue Jul 27, 2023 · 0 comments
Open
Tracked by #45

ADS1115 Library doesn't support 4A address #54

oscgonfer opened this issue Jul 27, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@oscgonfer
Copy link
Contributor

The Texas ADS1115 16 bit ADC is currently used in the SC ASB. The ADC has 4 different addresses, depending on how we connect the ADDR pin:

image

After testing with different boards (see below) setting the 4A address by connecting ADDR to SDA, the data transmission is not effective and we only get nulls. This could be linked to the SDA/SCL timing listed above, but we are currently not sure about it. The hardware tested included our ASB, a Seeed version and the Adafruit version) and we did so with our forked implementation, which comes from Adafruits but is quite a few commits behind.

Currently, it is uncertain that the issue comes from the SDA/SCL or not, and we should assess if we want to merge adafruit's main into our fork.

@oscgonfer oscgonfer added the bug Something isn't working label Jul 27, 2023
@oscgonfer oscgonfer mentioned this issue Jul 27, 2023
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant