What is an Interface?
A post that covers the concept of interfaces between different areas in the code base. Not so much specifics as just helping to grasp the role of interfacing, and even interface syntax in general.
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.