Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cdzombak/reflow-oven-ctl
A modified toaster oven that allows running custom temperature profiles
https://github.com/cdzombak/reflow-oven-ctl
arduino mqtt pid
Last synced: about 1 month ago
JSON representation
A modified toaster oven that allows running custom temperature profiles
- Host: GitHub
- URL: https://github.com/cdzombak/reflow-oven-ctl
- Owner: cdzombak
- Created: 2024-11-14T20:02:48.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-19T15:11:08.000Z (about 1 month ago)
- Last Synced: 2024-11-19T16:26:09.963Z (about 1 month ago)
- Topics: arduino, mqtt, pid
- Language: C++
- Homepage:
- Size: 417 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reflow-oven-ctl
TK
## Features
- Supports monitoring and control via MQTT
- Supports OTA firmware updates
- Safety features:
- Shuts off if a thermocouple is disconnected or fails
- Shuts off if the thermocouples disagree by more than 15ºC
- Shuts off if the oven's temperature does not increase after the heater has been turned on for 55 seconds
- Predefined temperature profiles for:
- SnBi solder paste
- SnPb solder paste
- Drying silica gel packets
- Preheating the oven
- Accepts user-programmed temperature profiles at runtime
- Allows for powering supplemental heating elements in the toaster oven for faster response
- Allows for blowing cool air into the oven for faster cooling## License
TK
## Author
Chris Dzombak ([dzombak.com](https://www.dzombak.com), [github.com/cdzombak](https://github.com/cdzombak))