From 4fda2f5164be05afb09d4deda1425c7e9933b238 Mon Sep 17 00:00:00 2001 From: jbruce Date: Wed, 9 Jan 2019 16:49:01 -0500 Subject: [PATCH] -removed specifics about how my ssr was wired (because there are lots of ways to do this) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04926b6..647aaeb 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Turns a Raspberry Pi into an inexpensive, web-enabled kiln controller. The pi has three gpio pins connected to the MAX31855 chip. D0 is configured as an input and CS and CLK are outputs. The signal that controls the solid state relay starts as a gpio output which drives a transistor acting as a switch in front of it. This transistor provides 5V and plenty of current to control the ssr. Since only four gpio pins are in use, any pi can be used for this project. See the [config](https://github.com/jbruce12000/kiln-controller/blob/master/config.py) file for gpio pin configuration. -My controller plugs into the wall, and the kiln plugs into the controller. Only a single hot leg is switched by the SSR. The other hot leg, neutral, and ground are all pass through without modification. +My controller plugs into the wall, and the kiln plugs into the controller. ![Image](https://github.com/jbruce12000/kiln-controller/blob/master/public/assets/images/schematic.png)