Oven/meat probe thermometer implemented in Rust for Raspberry Pi Pico W
Find a file
Yvan a77576b26a IT WORKS! OK, for small values of works, and the code is a mess.
I just got a SDC40 CO2 PPM sensor in the post and I wanted to give that
some basic verification testing... so I hooked it up to the Pico W and
and found a libscd Rust library. I got this successfully reading data,
but then I wanted to get that data available to serve via a HTTP
request. This took a long time to work out... days 2 to 5 of my Rust
journey thus far.

This checkin is lilted with all the detritus of the learning process,
lots of commented out failed attempt code... next job is to clean up the
state of it before further implementation.
2025-03-16 23:02:06 +00:00
.cargo forgot the .cargo/config.toml file 2025-03-13 13:50:24 +00:00
cyw43-firmware Checking in initial baseline for project based on a combo 2025-03-13 13:28:48 +00:00
src IT WORKS! OK, for small values of works, and the code is a mess. 2025-03-16 23:02:06 +00:00
.gitignore Initial commit 2025-03-13 13:24:09 +00:00
build.rs Checking in initial baseline for project based on a combo 2025-03-13 13:28:48 +00:00
Cargo.lock IT WORKS! OK, for small values of works, and the code is a mess. 2025-03-16 23:02:06 +00:00
Cargo.toml IT WORKS! OK, for small values of works, and the code is a mess. 2025-03-16 23:02:06 +00:00
LICENSE-APACHE Checking in initial baseline for project based on a combo 2025-03-13 13:28:48 +00:00
LICENSE-MIT Checking in initial baseline for project based on a combo 2025-03-13 13:28:48 +00:00
memory.x The Pico W now serves a basic HTML page. 2025-03-14 17:42:07 +00:00
NOTICE.md Checking in initial baseline for project based on a combo 2025-03-13 13:28:48 +00:00
README.md Checking in initial baseline for project based on a combo 2025-03-13 13:28:48 +00:00
rust-toolchain.toml The Pico W now serves a basic HTML page. 2025-03-14 17:42:07 +00:00

Meat-Pi

A project to monitor meat and oven cooking temperatuers using probe thermometers.

License

Meat-Pi is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.