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.
Building Understanding of Closures with Rust
Understanding closures in Rust and using it to encapsulate contexts and ownership.