Build a Hot-Plate / Heating-Element based reflow tool for SMD PCB soldering.
all the details are in the Project Logs:
show all posts for this project
Hardware
- heater
- power supply
- MeanWell GST280A48-C6P (uuhh – that is underpowered for bigger pcbs…)
- recom R-78HB50-05 VIN: 9-72V VOUT: 5V
- heat power switching
- IRLB4030PBF – MOSFET N-LogL 100V 180A
- BC 550C
- temperature sensor
- controller
- other things
- cooling
ToDo: description of used Hardware and why i choose what…
Software
Tools
Installation
- update CircuitPython to at least v7.0.0
- copy all the needed files to your CircuitPython drive.
- create profile that fits your needs and copy to drive.
Usage
- power up controller
- power up psu for heating
- connect serial terminal (GTKTerm)
- connect and setup plotting tool (SerialPlot)
- in the serial terminal you have a basic menu with some options..
- tune your PID for your setup
- select profile to use with *pn* or the hardware *Select* button
- click on the hw *start* button
- in the serial terminal the profile configuration is shown
- start reflow cycle with a click on hw *start* button
- wait…
- if finished the plot should stop automatically (no data is send)
- save plot
- click on *start* to confirm and get back to standby state
Details
ToDo: describe how the software works
Open Points
- add housing
- i would like to have class at the top for a good view what is happening inside..
- metal frame for heating-elements
- quite 5V fan with PWM control for cooling
- add second temperature sensor
- spring thing to hold board down
- way to fix sensor position on board
- more heating elements for bigger working area
- switchable configuration for long or more square pcbs?!
- bigger power supply ?! (~750W)
- fix short heating powerup on microcontroller reset