Building electronics is a fun and creative process, but one must also be mindful of some of the dangers that come with it. Specifically, when soldering electronics fumes are released which should not be inhaled. The solution is a solder fan, a simple way to capture those fumes.
My issue with using a solder fan is simply a fault of my own. Often times I'll be in my own head, thinking about the next connection or about the project and I'll forget to turn the fan on. Other times, I'll only need to fix one connection here or solder a wire or two there and it doesn't seem worth the extra time to reach towards my fan, turn it on, do my work, and turn it off. Is it lazy of me? Perhaps!
On the other hand, someone might just leave their fan on for the duration of their work, and while this solves the issue, the added noise to the environment can be distracting. I'd rather be listening to my music than hearing my solder fan run for the next 30 min.
So, is there a solution?! Yes! A DIY Automatic Solder Fan!
Building the ProjectA DIY Automatic Solder Fan is essentially a way to automatically have our solder fan run every time our iron is removed from its stand and then automatically turn off when its placed back in the stand. This way we never have to mess with turning our fan on and off and we will always be removing those solder fumes! Lets take a look at the project!
The heart of the project is the KY-032 Infrared obstacle sensor. Often used for obstacle avoidance, I found through testing that it performs well at simply detecting any object, including our soldering iron. We will use this sensor to detect if the soldering iron is in front of the sensor, or if it has been removed from the stand.
3D printed bracket
First I designed a bracket in fusion 360 to hold our obstacle avoidance sensor. I settled on placing the sensor perpendicular to the iron so as to avoid heat from the iron warping the bracket.
Relay and junction box
Next I wired up the high voltage power cable to the relay. Do not attempt working with 120v if you do not feel comfortable, safety first. When our sensor detects that the iron has left the stand, a signal will energize the relay and we'll get a closed connection, powering our fan.
Wiring the Arduino.
See schematic. After wiring, the Arduino was mounted to the junction box and enclosed in its own protective case.
Coding the Arduino.
The code for our project is very simple, essentially we have a loop reading the state of our sensor. If the sensor doesn't detect an object, the relay will turn on the solder fan and vise versa. It's that simple.
Results and ConclusionsAll and All this project works great and I had fun making this. I hope this inspired someone to make something creative as well! Happy building and happy coding!
Comments
Please log in or sign up to comment.