Skip to content

Oven temperature monitor and display for dumb ovens that don't have digital temp readout. Implemented in embedded rust.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

TDHolmes/oven-temp-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Oven temperature monitor and display for dumb ovens that don't have digital temp readout. Implemented in embedded rust.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages