A few years ago a acquired this kiln. The plan was to be able to either melt out hot wax or filament. Also heat treat castings or weldments.
I bought the parts and pieces for building this up but haven't gotten around to it yet.
However I did want to play a bit since my kiln is 220VAC with 110VAC coils (4 of them) with two separate controllers and a master switch when the pyramid bends enough to shut off the power. The above project will require modifications to get there.
Now I do have a controller for K type thermocouples good for control to 400C. Not enough for melting aluminum. I bought it originally for my first crack at 3D printing using my JGRO CNC router.
Since I have all sorts of Arduino type boards and this teensy little display I thought I'd take a look at some of the stuff out there for the NodeMCU V3 with ESP8266 Wifi.
So this little project has been progressing over the last few evenings.
The top line is the amount of time since the start button was pressed (from power up at the moment since I haven't wired in a start button).
The bottom line is the time of day from NTP server. The software connects onto my network and goes out and gets the time of day.
This second display shows the set point controlled by a pot, the temperature read by the thermocouple and the LED shows when the heater is requested ON.
Kind of fun even if I could just buy a solution.
I bought the parts and pieces for building this up but haven't gotten around to it yet.
GitHub - jbruce12000/kiln-controller: Turns a Raspberry Pi into an inexpensive, web-enabled kiln controller.
Turns a Raspberry Pi into an inexpensive, web-enabled kiln controller. - jbruce12000/kiln-controller
github.com
Now I do have a controller for K type thermocouples good for control to 400C. Not enough for melting aluminum. I bought it originally for my first crack at 3D printing using my JGRO CNC router.
Since I have all sorts of Arduino type boards and this teensy little display I thought I'd take a look at some of the stuff out there for the NodeMCU V3 with ESP8266 Wifi.
So this little project has been progressing over the last few evenings.
The top line is the amount of time since the start button was pressed (from power up at the moment since I haven't wired in a start button).
The bottom line is the time of day from NTP server. The software connects onto my network and goes out and gets the time of day.
This second display shows the set point controlled by a pot, the temperature read by the thermocouple and the LED shows when the heater is requested ON.
Kind of fun even if I could just buy a solution.