DIY Double Sided 60W LED UV Radiation Unit With Vacuum Pump

Summary

This is a description of how I designed and built my UV exposure box. After experimenting a bit with dry-laminate photo-resist and liquid UV hardened solder mask I decided to stop trying to improve my toner transfer technique and rather build a proper UV radiation unit for making printed circuit boards.
I wanted it to be powerful and compact so I decided to use UV LEDs as the UV source. The preferred wavelength for the LEDs would probably be 365nm, but those LEDs turned out to be hard to find, and very expensive. The 395nm-405nm LEDs on the other hand are very inexpensive. And best of all, can be bough as high-density LED-strip’s on 5-meter rolls. So I bought two “5M Ultraviolet 395nm 3528 SMD LED” rolls that have 120 LEDs per meter for a total of 600 LEDs per roll. From what I could tell from a bit of googling the wavelength should work even though it is not ideal. Initial tests proved that the 395nm LEDs worked very well.
This page (and the unit itself) is still very much work in progress. The CAD files and firmware source code can be found in my github repository.

Features

The UV exposure unit is controlled by an ATmega328P microcontroller and have the following features:

  • Single and double sided exposure. Each side radiated by a 594LEDs / 30W UV LED panel (The unit has a total of 1188 LEDs providing 60W of LED light).
  • The light panels can be calibrated to give even exposure on both sides.
  • Built-in vacuum pump for laminating artwork and copper-clad.
    • The user can define 2-18 speed steps for the vacuum pump.
    • The vacuum pump can be set to automatically turn off a specified time after the radiation finish.
  • Advanced programmable timer / power control for the light panels with 8 persistent presets.
  • Each of the presets can in addition be backed up to a “hidden” location and later restored.
  • Audible alarm when radiation is complete.
  • User input through a rotary knob that also act like a push button plus 15 standalone push buttons.
  • User feedback through a 20×4 character backlit LCD display with adjustable backlight and contrast plus a piezo beeper.
  • Tracking of runtime. The total on time is tracked. And the runtime of the two light panels and the vacuum pump are tracked with two values each. The absolute time running and the time scaled by the power/speed they where running at.
  • Wear balancing of the EEPROM. Some values in the EEPROM is updated fairly often. Like the currently selected preset. And the runtime counters. So each of those values have multiple locations allocated for them in the EEPROM and new values are written to a new location each time until all slots for the value has been used. Then it will start over. This ensures that the guaranteed 100.000 erase/write cycles will last as long as possible.

Light panels

LED panel. As far as I could tell, this layout would give the most uniform light distribution.

I started by cutting two pieces of 0.7mm sheet steel and cover one side of each with a thin adhesive plastic film. The plastic film ensured that the power traces under the LED strips could not contact the steel. I then cut each LED roll into 22 pieces having 27 LEDs each. Then I glued 22 strips to the plastic film covering each steel plate. The strips was placed as tight as possible and with every second strip offset half a LED spacing to make the pattern as tight and uniform as possible.

Along each end of the strips I added two strips of 5mm copper tape for power distribution. I then added a small piece of copper tape from each negative pole on the LED strips to one of the copper tapes, and then from each positive pole to the other copper tape. Now all the LED strips was connected in parallel and could easily be powered with a pair of wires.

After finishing the first panel I run a few exposure tests to make sure the 395nm light was at all able to activate the dry-film photo resist that I was planning to use. And the test results was very positive. My old method of exposing was a 36W fluorescent light nail curing machine. And with that one I had settled on 2 minutes exposure time. When calibrating the LED panel it turned out that the optimal exposure time was 6 seconds. So I guess that the higher efficiency of LEDs vs tubes was about 24 times more important than the wavelength difference between the two. At least for the dry-film photo resist.

Read More: DIY Double Sided 60W LED UV Radiation Unit With Vacuum Pump

Leave a Comment

Your email address will not be published. Required fields are marked *