ADS1115 and raspberry pi pico

1.5k views Asked by At

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

2

There are 2 answers

1
Robert_dev On

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

0
used_up_user On

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