Difference between revisions of "Ceramic Kiln/Controller"
From Makers Local 256
Enabrintain (Talk | contribs) m (→Materials/Links added digispark relay) |
Enabrintain (Talk | contribs) m (→updated status) |
||
Line 1: | Line 1: | ||
{{Project|Creator=EnabrinTain | {{Project|Creator=EnabrinTain | ||
− | |Status=<onlyinclude> | + | |Status=<onlyinclude> Waiting for parts from China </onlyinclude> <!--LEAVE ONLYINCLUDES FOR STATUS HACK--> |
|Born On=10:55, 16 February 2013 (CST) <!--DO NOT EDIT --> | |Born On=10:55, 16 February 2013 (CST) <!--DO NOT EDIT --> | ||
|Last Updated={{#time: H:i, d F Y| {{REVISIONTIMESTAMP}} }} (CDT) <!--DO NOT EDIT --> | |Last Updated={{#time: H:i, d F Y| {{REVISIONTIMESTAMP}} }} (CDT) <!--DO NOT EDIT --> |
Revision as of 09:56, 19 February 2013
Creator: |
Contents
[hide]Overview
I'm building an arduino based kiln controller for driving our Kiln.
Goals/Features
- Add mode button for Candling. (raise temp to 190F and maintain temp for 12 hours.)
- Add mode buttons for Timed Firing (not sure how this might be useful, but then I know nothing of ceramic arts either. maybe glazing?)
- Add mode button for Gradual Heating (slowly heat the kiln as opposed to full electric on.)
Materials/Links
- Arduino Uno
- Thermocouple Amplifier MAX31855 breakout board ($20)
- Type K High Temp Thermocouple ($28)
- DC-AC Solid State Relay SSR-40DA 40A 3-32VDC 24-380VAC w Heat Sink ($24)
- DigiSpark Relay Shield (because I had spares and am a little afraid of hooking the SSR directly to the arduino without a transistor circuit; also I'm lazy)
Code
- Status: reading temp and displaying it on lcd display; I'm waiting on the parts from ebay to start integrated kiln testing.