For the temperature probe, I used the MAX6675, Type K thermocouple module. The wiring was not straightforward. The literature that I could find on the web was meant for the Arduino controller. Either way, I had to determine how the serial input was read. If you follow the diagram below and adhere to the Python Program, you will have the temperature input working just fine.
______________________________________________________________________
Here you see a more graphical representation of one relay.
For the pin connectivity to the Pi, I just jumpered Pin 34 and Pin 17 from relay to relay. The input pin for activating the relay will be shown in the Python Program. I used Pin 32 (GPIO 12) for damper open, Pin 36 (GPIO 16) for damper close.
You will need a 3rd relay if you wish to control the fan (recommended). I took one leg of an extension cord and spliced it into the NO and COM. Then I used Pin 16 (GPIO 23) to activate the relay once temperature is achieved. Again, I jumpered GND and VCC from the previous relays/Pi GPIO.
No comments:
Post a Comment