Micropython code that controls a Raspberry Pi PICO based watering system using capacitive 5V soil moist sensor, a 5V pump, 16x2 LCD I2C display for output.
2
stars
1
forks
source link
Set individual watering time while system is running #1
Currently, the duration of a watering action is only defined in the source code.
Just like the threshold value at which the system starts watering, I would like to change the watering duration on the fly via the hardware.
Currently, the duration of a watering action is only defined in the source code. Just like the threshold value at which the system starts watering, I would like to change the watering duration on the fly via the hardware.