Close
0%
0%

Inductance Meter Triggered solder Smock Remover

This is a project aimed at making a inductance dependent Fan switch with Arduino for removing solder fumes

Similar projects worth following
157 views
0 followers
A couple of days I started making my own DIY solder fume smock remover, while I was testing it I came across a big problem at least for me the, the device wen powered on it makes a lot of noise.
I started looking for solutions for to solve the problem, I ended up with a simple plan to turn on the fans when the soldering iron is near and turning off the fans when the soldering iron is not close.
My best option to achieve the goal is to make an inductance meter with a large coil that acts as a metal detector, when the soldering iron enters the magnetic field of the coil it will increase its inductance, and that is picked up by the Arduino working as an Inductance Meter, when this increase reaches a certain threshold the Arduino will trigger the fans until the inductance being measured lowers to the normal value.

***Thins is an ongoing project so I have some bugs that needs some ironing like false triggering, and the apparent luck of a smock filter***

Project code v1.2.ino

Source code of the project simple and clean

ino - 1.79 kB - 10/09/2023 at 10:26

Download

  • 1 × Arduino Nano Atmrga328
  • 1 × 30mm x 55mm Veroboard
  • 1 × LM324 Amplifier and Linear ICs / Operational Amplifiers
  • 1 × DIP 16 Pin Header
  • 1 × L78L05 Power Management ICs / Linear Voltage Regulators and LDOs

View all 19 components

  • False trig solved

    France10/09/2023 at 10:21 0 comments

    updated the code to be more efficient and removed the mathematical calculations that were slowing down the arduino.

    Added new functionality that allows the coil to be connected to an external driving transistor instead of the Arduino GPIO pin, and the transistor type can be selected in the code.


  • project goal

    France08/08/2023 at 12:05 0 comments

    1. Project Idealization              "done"
    2. First prototype                     "done"
    3. Initial Test                             "done"
    4. Design Improvements        "in progress"
    5. How-To-Guide                     "in progress"
    6. Finish                                    (*_*)

View all 2 project logs

  • 1
    Creating the Inductor

    The inductor is the part that is responsible of detecting the presence of the soldering Iron or any king of ferrous metal that enters its field. The inductor is built around a 12Cm x 17Cm path. The inductor coil is held in place by four Crackers as shows in the images above.

  • 2
    Bolt down the Fans

    Using four screws tight down the two fans to the side of the wood board

  • 3
    Wire up Everything

    The control board is based on the Arduino Nano. This board contains all the necessary hardware for power regulation and Fan switching. Please see the circuit above to get in touch with all the connections. The board is little junky because it was built the hold an Esp32-can to run a ML code to recognize the soldering iron using a camera “I accidentally burned it”

View all 3 instructions

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates