A homebrew dual soldering station (soldering heat gun) with digital control.
For the schematics, see https://easyeda.com/barath.laci10/heat-gun
Note: I am desigining HW AC parts with 240V@Hz in mind. Adjust them to yor needs if necessary!
Project goals:
- temperature control (thermocouple read & adjust output power via phase cutting)
- 858 handle fan speed control & reed switch reading
- simple to use interface using 16x2 alphanumeric LCD & rotary encoder
- safe - no danger of electric shock
- simple to build - 1 layered PCB to make DIY etching possible
- cheap - at most half the prize of an already alaviable one
- opensource - mega328p + arduino code -> repairable
Progress:
- thing is built, firmware is working. Temperature control is working, albeit kinda shitty (simple on-off control), so improvements are possible.
- xtal + 2 caps
- IC
- resistor pullup on reset
- (firmware)
- ISP header
- LCD
- contrast pot
- current limit resistor
- rotary encoder
- IRFZ44 fet
- 1N4007 as flyback
- gate pulldown resistor
- MAX6675 breakout board via SPI
- header to external board - 1 pin + gnd
- external board
- header to external board - 2 pin + gnd
- external board
- header - 1 pin + gnd
There are some inputs that control (enable or disable) the heating element:
- reed switch in handle
- swtich on front panel (or maybe a menu item?)
Heater is ON (controlled by feedback loop) if and only if reed detects picked up AND switch is on.