UV LED Exposure Box

UV LED Exposure Box
How to build an Ultra Violet Exposure box using LED's.

Your last Veroboard project!

A UV exposure box is an extremely useful piece of kit. It can be used to make proper PCB's. It can also be used to make other things such as intricate photo etched parts (a subject for another instructable). The trouble is they can be a little pricey for the hobby enthusiast especially if you want the double side type.
This instructable outlines the construction of a double sided UV exposure box using the recent generation of high brightness UV LEDs.

Why use LEDs?
LEDs are far more energy efficient than either incandescent or fluorescent lamps offering between 5-10 times more efficiency making them cheaper to run and kinder to the environment. They also (unlike fluorescent tubes) do not contain mercury. LEDs have a far greater life span than the other types of lamp measured in decades rather than months. The frequencies being emitted are also in a tighter band making UV LEDs safer than the traditional UV tubes. There's also just something cool about LEDs, I can't put my finger on it, but ever since I was a kid I've found them to be one of the more fascinating electronic components.

Is there a disadvantage to using LEDs?
Not really, however the UV exposure box I have detailed here is a little less powerful than the commercially available ones. This means that your exposure times will be around 2 ~ 3 minutes as opposed to 30 ~ 40 seconds, but come on, do you really need your PCB's to be produced that quickly? Anyway sometimes having a slightly slower exposure time can be an advantage allowing you a little more control.

This UV Exposure box will consist of 2 UV panels; each having 84 LEDs a total of 168 LEDs. Each panel will draw about 700mA at 12v. This makes each panel 8.4watts a total of 16.8 watts for the whole thing.
 
Remove these adsRemove these ads by Signing Up
 

Step 1Materials

Materials
The most critical parts of this project are the UV LEDs, you are looking for 5mm Ultra Violet LED 2000mcd 395nm, 3.4V 20~25mA.
I bought two 100psc packs from eBay.
If you find something better then ensure that they are;
- At least 2000mcd in brightness
- Have a peak wavelength of less than 400nm.
- A viewing angle of at least 20 degrees.

You will also need 2x 160mm x 100mm pieces of Veroboard and 56x 75R resistors.
Another important choice is the PSU. I used a plug in, 12 volt 24 watt switch mode power supply. Switch mode power supply's are far more energy efficient than most other types and are also very stable.

All the other parts and materials are easy to find. Some I bought, some I salvaged. This is where you own judgement and taste comes in. In the end it's up to you how closely you follow my design. I've included all the CAD drawings and schematics as metafiles so they're easier to read when you print them out.
« Previous StepDownload PDFView All StepsNext Step »
103 comments
1-40 of 103next »
Dec 22, 2011. 10:45 AMjeddar says:
I have a question, would the output from this UV box be enough for it to be used as a sterilizer box? I do my own beer/wine brewing and I'd love to be able to fit a rig I could use to sterilize equipment in between batches..
Jan 21, 2012. 7:37 AMCODIY says:
No, the wavelength for sterilization is much shorter than this type of LED can emit (<300 nm where these are likely closer to 400 nm). UV LEDs for sterilization are expensive and difficult to find in small batches.
Oct 11, 2011. 3:59 AMrlorenzo says:
can i just use normal LED's ??? this parts are hard to find here back in Pilippines.

Oct 13, 2011. 4:55 PMandrewmosqueda says:
UV LED is available at e-gizmo (taft ave, along DLSU). 3.50 PHP a piece.
Oct 13, 2011. 9:53 AMdwah says:
this glass too thick for LED UV going pass thur glass..
Oct 11, 2011. 4:03 AMrlorenzo says:
can i just use a normal LED.....?
Jul 7, 2010. 7:52 PMVogavt says:
I built the box, but I seem to keep blowing LED's. I'm using the supplier that you recommeded and everything appears to be okay. However, I noticed that when I turn off the wall-wart type 12v power supply, I have some latent voltage residing on the board. I can see some residual glowing of some of the LED's immediately after turning the unit off. It does eventually fade out, but if I turn the unit back on too quickly, I have a bright flash of the LED's. It's as if there is a capacitor somewhere that's holding current in the 12v transformer. Any ideas or suggestions to bleed off the current? I'm a newbie at these sort of things.
Jul 11, 2010. 5:33 AMVogavt says:
Okay. After surfing around the web I've found out what a "Bleed Resistor" is, but I haven't been able to find out definitively how to calculate the amount of resistance needed or exactly where to put it in the circuitry. Any suggestions would be welcomed.
Dec 30, 2010. 11:57 PMpanic mode says:
Why guess resistors? Calculate:

Most efficient way is to use make strings of few LEDs in series with resistor (and you can connect many such strings in parallel)

R=(V-n*Vf)/If

P=R*(If)^2

where

R= resistance (Ohms)
V= power supply voltage (Volts)
Vf= LED forward voltage drop (usually about 2.2-3.8V for most LED, read specs)
If= LED forward current (usually 20mA, read datasheet)
n=number of LEDs in series (in one string)
P = resistor power (Watts, minimum rating)

note: you should aim to get the voltage difference to be about 2V:
(V-n*Vd) ~ 2V

reason:
if the difference is greater, the more energy is wasted into heat by resistor (you need more powerful resistor and power supply).
if the difference is too small you loose current regulation because LEDs are non-linear device.

calculation example, assuming you are using

V=12V
Vf=3.2V
If=0.020A (that is 20mA)
n=3

R=(12-3*3.2)/0.020=120 Ohm
P=120*0.02^2=0.048W (you can use 1/8W or 1/4W without problem)

note how P is small. that is because we have (12-3*3.2)=2.4V

using large resistors makes no sense because to get current to match spec, you would need high voltage (this is not just dangerous but also means that most of the energy is wasted in heat so those resistors would have to be for high power).

for example using same scenario
Vf=3.2V
If=0.020A (that is 20mA)
n=3
R=47k

we would need resistor to have power rating of at least
P=47000*0.020^2=18.8W

(and that was just power three LEDs)

Also DC power supply would need to provide much higher voltage which is
V=n*Vf + R*If
V=3*3.2 + 47000*0.020
V=9.6 + 940
V=949.6V

That is way too much just for poweering few LEDs.

So that was introduction for current limiting resistors.
For bleeding resistors we calculate it from time constant.

t=RC

where
t = time (seconds)
C=capacitor in power supply
R= resistor (note this is combined resistance of load and bleed resistor)

R=t/C=Rb*Rc/(Rb+Rc)

Rc=V/(m*If) this is load resistance (for m LED strings drawing current If)
Rb=bleed resistor

Say you have simple 12V PSU with bridge rectifier and 10000uF capacitor and 6 LED strings drawing 20mA

C=0.010 F
m=6
Rc=12/(6*0.020)=100 Ohm

Without bleeding resistor t=RC=0.010 * 100= 1 seconds
which is shourt enough

adding bleed resstor in parallel, we can bleed the capacitor faster (total resistance is smaller and t=RC is smaller).

Say we use Rb=18 Ohm

R=18*100(18+100)=15.25 Ohm

t=RC=15.25 * 0.010 = 0.1525 sec

so turn off time was reduced by about 6x.

note that value of bleed resistor was quite small. usinglarge value such as 10k or 47k would not make any difference.

also keep in mind power disipated by bleed resistor P=12^2/18=8W
(which is more than used power for LED circuit in this example).

good luck
Sep 4, 2011. 10:16 PMIRQ_VET says:
http://youtu.be/qPt0X5s-1JU
Aug 17, 2011. 11:14 AMdedson1 says:
By varying the types of LEDs to get the proper output you could also use this as a light box for seasonal affective disorder. Just a thought.
May 30, 2011. 6:26 PMagodinhost says:
There is a site that provides one wizard to help you with any different setup in mind: http://led.linear1.org/led.wiz

Just enter your number of leds and the wizard will help you to decide the resistors, the arrange of leds and the PSU that you will need.

My 5 cents, I hope it helps.

Cool instructable by the way, really cool stuff.
Jun 27, 2011. 6:46 AMrykonen says:
Love the link.
May 30, 2011. 6:21 PMagodinhost says:
Hi, please, were did you bought your leds? I did looked in ebay but I can't say for sure that those leds there really have 20º view angle. All leds that I found there are kinda suspicious, chinese cheap fake stuff, even tough they say they are 20º I can't trust. I'm in Brazil and at here ebay is the more easy way to get electronics by a decent price but not in this case.
May 15, 2011. 2:00 PMrykonen says:
I love this instructable. How do I figure out how much power my LED's will need? I want to do four times the amount you have here... Could I just repeat the LED corn rows a few more times before I run it to the 12v ? (That idea doesn't seem right some how...)
May 20, 2011. 5:57 AMNazdro says:
Hi,

I'll assume you're using the same kind of LEDs and resistors that are specified then for every veroboard you've got 84 LEDs in bundles of three connected in parallel. Thus for every bundle you've got a forward current of:

I_f = (12V - 3x3.4V)/75ohm = 1.8/75 =24mA

So one veroboard, with 84 LEDs, will draw a current of

I_vero = (84/3)x24mA = 672mA

So if I've understood you correctly you wish to have 8 veroboards of UV LEDs then after you've connected them in parallel the total power drawn from the source would become:

P_total = 12Vx(8x672mA) = 12Vx5.375mA = 64.5W

So you'd need a 12V 65+W power supply, though to be on the safe side I'd personally use a 75W. Though as I said, you might be using LEDs with a different forward voltage so here's a formula where V_f is the forward voltage of your diodes:

P_total = 2304(4-V_f)/25 W
May 21, 2011. 9:35 AMrykonen says:
Looks like I will be able to use certain laptop chargers, as some of them have these exact specifications. Very cool. Thanks again.
May 21, 2011. 11:23 AMNazdro says:
You're welcome, and I hope it works out for you :D. Though as with all such things, take care that everything is unplugged when you're working on it. 5 amperes are quite the punch if they ever decide you're the path of least resistance.

Just out of curiosity, what kind of setup needs that big an exposure surface?
May 21, 2011. 12:24 PMrykonen says:
The box I have is big and I want to be able to make stencils for screen printing, as well as other things like guitar amps and synthesizers in the future... :) oh summer!
May 21, 2011. 9:29 AMrykonen says:
Wow, thank you! That was incredibly helpful. It's nice to hear these formulas from a couple different places to get the application correct.
Feb 7, 2011. 1:52 PMPyroflea says:
Would I bet better off having a 7 x 7 grid of 7000mcd LEDs, or a 10 x 10 grid of 3000mcd LEDs? I don't make very large boards, so both are of adequate size. I get get either configuration for the same price, so I'm just curious which to go with.
Feb 6, 2011. 9:08 AMDeanM87 says:
Hi, nice instructable! was just wondering, where you got your LEDs? well, ebay obviously! but what seller? ot Store? there are many but most dont list all the specs. some leave out hte mcd! some leave out the wavelength! one store i found was TopBright LED store. is that the place you got yours?

Regards,
Dean
Jan 28, 2011. 1:47 PMloluengo says:
Has anyone had experience using this UV lamp for curing UV solder mask? Is it enough powerful for this use?

Great instructable!
Nov 15, 2010. 4:52 PMwdfitz2000 says:
Looks like a good project, think I'll try it. Does anyone know an easy way to align the front and back transparancies (masks)?

Don
Jun 7, 2009. 2:25 PMandreq says:
Great instructable! Here is my first ever PCB using this method. I was previously making them by hand. I'll never go back to sharpies! I've built a simple UV light box using an average size plastic shoe box and 35UV led (30degree view angle). I've made some calculation, but in the end I've just placed the led 1 inch apart as it seemed to light more uniformly. This is my "test pattern" From left to right, 30 seconds to 5 minutes exposure time. The Second picture is a close-up of the best result, 3:30 minutes I'm using 3 layer of ink jet transparencies. 1 print is black, one is photo green and the third is black. I've read somewhere that photo green should have some UV repellent in it. Anyway, the result where perfect! p.s. See full size images for better comparison
IMG_2256.JPGIMG_2259.JPG
Sep 20, 2010. 5:41 PMPhysika says:
Andreq, could you tell me what was the mcd output of the LEDs you used?
Sep 20, 2010. 6:11 PMandreq says:
I used a mix of

http://www.bivar.com/product-details.asp?PartNo=UV5TZ-400-30

and

http://www.bivar.com/product-details.asp?PartNo=UV5TZ-395-30

Hope this can help :D
Nov 13, 2010. 8:40 PMhamstanz says:
Do these work well ? And how long does it take to expose a board ?
Thanks
Nov 14, 2010. 8:20 AMandreq says:
As I said in my comment, I use 3 layer of ink on my transparency + 3:30 exposure time.

They work pretty well for me!

You should make your own test pattern with 30sec exposure increment because I might not be using the same photo resist PCB clad board. Each brand is different.

Good luck
Sep 20, 2010. 6:55 PMPhysika says:
Thank you very much. I went to the site and checked out the datasheet, which was interesting. The emission spectra are only 10-20 nm wide, which is great. Also, they give the output in mW....20 mW output typical. With a forward voltage of 3.4V and a recommended forward current of 15mA, this means it is about 40% efficient in converting electrical energy to UV.
Jun 24, 2009. 9:07 PMandreq says:
Here is my first "real" PCB. It's a simple PSU for an audio amp I'm currently building. I really like the result I get from my ghetto plastic shoe box :). I should post picture of the box itself.
img2274.jpgimg2263.jpg
Jun 20, 2009. 5:44 AMandreq says:
Hi, I think 2 layer could be enough, but as I'm relaying on Internet for most of my information about UV Pcb making, I've read somewhere that 3 layer give pretty good result... and now I'm mostly convinced! If you don't want to waste too much transparency paper here is the method I use : 1. Print on normal paper the 3 layer close enough so it doesn't use too much area. 2. Cut a piece of transparency paper the size of the area printed. 3. Tape it to the normal paper making sure there is no tape on the pattern. 4. Reprint on the same normal paper with taped transparency paper on top. 5. Untape and cut transparency to size. 6. Align the 3 layer with some light (I use my LCD screen) and tape them making sure no tape is on the pattern (but it's not too much of a problem). Than you have a nice "thick" 3 layer ultra opaque pattern! Also, it's not mandatory to have everything flash when exposing. I mean, it should be quite flat, but for this test pattern I've moved the top piece of glasses (not on purpose) so up and down and it gave pretty good result!
Jun 7, 2009. 2:27 PMandreq says:
Ho and by the way, the smallest trace is 6mil (!!!) and it's perfectly etched! I guess I could go crazier and use 2-3 mil line, but that's overkill for my homemade PCB :)
Jul 7, 2010. 2:24 AMhamstanz says:
Do you not mean 200 mcd brightness ?
Sep 20, 2010. 5:29 PMPhysika says:
I am wondering if anyone has deeper info about these 2000mcd UV leds. They use similar currents and have similar voltage drops as the 150-200mcd uv leds, and similar view angles. Thus their consumed power is about the same, but their efficiency is about 10 times higher. This seems implausible. I suspect they have a spectrum that includes much more visible light, which increases the mcd value without adding useful uv light. Anyone have more info? BTW - great post djhamer!
Aug 12, 2010. 9:49 AMf2a says:
Nice design, however it wasn't big enough for me. Also I didn't need to do double sided boards. I made a uv light box out of a cigar box that turned out great. Here are some pictures if interested:
052.JPG045.JPG044.JPG006.JPG
1-40 of 103next »

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
25
Followers
1
Author:djhamer