![]() | ![]() | ![]() |
| | |||||||
| Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| Apologies if this is not the right kind of forum for this, but it came up in my search and appears to be the kind if place I'm looking for. I am a complete amateur when it comes to wiring and circuit boards; not even an amateur, a complete noob, I know next to nothing other than LED's require resistors to prevent them from burning out. What kind of resistors? I don't know. So please keep that in mind and bear with me. That said, I am hoping someone here would be willing to help me come up with a simple diagram for an LED bar graph circuit made out of parts I can find at Radio Shack, online, or other small electronics stores that I can put together myself pretty easily (So long as I can solder and follow the diagram). The LED bar graph would simply bounce up and down, similar to what you would see on a stereos sound level graph, or what is seen in the video below, but the pattern does not actually have to represent a read out. http://www.micsaund.com/wp-content/u...2/bargraph.avi The LED bar graph in the video was created to display the RPM of his hard drive, and from what I can tell requires special computer peripherals to program the circuit, which I'd rather not have to purchase. There is another circuit I'm interested in too, preferably running from the same on/off switch and power source as the LED bar graph, but it doesn't have to, and it is much more simpler. It's just a couple of static LED's, a couple of blinking ones (no pattern), and a strobe LED that turns on at the press of a momentary push button. Again, I apologize if I have come to the wrong place, and if what I am asking for is a bit more complicated than I think it is, please let me know. If anyone is curious what this is for, it's lights to go inside of a movie prop replica. Any help is appreciated, thank you! And if you need any more info please let me know. | |
| |
| | (permalink) |
| Here is a circuit that preforms a similar function. The controller causes the lights to light up one by one to full light, then the sequence starts over. Maybe this schematic can be modified to work for my needs? ![]() Since I made this thread I was thinking about the use of the bar graph LED, and I think it might be better to use regular LEDs, or flat LEDS, as my space reserved for the LED Bargraph might be too irregular for it. The display area is 1 3/8" x 1/4" which can comfortably house 7 large LEDs. | |
| |
| | (permalink) |
| I'd suggest picking up a 101 electronics projects kit and going through that until you get your footing. Starting off trying to make a circuit as depicted above when you know nothing is not a good idea. Also, the micro controller programmer and chips the guy in that video used to make that LED bar graph will cost you less than all the components on the above circuit, and be easy and simpler to construct.
__________________ "Because I be what I be. I would tell you what you want to know if I could, mum, but I be a cat, and no cat anywhere ever gave anyone a straight answer, har har." | |
| |
| | (permalink) |
| Yeah but what are the computer peripherals going to cost me? I can follow instructions pretty well, it's just a matter of having instructions to follow. | |
| |
| | (permalink) |
| You've obviously not googled for it then =) They use standard serial or parallel ports, if you want to build one yourself, printer port programmers are popular because they're 5 volt so they can interface directly with the micro controller with the right software (free)
__________________ "Because I be what I be. I would tell you what you want to know if I could, mum, but I be a cat, and no cat anywhere ever gave anyone a straight answer, har har." | |
| |
| | (permalink) |
| This might be way over my head. I don't even know what I'm Googling, heh. Am I right in thinking a diode is like a check valve for current? | |
| |
| | (permalink) |
| Look it up on wikipedia as well (Wikipedia is an awesome general refrence) Micro Controllers. Specifically PIC's and AVR's (Microchip makes PIC's, Atmel makes AVR's) little IC's between 8 pin dip to 40 pin dip to 64pin TQFP and higher. Programmable computers in a single chip.
__________________ "Because I be what I be. I would tell you what you want to know if I could, mum, but I be a cat, and no cat anywhere ever gave anyone a straight answer, har har." | |
| |
| | (permalink) |
| Well something else I was thinking of, assuming diodes work the way I think they do, couldn't I get a cheep chaser kit and modify it for my needs? From my understanding diodes are like check valves, meaning the current can flow in only one direction. So let me try to illustrate what I am thinking. Lets say that < or > represents a diode, and the direction the arrow points signifies the direction the current is alowed to flow. I'll use a dash (-) to represent an inactive LED, and a "o" to represent a lit LED. If I have a chaser kit that "frame by frame" runs as depicted: 1. o------ 2. -o----- 3. --o---- and so on till it loops back to 1. If I set up diodes to send the current backwards will that create the stacking effect I am looking for? 1. o<-<-<-<-<- 2. o<o<-<-<-<- 3. o<o<o<-<-<- and so on till the end. | |
| |
| | (permalink) |
| If your assuming that the electricity is flowing left to right then how would the electricity penetrate the first diode and even reach the second LED? | |
| |
| | (permalink) |
| Because the chaser kit lights each LED individually. Through the diode the active area in the normal chaser sequence, say light in the 4th place, is the one powering the LEDs before it. If the sequence lights from left to right, and the current flow allowed on the diodes is going from right to left, then the current would be sent backwards and lighting the previous lights... in theory. | |
| |
| | (permalink) |
| ... 123456 OFF ------ F1. o----- F2. -o---- F3. --o--- F4. ---o-- F5. ----o- F6. -----o But with the diode, current flowing from the right to the left, the lit area would allow current to flow back (<---) to the previous LEDs. Active LED 2 also powers LED 1, but when LED 1 is lit the diode prevents the current from flowing to LED2. Active LED 3 also powers LEDs 1 & 2, but LED 2 does not allow power to reach LED 3... and so on. F1. o----- F2. oo---- (diode running current from LED 2 lights LED 1) F3. ooo--- (diodes running current from LED 3 light LEDs 2-1) F4. oooo-- (diodes running current from LED 4 light LEDs 3-1) F5. ooooo- (diodes running current from LED 5 light LEDs 4-1) F6. oooooo (diodes running current from LED 6 light LEDs 5-1) Last edited by ThrowingChicken; 28th February 2007 at 04:51 AM. | |
| |
| | (permalink) | ||
| Quote:
http://www.electronics-tutorials.com/devices/lm3914.htm And feed it with a peak rectified signal from an audio source like a radio / sound card so you get that random bouncing effect just like a VU meter because it IS a VU meter. Quote:
http://www.talkingelectronics.com/Pr...ircuitsP1.html
__________________ --- The days of the digital watch are numbered. --- | |||
| |
| | (permalink) |
| Thanks! I'm getting some interesting results so far, even some VU meter kits for just a few bucks. I'd still like to know if my theory on the diode modification of a chaser sequence will get the effect I think it will, if someone can pipe in about that | |
| |
| | (permalink) |
| haha, im sorry, i did not read the chaser kit part. For whatever reason i just thought that you were talking about a circuit where all the LEDs were lit and then the diodes were going to somehow make the graph go to full. Sorry about my misunderstanding. | |
| |
| | (permalink) |
| But would it work on a chaser kit? | |
| |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
| | ||||
| Title | Starter | Forum | Replies | Latest |
| Electronic Systems (General Electronics) | ThermalRunaway | Electronic Books | 39 | 4th October 2008 11:56 AM |
| power electronics circuit analysis | ptewright | Electronic Projects Design/Ideas/Reviews | 2 | 25th November 2006 09:17 AM |