How Can I Build a Digital Color Organ?

AI Thread Summary
The discussion revolves around building a digital color organ using an Arduino microcontroller and audio processing software called Max. The user seeks advice on potential issues with the microcontroller's capability to output PWM signals for controlling six high-power LEDs. There are inquiries about suitable heat sink setups for the LEDs and the necessity of an expensive driver compared to more affordable alternatives. Suggestions include using simpler LED driver chips for better cost efficiency and reliability, while emphasizing the importance of learning through hands-on experience in electronics. The conversation highlights the balance between ease of use and the educational value of building components from scratch.
swagpenguin
Messages
8
Reaction score
0
Hello everyone,

I recently posted about making a color organ, in which I was going to use a circuit to process analog signals. Since then, I have decided to move in a new direction of a digital color organ.

I would really appreciate if someone with more experience than me could give some advice and oversee my build to make sure I don't blow something up haha.

I was inspired by this build.

This is my plan so far.

Using a Jack on my computer to split the audio so that I could send the signal to my speakers, as well as to a program called Max

Max will do all the processing of the audio data, and send the information over serial to an arduino microcontroller.

I am planning on running 6 lights on my color organ (2 low, 2 mid, 2 high), so I figure I will need 6 pins that are capable of sending a PWM signal.

I've never worked with an http://store.arduino.cc/ww/index.php?main_page=product_info&cPath=11_12&products_id=226but it says it can output up to 7 PWM signals.

1. Anyone forsee any problems with this microcontroller and/or can suggest using a different one?

Now becomes the part where I am lost.

I would like to use 6 high power led's such as these. They are the same led's that were used in the build I was inspired by.

Unfortunately, the build uses heat sinks I was not able to find. I found these led's, but I don't know if that helps my cause at all.

2. I would really appreciate if someone could help me find a heat sink setup to work with these lights.

They will be spaced out approximately 6 to 8 inches apart each. Also, I would like to add one of these optical lenses on top to more evenly distribute the light throughout my room, so a heat sink setup that would allow those to fit would be nice.

3. Lastly, I need help finding out what driver I should use to power these bad boys.

The original build used this driver. Compared the the other drivers on the site, this driver was muuuch more expensive. If someone could explain why this one is necessary, then I guess I will go with this one, but I'd rather not spend money on something that isn't necessary. (I am not opposed to having all of the lights the same color if that has something to do with it.)

I know this post is kind of lengthy so I really appreciate your guys' help on this one! Thanks in advance!
 
Engineering news on Phys.org
Speaking to the driver:

You can easily hook three lamps in series to each driver on the driver board so I think it is a decent deal. It's expensive, but done. There is probably $10 worth of parts and a $5 board. If you try to build such a thing by hand you will have no end of problems.

It is a 95% efficient constant current switching converter that can easily handle 700ma lamps. I'm not sure what other driver designs you want to compare it to.
 
As far as the driver goes, is it the fact that it is tri-color that makes it expensive? Or is it just a very good driver that can provide a very steady current. (Sorry if this is a very novice question, still learning.)

So would you suggest getting this driver for the build I am planning?
 
If you decide to make your own PCB (it takes some skill and persistence, but it's not hard) you could:

1) get normal micro controller for 3$ instead of Arduino.
(never was an arduino fan, don't know why, i just hate the damn thing)

2) Get 3 simple led driver chips for 6-9$ MAX! That driver is extremely overpriced IMHO.
ON semiconductor's CAT4101 would do a great job, and all you need is 1 resistor to set the max current. That would be much better for you because chance of you burning your led is 0. While with that thing in the process of experimenting and playing around you might send a constant signal that would send 1 amp trough leds and fry them. I burned lots of transistors when i was a student, trying to read signals with my oscilloscope, and shortening something with the probe. Some of them burned because of mistakes in my calculations. But that's how engineers learn.

3) You will need few resistors, caps, wires etc but that's cheap, you can buy that in your local electronic store.

4) If you decide to do everything by yourself it will take you little longer than if you buy everything but you will learn more about electronics, and that alone is worth the effort IMO.

I have to point out that you will need some tools. Can't do much without tools.
Also if you really are into arduino you can use it, and instead of their driver take 3 chips i recommended and put them on a small protoboard, they are in SMD but there are conversion boards to make them trough hole, or just make the small pcb for the driver only.
 
Last edited:
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...
Back
Top