I suspect the problem is that the total current draw would need to be 7.5A. That's quite a lot. Any shield would need its own power socket, as it would not be practical for the Arduino to provide any shield with that much current, regulated or otherwise, at any voltage. But it would not be too difficult to make your own shield from stripboard. Your shield would have its own power socket and it would in turn provide power to the Arduino's own regulator.
Also I see you have posted the same question twice. That's not really considered good manners here, but newbies are treated with forgiveness (the first time ;)).
So why 6 channels? Your explanation earlier about higher voltages and currents did not sound relevant to me. The only reason for needing 6 channels would be to mix 2 colours at once (3 channels for each RGB combination). Any Arduino can do this with almost zero load on its computing power. Switching higher voltages or currents is just a matter of choosing the right components, as you said.
Paul__B:
What you want sounds as if it may be available already in a motor control shield.
PLEASE point me to it if you see something similar. I have looked and looked and looked again.
I even found a 16 channel PWM version but the max current is 1A per channel (16A) total. Thats no good to me because my LED strips are 5m in length and the current draw is ~2.5A for the non-RGB ones.
PaulRB:
So why 6 channels? Your explanation earlier about higher voltages and currents did not sound relevant to me. The only reason for needing 6 channels would be to mix 2 colours at once (3 channels for each RGB combination). Any Arduino can do this with almost zero load on its computing power. Switching higher voltages or currents is just a matter of choosing the right components, as you said.
Paul
I was thinking 6 channels because if I am going to go through the trouble of making a shield, I want to make sure that I can drive at least 2 RGB LED strips in every possible way.
I found something VERY close to what I am trying to do but it peaks out at 1A per channel, I need more than that!
Sugguested parts list (enyone feel free to chip in if I miss anything or suggest anything unsuitable):
6 irl520 (assuming strips are wired common anode) or Bob's suggestion on the other thread.
6 10K
6 150R
Stripboard
Barrel connector for 12V input
4 2-way pcb screw terminals
PaulRB:
Ok, so you are prototyping on breadboard first?
Sugguested parts list (enyone feel free to chip in if I miss anything or suggest anything unsuitable):
6 irl520 (assuming strips are wired common anode) or Bob's suggestion on the other thread.
6 10K
6 150R
Stripboard
Barrel connector for 12V input
4 2-way pcb screw terminals
What else? Some smoothing caps, a fuse?
What will you use as a power supply?
A laptop 12V 6A power supply brick. Thats whats powering the strips right now, I need to insert Arduino/FETs in the path to make them dimmable.
ordered a tssop28 to dip adapter from ebay. now i have to wait for it to come in before i can breadboard my circuit. i wish i had known that this thing is sooo tiny...i would have ordered the adapter earlier. oh well!
So I have one channel working on a breadboard. I am stress testing it leaving it on and looking at the temps and voltage draw to make sure nothing blows up!
I plan to put ethernet sheild and modify the bootloader to do tftp so that I can remotely upload new code and test it now that the setup is actually in the kitchen and not on my desk.
I think I found instructions on how to do that!
What about the serial port? I use putty on my desk when arduino is locally connected. Is there is a way to get the serial port output redirected to ethernet port short of using a terminal server !
Thanks for the offer. I might take you up on it if i cant handle it myself.
But they are quite pricey. Would ebay be a better source, let me check!
There is a defunct project called arduino-netboot. Thats exactly what i need. The "pull" model. And yes, i need to get coding!
I have decided to do the 4 channel pcb first and then exapnd it with daughter boarda if needed. Found a place online that can fabricate the pcb for resonable price if its less than 5x5 cm, which i think it should be.