EC and PH meters with raspberry pi pico and zero
Hello,
I bought these two sensors:
PH v1.1 SEN0161 : https://www.dfrobot.com/product-1025.html
EC V1.0 DFR0300-H https://www.dfrobot.com/product-1797.html
I have a raspberry pi zero and pico. I wanted to connected these two sensors to the pico because it has analog inputs but I can't find the libraries to download for micropython.
Are these sensors compatible with raspberry pi's at all? For intance would it work if I get the I2C ADS1115 16-Bit ADC Module and connect it to the pi zero to use with python ?
Many thanks,
Paul
2023-08-05 13:04:20
Ok I learned that you can programme the pi pico with the arduino IDE. I managed to use the sensors just fine that way.
Paul.Zidane