Meanwell LDD driver: for those who want to dim to 0 using Arduino

Also can I buy a power supply that is too big? Meaning overkill for my project but allows me to expand later so I save money in the long run.
 
makes sense guys, thanks for the help. I ordered the 5x LDD 350H...should be here in a few days.

Ok so the laptop power supply isn't going to work. What would you suggest to power 25 LEDs...the one I bought.

You'll need 3x LDD, and a 48v power supply capable of a minimum of 40 watts. The HLG-40H-48A is a high quality, reliable one to use. http://www.onlinecomponents.com/mean-well-hlg40h48a.html?p=43545087

Or if you want a higher wattage one for future expansion, you can do that, as well. HLG come in 40, 60, 80, 100, 120, 150, 185, 240, and 320 watt versions. The 'A' at the end of the name denotes that it is voltage adjustable and IP65 rated, if you get the 'blank' style (so it would be HLG-40H-48) then it is IP67 rated but not adjustable.
 
makes sense guys, thanks for the help. I ordered the 5x LDD 350H...should be here in a few days.

Ok so the laptop power supply isn't going to work. What would you suggest to power 25 LEDs...the one I bought.

Get something reliable like Mean Well with thermal control.. Get bigger than you need in case you want to expand in the future.
 
Anyone have a good link on wiring the Arduino, LEDs, drivers and power supply. I've done a ton of reading but I'm like a 5 year old and need some visuals.
 
Anyone have a good link on wiring the Arduino, LEDs, drivers and power supply. I've done a ton of reading but I'm like a 5 year old and need some visuals.

Here is a down load for the Jarduino controller (useses arduino and Meanwell LDD drivers.) There is a big picture that shows lay out and hookup. Please no offence but it sounds like you need a little better grasp of components before arduino.:)---Rick

http://code.google.com/p/jarduino-aquarium-controller/downloads/detail?name=JARDUINO%20USER%20MANUAL%20v1.2%20beta.pdf&can=2&q=
 
Here is a down load for the Jarduino controller (useses arduino and Meanwell LDD drivers.) There is a big picture that shows lay out and hookup. Please no offence but it sounds like you need a little better grasp of components before arduino.:)---Rick

http://code.google.com/p/jarduino-aquarium-controller/downloads/detail?name=JARDUINO%20USER%20MANUAL%20v1.2%20beta.pdf&can=2&q=

No offense taken. Only way to learn is to jump in. It would have been cheaper to just buy a LED fixture but I went this route so I could learn this stuff. I bought the "Arduino's for Dummies" and have been reading everything I can find which is helping but my problem is that I'm a very visual learner.
 
Well Finally Got Round To Having a Go at Soldering SMD eeekkkkk

Just One i assume i can test the 10k resistor is good ? If so How please :)
a couple of Pics and A Big Thanks For the board Design :)






Had 7 Boards Soldered all the SMD up seam to get easy as i went along
Need more Socket things lol i manage to cut 2 many pins of the first one :(

But thought i would share thanks again
 
No offense taken. Only way to learn is to jump in. It would have been cheaper to just buy a LED fixture but I went this route so I could learn this stuff. I bought the "Arduino's for Dummies" and have been reading everything I can find which is helping but my problem is that I'm a very visual learner

You sound exactly like me my friend. You describe me to a T. I really taught myself by reading/following guys postings and then Google to figure what the heck they were talking about.lol. Its been over a year and I'm still googleing away. The good part, is if something goes haywire or you want to add or subtract things, you the builder know right where to look.

Good luck and keep asking questions that you think you might already know the answer,...or not:), there are a lot of guys that will help.:thumbsup:
 
Found this sketch...can someone take a look and tell me if it's what I'm looking for? I want to start getting my hand dirty and playing with the build but don;t want to fry anything in the process. Thanks!

https://donnie.co/aquarium/arduino-ldd.png


That looks correct except for the 5V line between the Arduino and the breadboard. Omit that wire, there's no need for it. Your arduino will need it's own power source. A 7- 12V "walwart" style supply should do the trick. Just make sure to connect a negative lead between the arduino and the 48V supply and everything should work fine.
 
The pull down resistor need to link from the PWM to the ground. I suppose it could be anywhere as long as its connected in that way.
 
Still should have a RTC and some sort of shield for on/off times and to set intensities via the pwm controlled by arduino. Look into heatsinks, and cooling fans which can also be arduino controlled. Kind of like,... which came first,...the chicken or the egg. I think you first need to zero in on what kind of led's your planning on using and how many, and that decision is based on what will work for your setup,ie... size, depth(optics or not), what type of corals you want in the tank ect, ect., then it becomes easier to figure the first part of the questions. Remember when you get answers to your questions, google the parts you don't understand, and if still,...no go, reask the new parts you don't understand. Its all a learning curve :p Did you look at that Jarduino manual. Even if your not interested in a Jarduino controller the picture has a line drawing that might help you understand what hooks to what. Also check the Jarduino's builder's build page, just reading it(its explained for beginner diy'ers to follow) might shed some light for you . good luck :thumbsup: ---Rick
 
Totally agree the Jarduino Manual (thanks to Jamie) is a vital source of info. Most arduino reef controllers use more or less the same hardware and method of connecting them together.
 
Thank you! Exactly what I needed.

Please correct me if I'm wrong but the resistor can be anywhere in the circuit, correct?

What I would do if I were you would to compile a list of all the hardware you intend to buy for your controller and paste it up for comment. That way you can avoid buying stuff that maybe you don't really need.
 
What I would do if I were you would to compile a list of all the hardware you intend to buy for your controller and paste it up for comment. That way you can avoid buying stuff that maybe you don't really need.

LOL, WAY past that stage. Already bought, paid, and in my possession from China. Here is the basics of what I got.

Arduino Mega 2560
LCD Touch Screen w/ sheild
about 70+ 1w star base LEDs specs all just about the same except the obvious color specs
Forward voltage: 3.2-3.8V
Forward current: 350mA
Wave Length: 460-470nm
View degree: 120 degree
Luminous: 20-30LM
5 LDD 1000H driver (bought then decided they were wrong)
5 LDD 350H driver
LDD-5 Driver board linked here - http://coralux.net/?wpsc-product=ldd-5-driver-board
Mean Well 48V 40W Single Output Switching Power Supply P/N: HLG-40H-48B

Now the board I bought has a 10K resistor built in to each circuit so I don't need to add one, correct?
 
Back
Top