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.

Can someone help me with a circuit that will light up 5 leds in parallel without usin

Status
Not open for further replies.

Ishikawa

New Member
I apologize for this

Deleted by original poster (sorry for the mess I had to do this, red further below for the real question)
 
Last edited:
The problem here is that the first one will not turn on until you reach about 2 volts which is the forward voltage for a red LED. If that is going to be a problem google for LM3914 and take a look at that.
 
I apologize for this

Deleted by original poster (sorry for the mess I had to do this, red further below for the real question)
 
Last edited:
Your question is really pretty vague?, do you just want to make a sweeping pattern at a fixed speed?.

Easy answer use a PIC - parts list:

1 x PIC (programmed)
5 x LED
5 x resistor
1 x 5V supply

A tiny 8 pin PIC would be enough, and the simple PICAXE version would be more than enough for the job, and is cheap, and easy to programme.

Bear in mind as one LED is always ON, you only need four channels, connect the first one simply across the supply (via a resistor of course).
 
Ishikawa said:
Another thing which I forgot to mention, to light up leds in a certain sequence or pattern does each led have to be connected to a wire, can't the leds be connected together and then connect the necessary wires to the first and last led at most without touching the other leds and achive the pattern I described above?

Thanks
Can you draw that out? That will be easier for us to see.
You can only connect one side of them together, either the anode or cathode.

As Nigel said, it's easier to use a PIC.
 
OK here r the pictures of what I'm trying to do look at them on order please from 1-7.

0.jpg

1.jpg

2.jpg

3.jpg

4.jpg

5.jpg

6.jpg

7.jpg

8.jpg

I should done this from the beginning I got those picture from a video, all the leds of the heart would blink 3 times and then turn on the leds in the sequence as show in the pictures.

However how did he manage to turn on the leds in that sequence with only 5 wires connected to the circuit?

I I were to do that I would use something like a counter and connect each Q output to a row of the heart so if u count the number or rows that will light up in that sequence it would around 9 rows.

So I'm mostly curious is how did he manage to do that with only 5 wires connected to the circuit.

Note: There doesn't seem to be any resistors. transistors, gates in between the leds.

Also is that a pcb board? it looks a bit soft kinda a like sheet of paper no?

Thanks
 
Last edited:
He has atleast 14 LEDs positioned in a pettern as we could see the 5th photo from the top. when all of them are ON.
 
heart.jpg

That is how the heart is turning on, so if u look at the rows of the same color, each is a stage so if u count them excluding the first on because it is alway on u have another 8 stages turning on one after the other and when they reach the (light blue dot) they start turning off on one after the other until they reach the first one (red dot) and then they turn on again, this is done 3 times and then all the leds blink 3 times and then they turn on in they way I just described and so on.

so how can he turn on the other 8 stages with only 4 wires left?

Nigel Goodwin: Don't forget, he's only switching four LED's, not five, the 5th is permanently wired

There is a total of 16 leds (9 stages being turned on in total) the first one (red dot) is always on, so there is 15 leds left being turned on 2 at a time expect the last one (light blue dot) which is 1, so there is 8 stages left turning on.

Thanks
 
Last edited:
hi,
Looking at your 1st posting LED pattern, I would agree with Gordz, a LM3914 set for bar mode. Drive the input of the LM3914 with a ramp voltage.

If your LED's require more current than the LM can supply, use the LM to drive 4/5 transistors, which drive the LED's.
 
Ishikawa said:
That is how the heart is turning on, so if u look at the rows of the same color, each is a stage so if u count them excluding the first on because it is alway on u have another 8 stages turning on one after the other and when they reach the (light blue dot) they start turning off on one after the other until they reach the first one (red dot) and then they turn on again, this is done 3 times and then all the leds blink 3 times and then they turn on in they way I just described and so on.

so how can he turn on the other 8 stages with only 4 wires left?

Right, so we're not discussing your 5 LED design anymore then? - you can feed more LED's with less wires by multiplexing or charlieplexing the connections.
 
From Ishikawa's description, I can imagine the operating sequence of the LEDs. Although the circuit can be designed using sequential machine technique and implemented with counters & logic gates. The design work is not easy and simplifying the logic equations is difficult. The involved logic variables may be up to 7 or 8 at least I guess. So the simpliest way I would agree with Nigel - use a PIC.

regards,

micro_1
 
Sorry about the mess

Forget about my first post. start from the heart pictures.

Thanks Nigel Goodwin ....I'll look into (multiplexing or charlieplexing the connections).

Also I'll look into **broken link removed**.

The whole point of my project is to do it just like it is shown in the pictures so let's forget about the counter and timers.

I wanna do it such that my circuit will result just like it is shown in the pictures.

So is it a sure thin that he might have used multiplexing or charlieplexing?

Also amazingly he seems to be powering it up using a mobile phone battery and a mobile phone battery has a 3.6V and at least 900mAH, so the circuit doesn't seem to consume much power despite the number of leds. That is also one of the reasons y I believe he doesn't seem to be using IC chips. Very hard to power up an IC hip on 3.6V battery
 
Last edited:
Ishikawa said:
That is also one of the reasons y I believe he doesn't seem to be using IC chips. Very hard to power up an IC hip on 3.6V battery


Don't you think mobile phones use chips?.

There are plenty of PIC's that will work off 3.6V, and it's VERY likely that a PIC (or other micro-controller) is used to drive the LED's.

BTW, the PIC application note is an example of charlieplexing.
 
I just noticed that with the charlieplexing method will probably be hard to keep each row of leds ON like it is shown in the pictures.

This method will turn them ON and turn them off by the time it turns ON the next row of leds.
 
Ishikawa said:
I just noticed that with the charlieplexing method will probably be hard to keep each row of leds ON like it is shown in the pictures.

This method will turn them ON and turn them off by the time it turns ON the next row of leds.

You do it so fast you can't tell they are flashing, it's a VERY standard technique.
 
Status
Not open for further replies.

Latest threads

Back
Top