Here are a couple of smallish projects I have just completed:
3D Printed Solder Fume Extractor
A while back I made a solder fume extractor which overtime had become a
bit too bulky for my table, plus it was only using an activated carbon
filter.
Turns out if you want to do any real filtering/removal of fumes you need to use a HEPA filter as this is capable of actually capturing the 0.5µm - 1.0µm particles rather than just removing the odor.
Also if you really want to get fancy you could have a multi-filter setup. For example you could have a pre-filter/HEPA/activated carbon combo, here your pre-filter enhances the lifetime of the HEPA filter, the HEPA filter removes the super small particles, while the activated carbon filter removes the volatile organic compounds that cause odor.
As size was a key constraint for me I had decided to just use a HEPA filter with a powerful computer fan (DELTA PFB1212GHE). To generate the PWM signal which controlled the fan I used an ATtiny13. As this MCU does not have as much grunt compared to say an ATtiny45/85 you have to get efficient with your code, here is a good tutorial on this. Come to think of it, an easier way to control the fan would be by using a 555 timer circuit.
With all that said, if you want to make/modify one yourself you can get the CAD files here.
UPDATE: Have made an attachment that holds an activated carbon filter, so
now the fume filtering is a 2 step process. The CAD files link has all the
relevant info
Reflow Soldering
If you recall my
2018May10 update I was in the process of designing a supa sekrit board. Well not
long ago the PCB, paste stencil, & parts have finally arrived. So
here is a quick overview of how the assembly went down.
1. First off the board was cleaned with some IPA and wedged between a couple of vero/strip-boards to make sure it didn't move around:
2. Then I aligned the Polyimide Film stencil (OHS Sencils). The board is mostly 0805's with the most complex component being a 0.5mm pitched QFN. First time working with Polyimide Film too, next time will probably get a Stainless Steel stencil to make alignment and paste release easier.
Doing a quick functional test shows that the circuit is working, just need
to delve a bit deeper into it and capture some waveforms and what not
No comments:
Post a Comment