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.
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.
LCD Menu: Link UI Selections to Application State
This post covers linking selections from UI (In our case the LCD Menu) to the application state.
Control Design For A UI Menu
This post covers the strangely complex process of designing a menu on low-level systems. I was certainly shocked by the amount of effort.