Automatic watering system for my strawberries
As I don‘t have a water outlet on my balcony I use a water tank and a pump for watering my strawberries. I developed a controller for the pump which runs natively on Apple Homekit but I‘d like to change it to Matter and Threads in the future.
You're viewing a single thread.
Nice one. What software did you put on the ESP32?
I used this code as the base and changed it slightly so the pump has a safety time out and can be controlled via PWM.
In newer projects I use code from Espressif however because it works with Matter and Threads.