• Well That Was Unfortunate.... and Marlin

    Paul J R3 days ago 0 comments

    After sending my board off to OSHPark to be created, I decided to build a small prototype board:

    Which is when I discovered the fatal flaw in my board design. Primarily i'll be controlling this thing over wifi and I dont really need the display beyond telling me what the temperature in the oven actually is, whether its on and how much power im sending it (maybe some more data later) and even that is optional. Originally I was aiming at the ESP32-S module because I have quite a few, and the lilygo t-display is based on the same chip, but It has one problem I was not aware of, it has 2 ADC's, the second ADC Isn't usable when WiFi is enabled (works fine with ESP32-S2 and later modules, but not the -S). In my "real" board, I have 3 thermistors all tied to ADC2. In reality I can put in a bodge wire, but its a small cheap board so i'll design a new one. I mean its only 3 thermisters and a few GPIO outputs, so its not exactly rocket surgery.

    On another note I was originally using the same circuitry for my board that you might find on the majority of 3d Printer boards for the thermistor's (4.7k resister + 10uf cap), which would be good enough in reality, but probably isn't quite accurate enough at the high end. I was willing to live with that because adapting the Marlin PID/temperature routines in the source might have been easy enough (my original plan was to actually adapt the 3d Printer ESP code stream of marlin and modify it to my liking). However, It's been a while since i've looked at the marlin code base and now its a lot harder to isolate that particular section of the code away from the rest. Plus, lets face it, I'm doing this project not cause I really need a reflow oven but because it looked fun to build something from scratch and green-fields.

    Ultimately, that's going to change my plans and i'll implement my own PID controller code (after all there are some subtle but very important differences between how you control the temp on a hotend and inside an oven). I'll also probably change the resister out for something in the 1k to 2k range (or perhaps even have each thermistor with slightly different range capabilities (1k/2k/3k perhaps).

    I still want to stick with the 3d printer NTC 100k's because the goal of this project is CHEAP! There's no real point building something like this if the price of building it gets close to the cost of the cheap reflow ovens on AliExpress.

    ... so back to the KiCad Drawing Board

  • A Small Board

    Paul J R5 days ago 0 comments

    I designed a quick board for use with the lilygo t-display board that im currently prototyping with, looks good so far and really only has 3 thermistor inputs, the SSR output and some breakouts for other pins that might be useful in the future. The board itself is a simple 2-layer board.

    Kicad's 3d Renders:

    Bottom

    Top

    And, i've already sent this version off to oshpark for printing, this first version is quite simple:

  • Controlling The Temperature

    Paul J R5 days ago 0 comments

    Doing a quick test of the PWM control, I can see a nice Linear temperature profile. This was just a quick test with giving the oven about 5 minutes to stabilize at each point.

    The small blip in the graph at the bottom is probably because the door was more or less open. Only went to 40% but the results are nice and encouraging. I've also made a few updates to the code and one of the things I plan on adding later is a test cycle that tries to see what the thermal profile and curve will be for many temperature variants.

    I would also love to add a servo to control the door so it can be opened and closed by the control board for temperature control.

  • Choosing a control board.

    Paul J R02/16/2025 at 02:59 0 comments

    I have alot of options for choosing a control board and wanted something ESP based because I want it to be wifi-controlled.

    Originally I was planning on using an ESP32-S board and developing my own board, but a couple of other options include the E4 3d printer board and a lilygo T-display board.

    The E4 is an ESP32 board, and already has two themistor connectors but its a bit large so It might be ok for testing, but ultimately will be replaced.

    The lilygo t-display is nice cause its has a nice display and two buttons that I can program, and the ESP32-S is nice as well because either way I have to make some form of custom board.

    Providing power to all of this will prove challenging. There are simple mains to 5v/3.3v transformers that will fit in the space, but i'd prefer to drive the electronics from an external power source for now and just have 2 power plugs for it I think.

    I've started coding something for the lily go board and i'll probably push that up to github soon.

  • Taking it apart...

    Paul J R02/16/2025 at 02:50 0 comments

    Taking it apart has been fun, the outside case was held together with screws, but the internals are largely held together with bend tabs (which break easy). The only part I really want to take off that has the build tabs is where the timer is. Looks like a perfect place for some of the electronics.

    Eventually got the timer out and thankfully didnt really have to bend too many bend tabs, most of the electrics connect with spade lugs, but for some reason they soldered one of the spade lugs on the timer.

    But, I was going to crimp on some new lugs anyway so it didnt matter a whole lot

    And an SSR fits nicely on the inside of the timer cover

    The cavity here seems a decent size, even still i'll be putting the electronics on the outside just on the front of this timer cover. Probably with some thermal shielding because the wall of the oven is thin piece of tin just on the other side.

  • Measuring the temperature in the oven

    Paul J R02/16/2025 at 02:35 0 comments

    Measuring the temperature has proven difficult.

    Originally the thermal camera reports the surfaces in the oven get to 200c in about 16 seconds, but finding anything else that agrees is hard. The heaters in the oven (one top and one bottom) are radiant heaters which makes it a little trickier.

    Throwing a pair of thermocouples in there, they were very far off (took 5 minutes for them to register 180c) and one of them was a MAX6675.

    Grabbing a spare 3d printer board and using a 3d printer thermistor was a bit more encouraging, getting to 200c in about 2 minutes.

    Trying the MLX90614 IR temperature sensor seems closer to the thermal camera and has some adjustability but seems a little expensive for this project so im sticking with the thermistor for this project.

  • Testing with a board

    Paul J R02/16/2025 at 02:20 0 comments

    Testing with a board was nice and interesting. Put a sacracial board in with some solder paste, 0.5mm solder and 3mm solder to see how quickly it could melt.

    Ended up being around 90 seconds for the solder paste and the 0.5mm solder, 100 seconds for the 3mm solder (nice and quick).

    (solder paste on the left, 0.5mm solder on the three pads next to it and 3mm solder on the two single pads).

    Leaving it for a little while longer, took 3 minutes to completely destroy the board