Oven/meat probe thermometer implemented in Rust for Raspberry Pi Pico W
Find a file
Yvan bd9389cfd5 The Pico W now serves a basic HTML page.
This has not been so simple. The only way I could find to make picoserve
and embassy compatible was to get a local copy of picoserve and change
its embassy dependencies to use git as their source. Otherwise there are
conflicts about embassy-timer-driver versions. Using picoserve also
required changing my Rust "channel" to "nightly". A bunch of stuff I
am not keen on, but necessary to progress rather than get bogged down in
build system meta.

Meanwhile also I've changed this to use a static IP at 192.168.3.14 for
now. For currently unknownr reasons the loop waiting for the DHCP lease
to work isn't exiting. I have rebooted the DHCP server and that didn't
help and given the WiFi on the Pico W is working I don't really know
whats up.
2025-03-14 17:42:07 +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 The Pico W now serves a basic HTML page. 2025-03-14 17:42:07 +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 The Pico W now serves a basic HTML page. 2025-03-14 17:42:07 +00:00
Cargo.toml The Pico W now serves a basic HTML page. 2025-03-14 17:42:07 +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.