0

is there any way to use the ADS1115 with a raspberry pi pico?, I'm in the middle of a project where I need 4 analog inputs but the pico only has 3, I'm using circuit python btw... any help is appreciated

Jonas
  • 121,568
  • 97
  • 310
  • 388
Strimis 10
  • 27
  • 5

2 Answers2

0

I found this on github ads1115 and raspberry pi pico i hope it will work for your project!

You can also watch the tutorial on youtube here

Robert_dev
  • 19
  • 4
  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Jul 25 '22 at 03:27
0

So i used this library. The ADS1115 just connects to a i2c port and your off to go. One thing to note that you will need to do single shots for each adc read. You can only do continues sampling on one channel at a time.

https://github.com/robert-hh/ads1x15