For anybody who's worked with hardware and electronics, the sweet nauseating smell of solder is quite familiar (lead-free is for the weak B) *just kidding*). However, we at Bolt IoT, figured it might just be healthier to have an exhaust/fume extractor when we solder.
Hence, keep in line with our Olfactory System Protection series of projects (check out our TrashTalker) with the Bolt IoT, we present, the FumeSucker powered by Bolt IoT.
The basic premise is to build a quick and easy IoT project with the Bolt which can actually benefit other hardware folks as well.
Hardware SetupWe place an LM35 Sensor close to the soldering iron stand to check if it's hot indicating somebody is using it. In case it is, we switch on the fan which acts as an exhaust to suck the fumes away. The fan we're using is a 12Vx 1Amp scavenged PC cooler fan which is controlled via a 5V relay.
The hardware connections are as follows:
The software for the FumeSucker requires only basic GPIO control on the Bolt Wi-Fi module. The LM35 is one of the most painless sensors to interface with MCU boards and a simple AnalogRead() call suffices to give the degree Celsius temperature reading.
On the output side, switching on a relay is as easy as a digitalWrite(1) to switch a pin high.
This is easily explained in the Python script linked in below.
Go ahead! Build the project, experience the satisfying click on the relay as the FumeSucker enriches your next soldering session.
That's it! Have a go at this project and in case you like our little FumeSucker, check us out on Indiegogo, back us, and spread the word! We have exclusive discounts for developers and the first batch of Bolts ships out in Februrary 2018.
Comments