Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.67 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.67 KB

Adjustable Soldering Iron

An adjustable soldering iron with temperature display using Arduino. It uses a TM1637Display driver to connect to a 4 digit display. The temperature is acquired using the MAX6657 thermocouple interface. Both of these require additional software found below:

To install them, download both repositories as a zip file, and include them using the "Add .ZIP Library" option in the Arduino "Sketch" menu. To keep the software easy to understand, some nice to have features are not included.

Hardware

This project is aimed at members of DJO Amersfoort and therefor uses a fairly specific parts configuration. The soldering iron used is a German 48W/230VAC VTSSC10N/SP made by Velleman. The schematic is visible below, and is also provided as a pdf file.

schematic image

3D models

Inside the 3D models folder, there are models for both the case and the parts used for the soldering iron project. You can use these to build and/or design your own case.

License

Original concept by:

  • Tjalling Brouwer

The software is made by:

  • Jelmer van Arnhem (Github)
  • Camiël vd Niet
  • Sieuwe Elferink (Github)

The schematic is made by:

  • Tjalling Brouwer

The 3d models are made by:

  • Huub (Github)
  • Tjalling Brouwer

DJO Amersfoort holds the copyright for all files in this repository, but they can be copied under the terms of the MIT license, see the LICENSE for details.