Skip to content

Commit 66f8020

Browse files
committed
Updated README
1 parent c57fc04 commit 66f8020

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

PyPortal_EZ_Make_Oven/README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# EZ Make Oven
22

33
The EZ Make Oven is an easy to build reflow oven utilizing a PyPortal as
4-
the controller.
4+
the controller. It also uses the Adafruit MCP9600 thermocouple amplifier, a thermocouple and the IoT Power Relay from Digital Loggers.
55

6-
This project is a work in progress and more details will be available soon.
6+
A standard, non-digital toaster oven is used. It should be small (4 slice capacity), at least 1150 watts and a maximum temperature of at least 450F / 230C.
7+
8+
Follow the Adafruit learn guide here: **coming soon**
9+
10+
11+
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.
12+
13+
**code.py** is the EZ Make Oven code that will run the program when the board boots up.
14+
15+
Adafruit invests time and resources providing this open source code,
16+
please support Adafruit and open-source hardware by purchasing
17+
products from [Adafruit](https://www.adafruit.com)!
18+
19+
MIT license, code and guide written by Dan Cogliano
20+
21+
All text above, and the splash screen below must be included in any redistribution
22+
23+
-----------------------
24+
If you are looking to make changes/additions, please use the GitHub Issues and Pull Request mechanisms.

0 commit comments

Comments
 (0)