Skip to content

Commit fe2a4dd

Browse files
authored
Merge pull request #885 from cogliano/master
PyPortal EZ Make Oven
2 parents 17eb763 + f7538e6 commit fe2a4dd

File tree

10 files changed

+52363
-0
lines changed

10 files changed

+52363
-0
lines changed

PyPortal_EZ_Make_Oven/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# EZ Make Oven
2+
3+
The EZ Make Oven is an easy to build reflow oven utilizing a PyPortal as
4+
the controller. It also uses the Adafruit MCP9600 thermocouple amplifier, a thermocouple and the IoT Power Relay from Digital Loggers.
5+
6+
A standard, non-digital toaster oven is needed for this project, which can be purchased online or at your nearest appliance store. It should be small (4 slice capacity), at least 1100 watts and a maximum temperature of 450F / 230C or better.
7+
8+
Follow the Adafruit learn guide here: **coming soon**
9+
10+
Run **codecalibrate.py** first to determine calibration settings for your toaster oven. You will need to re-run this if you switch toaster ovens or update the EZ Make Oven software. The calibration values displayed will need to be manually entered into the **config.json file**. This file also contains the I2C address of your MCP9600 breakout (in decimal) and the name of the solder profile to use. Available solder profiles can be found in the profiles folder. You will need to rename this file to **code.py** in order to run it.
11+
12+
**code.py** is the EZ Make Oven code that will run the program when the board boots up.
13+
14+
Adafruit invests time and resources providing this open source code,
15+
please support Adafruit and open-source hardware by purchasing
16+
products from [Adafruit](https://www.adafruit.com)!
17+
18+
MIT license, code and guide written by Dan Cogliano
19+
20+
All text above, and the splash screen below must be included in any redistribution
21+
22+
-----------------------
23+
If you are looking to make changes/additions, please use the GitHub Issues and Pull Request mechanisms.

0 commit comments

Comments
 (0)