Hi Coldrolled
The kiln I am making is really just for burnout, but will do aluminium ok. I intend to build a propane fired furnace for working with brass and possibly cast iron but that's another project. I have all the bits except the outer steel case which I will cannibalise from a scrap electric cooker.
The temperature controller is Arduino based and uses a thermocouple sensor, a cheap 4x20 line display and a 328 pro mini. I'm using a relay to control the heating elements (2x1200W from China). The controller is a bit customised because I want to use it for many different things. It has 15 programs with 10 steps in each one to allow for heating/cooling at a controlled rate. The program names and settings are controlled by a jog wheel type switch.
pinning at the moment is (from Arduino source file) :
//Simple process oven controller with programmable times/temps.
// temps read using max6675 and K type thermocouple
// pins are 4 for relay drive, 15,16,17 for rotary encoder switch.
//spi on 11 Mosi, 12 MIso, 13 Clock - for temp chip, A4 A5 for I2c display
//pin 8 i/p interlock switch should isolate mains from elements using hardware when door is opened
// Rotary switch can adjust temperatures and times when pushed in. when out menu selection.
Code freely available when finished with the usual caveats.
Best Regards
picclock