<img width="150" src="https://hackaday.com/wp-content/uploads/2022/01/9428311643414263416.png?w=800" class="attachment-large size-large wp-post-image" alt="" loading="lazy" srcset="https://hackaday.com/wp-content/uploads/2022/01/9428311643414263416.png 1558w, https://hackaday.com/wp-content/uploads/2022/01/9428311643414263416.png?resize=250,188 250w, https://hackaday.com/wp-content/uploads/2022/01/9428311643414263416.png?resize=400,300 400w, https://hackaday.com/wp-content/uploads/2022/01/9428311643414263416.png?resize=800,600 800w, https://hackaday.com/wp-content/uploads/2022/01/9428311643414263416.png?resize=1536,1152 1536w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="517891" data-permalink="https://hackaday.com/2022/01/31/another-neat-general-purpose-soldering-iron-driver/attachment/9428311643414263416/" data-orig-file="https://hackaday.com/wp-content/uploads/2022/01/9428311643414263416.png" data-orig-size="1558,1169" data-comments-opened="1" data-image-meta='{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}' data-image-title="9428311643414263416" data-image-description="

https://hackaday.io/project/183790-all-purpose-power-micro-controller

” data-image-caption=”” data-medium-file=”https://hackaday.com/wp-content/uploads/2022/01/9428311643414263416.png?w=400″ data-large-file=”https://hackaday.com/wp-content/uploads/2022/01/9428311643414263416.png?w=800″>

https://hackaday.io/project/183790-all-purpose-power-micro-controller

” data-image-caption=”” data-medium-file=”https://hackaday.com/wp-content/uploads/2022/01/9428311643414263416.png?w=400″ data-large-file=”https://hackaday.com/wp-content/uploads/2022/01/9428311643414263416.png?w=800″>

Over on Hackaday.io, user [Tomasz Jastrzebski] has designed a tidy-looking custom controller for driving temperature-controlled soldering irons. The design is intended to be general purpose, capable of operating with irons rated for different voltages and probe type, be they thermocouple- or thermistor-based. Rather than integrating a power supply, this is handled by an external unit, giving the possibility of feeding this from a variety of sources that are not necessarily tied to the grid.<img data-attachment-id="517890" data-permalink="https://hackaday.com/2022/01/31/another-neat-general-purpose-soldering-iron-driver/attachment/1324851643413952246/" data-orig-file="https://hackaday.com/wp-content/uploads/2022/01/1324851643413952246.png" data-orig-size="1286,1714" data-comments-opened="1" data-image-meta='{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}' data-image-title="1324851643413952246" data-image-description="

https://hackaday.io/project/183790-all-purpose-power-micro-controller

” data-image-caption=”” data-medium-file=”https://hackaday.com/wp-content/uploads/2022/01/1324851643413952246.png?w=300″ data-large-file=”https://hackaday.com/wp-content/uploads/2022/01/1324851643413952246.png?w=469″ loading=”lazy” class=”alignright size-medium wp-image-517890″ src=”https://hackaday.com/wp-content/uploads/2022/01/1324851643413952246.png?w=300″ alt=”” width=”300″ height=”400″ srcset=”https://hackaday.com/wp-content/uploads/2022/01/1324851643413952246.png 1286w, https://hackaday.com/wp-content/uploads/2022/01/1324851643413952246.png?resize=188,250 188w, https://hackaday.com/wp-content/uploads/2022/01/1324851643413952246.png?resize=300,400 300w, https://hackaday.com/wp-content/uploads/2022/01/1324851643413952246.png?resize=469,625 469w, https://hackaday.com/wp-content/uploads/2022/01/1324851643413952246.png?resize=1152,1536 1152w” sizes=”(max-width: 300px) 100vw, 300px”>

Hardware-wise, we’ve got the ubiquitous STM32 microcontroller in charge of the show, with a nice front end based on the INA823 instrumentation amplifier, referenced to a REF2030 precision voltage source. The input stage is configured as a versatile Wheatstone bridge input circuit, giving plenty of scope for tweaking.

There are a few extra features in the design that aren’t necessarily needed for a soldering iron driver, such as RTC support, complete with supercapacitor backup, but then this doesn’t have to drive a soldering iron, it could drive any DC heater with temperature feedback. With a change in firmware, this could serve other tasks. One potential feature that springs to mind — have the unit automatically power down at a certain time of day in case it was left on accidentally.

The schematic has a lot of relevant detail — in that many parts have a good list of alternatives, presumably because of the semiconductor shortages — which is a good habit to get into if you ask us. Many of us involved with manufacturing have been doing this for years, as it makes sense to give the assembly house the extra options, but this really is basically mandatory practice now.

Firmware for the STM32G0 series microcontroller is based around Mbed OS, with a Visual Studio Code project provided for your convenience. All hardware (KiCAD) and firmware can be found on the project GitHub.

We’ve seen a few projects like this over the years, like this Really Universal Soldering Controller, a custom controller for JBC irons, and this great portable Arduino-based unit.

…read more

Source:: Hackaday