Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

LED house sign

Status
Not open for further replies.

sammy004

New Member
Hi guys is there anyone that can help me out here. I am tring to build a LED house number sign something like the ones below but I can't find any tutorio on how to do this, so I was wondering if anyone here can help me out or show me how to do it. Your effort will be greatly appreciated.
**broken link removed**
 
Do you want a fixed number with a fixed color?

A number with a single color is as simple as making a circuit board with LED locations chosen as needed. Likely LEDs are in series groups to prevent an unreasonable voltage requirement.
 
There are a bunch of ways to do this. Here's how I would start (on paper): Hook up several strings of LEDs, with each string having its own current-limiting resistor. Add up all the voltages of the LEDs in each string to find out how much voltage you need to drive the string. Say you have around 22 LEDs per number on the sign, and 4 numbers, and you want to power the thing from 12V. You then have 88 LEDs to drive. Let's say you also want super-bright green LEDs which have a forward voltage of 2V each and each is designed to take 20mA. You can have a maximum of 6 LEDs per string (2V per LED). . .but you should always build in a little extra because your voltage will probably not always be exactly 12V. A maximum of 5 LEDs per string will let the string work down to 10V. So (88 LEDs/5 LEDs per string) = 17 strings of 5 LEDs each, plus one string of 3 LEDs to make 88.

So now each of these 18 strings needs a current-limiting resistor. You calculate that with the formula R = (Vsupply - Vload) / I. R is the resistor value, Vsupply is the supply voltage (12V) and Vload is the sum of the forward voltages of the LEDs in the string. I is the amperes required by the string. LEDs in series don't add their ampere ratings, so while a string of 5 2V 20mA LEDs in series has a forward voltage of 10V, it still has an ampere rating of 20mA.

So for each 5-LED string: R = (12V - 10V) / 0.02A, so R = 100 Ohms. For the 3-LED string, R = (12V - 6V) / 0.02A = 300 Ohms. If you only have access to 10% resistors then use 330 Ohms instead. You need 17 100 Ohm resistors and 1 300 Ohm resistor.

Now you need to make sure your power supply can handle it. You could power this array from any 12V wall-wart which can supply 360mA. (360mA = 20mA per LED string.) However, an unregulated power supply will probably supply more than 12V if it is really overrated (say 1A or more) so try to get something closer, like a 12V 500mA adaptor.

But: what other features do you want it to have? Should it light up only when it's dark out, should it fade on and off, etc.


Good luck!

Torben
 
Ouch!

What a lot of work just for a number! :confused:

Why don't you try this:?

Get some acylic glass coloured the way you like most, yellow, red or any colour. Buy a bunch of self adhesive paper dots in a paper shop and put them nicely on the rear side of the glass. Then spray it black. When the paint is dry remove the paper dots and you have something left looking like a LED. Use an incandescent lamp inside and shade it so it will emit light not directly onto the glass.

Your friends will admire you for the lots of work youv'e done. :D

Saves one week of soldering and possibly fried LEDs too.

Boncuk
 
Boncuk said:
Ouch!

What a lot of work just for a number! :confused:

Why don't you try this:?

Get some acylic glass coloured the way you like most, yellow, red or any colour. Buy a bunch of self adhesive paper dots in a paper shop and put them nicely on the rear side of the glass. Then spray it black. When the paint is dry remove the paper dots and you have something left looking like a LED. Use an incandescent lamp inside and shade it so it will emit light not directly onto the glass.

Your friends will admire you for the lots of work youv'e done. :D

Saves one week of soldering and possibly fried LEDs too.

Boncuk

While I agree in principle (that is, it's silly and a waste of money and time), this should be doable on a Saturday afternoon at most, unless you're soldering with a banana. :)


Torben
 
Last edited:
The Source was clearing those things out for $3 about 2 months ago.

It makes sense to power your house number in a world going green ;)
 
Is there a step by step tutorio online. I know since this is an easy project to build people might not put out a tutorio for this, but I'm just start over fresh in the electronics field.
 
sammy004 said:
Is there a step by step tutorio online. I know since this is an easy project to build people might not put out a tutorio for this, but I'm just start over fresh in the electronics field.

Hi Sammy,

Are you determined to use individual LEDs instead of just shining a light through some holes? What is your experience level with soldering and LEDs and such? As noted it's an expensive and labour-intensive way to do the job.


Torben
 
Tacan said:
Interesting idea, i may want to build one myself.

Please plan for two. My house number is short: 54 :D
 
In my opinion it is not a great task. A few things to keep in mind about LED's are:
The luminous intensity or mcd can vary with forward current.
Different colored LED can be connected in series and the current thru each LED will be the same, but because of the individual charastics the various colors may not be the same intensity.
The LED's have a polarity so they need to be connected properly.

If I were going to make such a sign I would choose all the same color of LED.
I have used 3mm(T1 size)and 5mm(T1-3/4) size numerous times. I have selected a front panel, plastic or metal, drilled holes in the pattern I wanted and put the LED's in the panel. Glued them to the panel sometimes with hot glue or general purpose cement. Wired a small number in series, used a current limiting resistor, and had multiple strings in parallel, suppled with a DC voltage for illumination. If the LED's are mounted fairly close to each other the bent leads can be soldered together for the series connection.

As a side note you always don't need the full current for illumination. I have some high intesity blue leds that just about blind me with only 5mA of current.
 
Torben said:
Right, but with bright LEDs we're talking over 100V even for the 3-digit signs, aren't we? Yow.


Torben
I've seen LED signs with no transformer, perhaps you can run about 50 LEDs directly from 120VAC with a blocking diode and resistor. Dangerous if you're not sure what you're doing.
Or you can break them up into sets.
 
Kind of late, but the cheap and easy solution would be Christmas lights. I usually check after the holidays, for the LED stings on sale. Last Christmas was a bust, only found a few red, and not much of a discount. Probably waited too long.

Anyway, cheaper then buying individual LEDs, pre-wired. Just layout your numbers, drill a bunch of holes, stuff the LEDs in.
 
Torben said:
Hi Sammy,

Are you determined to use individual LEDs instead of just shining a light through some holes? What is your experience level with soldering and LEDs and such? As noted it's an expensive and labour-intensive way to do the job.


Torben

I wouldn't mind LED's because I have like 200 blue led's I picked up back home in the old country almost 1 cent a peice. But the other way sound cheesy but as long you can't see the light in the middle and just the dots that will work also.

Oh yeah I forgot one other thing what if I wanna add a light sensor to it so it turns on at night, where can I get a diagram of this circuit?
 
Last edited:
blueroomelectronics said:
I've seen LED signs with no transformer, perhaps you can run about 50 LEDs directly from 120VAC with a blocking diode and resistor. Dangerous if you're not sure what you're doing.
Or you can break them up into sets.

I saw a site addressing this idea a while back but I can't remember where now. Seems like it would work but I agree it's dangerous for a beginner, especially in something which is presumably going to be out in the weather. I like breaking them into sets for a more practical voltage, even though it means more resistors and (very slightly) more work.


Torben
 
sammy004 said:
I wouldn't mind LED's because I have like 200 blue led's I picked up back home in the old country almost 1 cent a peice. But the other way sound cheesy but as long you can't see the light in the middle and just the dots that will work also.

I don't suppose you happen to know the voltage? If not try a few at 3V and 15mA. [Edit: I mean, try a few LEDs from the batch, one at a time--just to get an idea of what the batch is like.]

Oh yeah I forgot one other thing what if I wanna add a light sensor to it so it turns on at night, where can I get a diagram of this circuit?

Depends on what the display circuit itself ends up looking like, as you'll need to take the amount of power you need to switch into consideration. In the meantime you can Google for something like "LDR switch" or "dark alarm schematic" and read up on it.

When you're Googling for example circuits, you may have better luck if you use the word "tutorial" instead of "tutorio" if you're looking for English pages.


Torben
 
Last edited:
For two digit house # I purchased two 7-segment 3-inch size. Wired it for my number "23". Each segment VF (forward voltage) was 7 volts. You may calculate resistor value for each segment according to following formula. source voltage-VF/I (Current). In my case it was 12volts-7volts/.01(Amp)=470 ohms.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top