Skip to content

How to connect ADS1115 (ADC) to AudioKit A1S #1932

Answered by pschatzmann
francinv asked this question in Q&A
Discussion options

You must be logged in to vote

I dont't quite understand what you are trying do do: your wire related logic seems to to be unnecessary because it just implements what the standard AudioDriver functionality is already doing.

I havent's used any of those pins but

  • If you want to use another I2C for ADS1115 use Wire1
  • I would avoid the pins that are used by other functionality like buttons, led, or the pa: so I think the JTAG pins (15 and 16) might be a saver option
  • to be on the save side, do your pin definitions for the ADS1115 after calling kit.begin(cfg); This will then just overwrite the pin logic that was automatically set up before.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pschatzmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants