This project utilizes a Feather M0 board, a quad alphanumeric display, and a thermocouple amplifier to monitor the temperature of dumb ovens that do not have digital temperature readout. It is battery opperated, and written in rust.
Read more about it on my website!
As this project uses a Feather M0 board, it has the HF2 bootloader pre-installed from Adafruit. With the cargo-hf2 crate installed, building and flashing is as simple as:
- Place board into bootloader mode (double-press the reset button)
- Run
cargo hf2 <options>
To install cargo-hf2, run cargo install cargo-hf2
. Additional setup may be needed depending
on your OS. Refer to the crates.io page for more information.
This code is licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
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.