Automating the process of ‘When to water’
Understanding ‘when to water’ a plant has a few considerations, and in my opinion can be done in a way that keeps answering that question simple, and testable.
Updating Application State from IO Devices
maintaining the current state of the output of a soil moisture level sensor in an application that’s meant to display info about the soil, as well as automate the watering of that soil.
Using the HW-390 with the Raspberry Pi Pico
A guide on how to use the HW-390 soil moisture sensor with a Raspberry Pi Pico.
Understanding ADC with the Raspberry Pi Pico and Rust
What is ADC and what are the considerations when using it? This post briefly covers the concept of ADC and the considerations of implementing it into a project.
Soil Moisture Level Automation
Outlining the requirements for getting an automatic watering system set up for basil plants.