Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.91 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.91 KB

Oven Temperature Monitor

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!

Building and Flashing

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:

  1. Place board into bootloader mode (double-press the reset button)
  2. 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.

License

This code 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.

Schematic / Pictures

Schematic - very simple

Picture of the board