Anyone know of a Python library to read the Qwiic Soil Moisture module? I want to use a Raspberry Pi to read soil moisture using only Qwiic modules and Python.
I’m trying to write a class to read the module, but I keep getting the i2c bus out of whack. So, clearly I’ve got something wonky going on there. How about tips on how to write a library?
My research is ongoing. I will share if I make any progress.