Reef Central Online Community

Go Back   Reef Central Online Community > General Interest Forums > Do It Yourself
Blogs FAQ Calendar Mark Forums Read

Notices

User Tag List

Reply
Thread Tools
Unread 06/16/2014, 02:14 PM   #1
am.gee
Registered Member
 
Join Date: Jun 2014
Location: Germany
Posts: 100
big diy multichip led lighting with realtime weather

hi,
first i want to introduce myself a little bit. My name is Michael and i'm in the hobby for about 16 years now. My tank is a decent 520g mixed reef tank. I'm a sps lover, but dont ask me about colors of my corals I rather have a growing brownie than i dying pinkish purple yellow one.
I have to thank all contributors here on RC, fantastic! I'm silently reading here for years and learned a lot, thank you!
For now I want to introduce my new baby. A big LED fixture build on my own, completely. A big problem with commercial fixtures is often, that you have no chance to see them in action. You dont know if a fixture has enough power for your tank. And then there are all the LED 'haters' out there... But i wanted to switch from a MH, T5, Led combo (800 watts) to pure LED, nevertheless. Because i like to start demanding projects and i had absolutly no idea about electronics this was a nice project. So here are the facts and finally a video:
660 watts total (for the moment, upgrades are on the way...)
3 x 100 watts multichip led 12 K
18 x 20 watts multichip led 8 450 nm leds, 10 x 12K cool whites
real time weather simulation updated every 2 minutes, weather data taken from a weather station on Cayman Islands, or any other station i want.
5 different degrees of cloudiness
exact sunrise/sunset time
moonphase and moon travels over the lamp over night
softstart after sudden power off
remote controlling and monitoring via web application from everywhere on the planet where i have access to the internet.
What i like with this build is the possibilities you have with leds. Once I turned the fixture on, I never ever wanted to go back to the old 1980's style metal halides

here the video, please feel free to ask me, what you want to know about the build.
It was sometimes not easy but i'm quite happy with it. It is running for more than 3 months now and it runs absolutly rocksolid stable. My corals didnt noticed a big difference to the old lighting system. Maybe its because it is rarely running on full power due to the bad weather on the Caymans It's often Partly Cloudy there. Some of them changed their color, but not that much. I'm planning to upgrade the fixture with some 10watts multichips for more ambient light, like t5s. I can document that if you like.

Here we go:

http://www.youtube.com/watch?v=P7i0LkUfnf4

with best regards,


__________________
Michael

Current Tank Info: 520g sps dominated with giant diy led with real time weather
am.gee is offline   Reply With Quote
Unread 06/17/2014, 07:48 PM   #2
AcMonster
Registered Member
 
AcMonster's Avatar
 
Join Date: Sep 2002
Location: S.E. Michigan
Posts: 106
This is amazing. Thanks for sharing. Can you speak to the led layout of each multichip? One arduino mega had enough channels of control?


AcMonster is offline   Reply With Quote
Unread 06/17/2014, 09:14 PM   #3
Fredfish
Registered Member
 
Join Date: Oct 2000
Posts: 2,661
That is a beautiful tank! Please do update us as you make changes to the lighting.


__________________
Advice is like a firehose. Be careful how you drink.
Fredfish is offline   Reply With Quote
Unread 06/17/2014, 11:53 PM   #4
am.gee
Registered Member
 
Join Date: Jun 2014
Location: Germany
Posts: 100
Quote:
Originally Posted by AcMonster View Post
This is amazing. Thanks for sharing. Can you speak to the led layout of each multichip? One arduino mega had enough channels of control?
Thank you.
These multichips are all single colored (i think they are chinese ones). The whites are rated to be 12000 Kelvin and the blues are specified to be in the 450nm range. So they are nothing special, but seem to work. For the next upgrade i will use 20000 K chips (10 W each) without lenses for a wider spread of light (to simulate T5, although i know its not possible to replicate T5). The upgrade is for supplementation not for replacement.

No, the arduino has not enough channels for control (15 pwm channels). In the first versions i implemented some software pwm for the missing outputs. But later i decided to install a 16 channel 12 bit pwm board by Adafruit. So for the most channels i have 12 bit resolution for dimming. I will add another one for the planned upgrade of the fixture. Furthermore there is a prototype board installed with some little custom circuits for splitting the pwm signals for the three 12cm Fans on the 100w LEDs and to read their temperatures.


__________________
Michael

Current Tank Info: 520g sps dominated with giant diy led with real time weather

Last edited by am.gee; 06/17/2014 at 11:59 PM.
am.gee is offline   Reply With Quote
Unread 06/17/2014, 11:56 PM   #5
am.gee
Registered Member
 
Join Date: Jun 2014
Location: Germany
Posts: 100
Quote:
Originally Posted by Fredfish View Post
That is a beautiful tank! Please do update us as you make changes to the lighting.
Thank you, i will keep you informed.


__________________
Michael

Current Tank Info: 520g sps dominated with giant diy led with real time weather
am.gee is offline   Reply With Quote
Unread 06/18/2014, 12:26 AM   #6
am.gee
Registered Member
 
Join Date: Jun 2014
Location: Germany
Posts: 100
Here is an image of an early version of my fixture with just 5 x 3 multichips.


Attached Images
File Type: jpg Foto 2.jpg (63.6 KB, 638 views)
__________________
Michael

Current Tank Info: 520g sps dominated with giant diy led with real time weather
am.gee is offline   Reply With Quote
Unread 06/18/2014, 04:56 AM   #7
senne76
Registered Member
 
Join Date: Aug 2012
Posts: 71
I love thuis build ! Could you share your arduino and raspberry pi code with us?


senne76 is offline   Reply With Quote
Unread 06/18/2014, 06:19 AM   #8
am.gee
Registered Member
 
Join Date: Jun 2014
Location: Germany
Posts: 100
Quote:
Originally Posted by senne76 View Post
I love thuis build ! Could you share your arduino and raspberry pi code with us?
I can do that, although I dont really believe, that this helps.as you know, Code on Arduino always depends strongly on your Hardware, i.e. which Arduino you use, which shields are installed and how are things connected.
In this project I use an Arduino Mega with an I/O expansion board with XBee module installed, a 16 channel pwm board and a prototype board with a little circuits of my own. Many things are more or less hardcoded (for performance).
The Raspberry side is no magic (besides the fact, that it uses an XBee module too, of course). It is a Java Webapplication running on a Tomcat.

You can always ask me, if you are struggeling with your Arduino project and I can give snippets from my project. This should definitely help a lot more. If there is anything you are interested in, especially, ask me, although i'm nevertheless still no expert on Arduino.


__________________
Michael

Current Tank Info: 520g sps dominated with giant diy led with real time weather
am.gee is offline   Reply With Quote
Unread 06/18/2014, 06:26 AM   #9
senne76
Registered Member
 
Join Date: Aug 2012
Posts: 71
Thanks I have an arduino that is currently controlling my leds and I am learning to code , I was already thinking of putting an raspberry pi on it to have internet control and those cool features of you. I thaught that it would be a good exemple to learn the code. 😉


senne76 is offline   Reply With Quote
Unread 06/18/2014, 06:39 AM   #10
am.gee
Registered Member
 
Join Date: Jun 2014
Location: Germany
Posts: 100
Quote:
Originally Posted by senne76 View Post
Thanks I have an arduino that is currently controlling my leds and I am learning to code , I was already thinking of putting an raspberry pi on it to have internet control and those cool features of you. I thaught that it would be a good exemple to learn the code. 😉
Ah, I understand this. But it is really a not too simple project, which was even for me (i'm a coder for more then 25 years and a professional since 16 years...) quite demanding to develop. Let me know, what you want to know in detail.


__________________
Michael

Current Tank Info: 520g sps dominated with giant diy led with real time weather
am.gee is offline   Reply With Quote
Unread 06/18/2014, 10:41 AM   #11
senne76
Registered Member
 
Join Date: Aug 2012
Posts: 71
Ok thanks, lets begin with that simplex noise algorithm , my leds are currently running on a scedule. How did you use this algorithm on your leds ?


senne76 is offline   Reply With Quote
Unread 06/18/2014, 12:23 PM   #12
am.gee
Registered Member
 
Join Date: Jun 2014
Location: Germany
Posts: 100
Quote:
Originally Posted by senne76 View Post
Ok thanks, lets begin with that simplex noise algorithm , my leds are currently running on a scedule. How did you use this algorithm on your leds ?
imagine this fixture as a big screen with nearly hd resolution of 7 x 3 pixels i have some form of framebuffer of that size. with the algorithm i fill that buffer and when its time to draw it, i put that buffer into the displaybuffer. this is some kind of doublebuffering. currently i dont copy one buffer into the other dircectly, but do some fading or blending between them. the time of this fade process depends on the wind speed. also depending on windspeed is the time such an image is displayed until the next image will be 'rendered'. you can use the current displaybuffer values to feed in this algorithm, add a little to x and y depending on wind direction and there is your cloud animation.


__________________
Michael

Current Tank Info: 520g sps dominated with giant diy led with real time weather
am.gee is offline   Reply With Quote
Unread 06/18/2014, 01:15 PM   #13
senne76
Registered Member
 
Join Date: Aug 2012
Posts: 71
Thanks I understand, so you also use the meanwell LDD drivers? Do you use 1 per led chip?


senne76 is offline   Reply With Quote
Unread 06/18/2014, 01:19 PM   #14
am.gee
Registered Member
 
Join Date: Jun 2014
Location: Germany
Posts: 100
Quote:
Originally Posted by senne76 View Post
Thanks I understand, so you also use the meanwell LDD drivers? Do you use 1 per led chip?
yes, one driver per chip.


__________________
Michael

Current Tank Info: 520g sps dominated with giant diy led with real time weather
am.gee is offline   Reply With Quote
Unread 06/18/2014, 04:30 PM   #15
am.gee
Registered Member
 
Join Date: Jun 2014
Location: Germany
Posts: 100
here is a full tank shot with all leds on full power. i see there is potential for the upgrade



Attached Images
File Type: jpg image.jpg (35.7 KB, 448 views)
__________________
Michael

Current Tank Info: 520g sps dominated with giant diy led with real time weather
am.gee is offline   Reply With Quote
Unread 06/18/2014, 05:04 PM   #16
am.gee
Registered Member
 
Join Date: Jun 2014
Location: Germany
Posts: 100
underneath surface, i cant complain....


Attached Images
File Type: jpg image.jpg (88.3 KB, 306 views)
__________________
Michael

Current Tank Info: 520g sps dominated with giant diy led with real time weather
am.gee is offline   Reply With Quote
Unread 06/18/2014, 07:16 PM   #17
e55driver
Registered Member
 
Join Date: Sep 2013
Posts: 305
Where did you get the heat sink from, looking for one that big.


e55driver is offline   Reply With Quote
Unread 06/18/2014, 11:33 PM   #18
am.gee
Registered Member
 
Join Date: Jun 2014
Location: Germany
Posts: 100
Quote:
Originally Posted by e55driver View Post
Where did you get the heat sink from, looking for one that big.
they are from a german shop ( reichelt.de ). they do very well!


__________________
Michael

Current Tank Info: 520g sps dominated with giant diy led with real time weather
am.gee is offline   Reply With Quote
Unread 06/19/2014, 10:33 AM   #19
saf1
Registered Member
 
Join Date: Aug 2001
Location: California
Posts: 2,259
Nice set up and tank. Always cool to see people design features like yours.


__________________
-saf1

Current Tank Info: 210 gallon mixed reef
saf1 is offline   Reply With Quote
Unread 06/19/2014, 10:41 AM   #20
giloop
Registered Member
 
giloop's Avatar
 
Join Date: Mar 2013
Location: Gastonia, NC
Posts: 38
Nice tank and great job on the light fixture. I am running 4 50w multichips on my 120 gallon reef.


giloop is offline   Reply With Quote
Unread 06/19/2014, 10:44 AM   #21
am.gee
Registered Member
 
Join Date: Jun 2014
Location: Germany
Posts: 100
Quote:
Originally Posted by saf1 View Post
Nice set up and tank. Always cool to see people design features like yours.
thank you, it was lot of fun and i learned many things.


__________________
Michael

Current Tank Info: 520g sps dominated with giant diy led with real time weather
am.gee is offline   Reply With Quote
Unread 06/19/2014, 10:45 AM   #22
am.gee
Registered Member
 
Join Date: Jun 2014
Location: Germany
Posts: 100
Quote:
Originally Posted by giloop View Post
Nice tank and great job on the light fixture. I am running 4 50w multichips on my 120 gallon reef.
thanks, I believe you are happy with them?


__________________
Michael

Current Tank Info: 520g sps dominated with giant diy led with real time weather

Last edited by am.gee; 06/19/2014 at 10:57 AM.
am.gee is offline   Reply With Quote
Unread 06/19/2014, 12:44 PM   #23
senne76
Registered Member
 
Join Date: Aug 2012
Posts: 71
Quote:
Originally Posted by am.gee View Post
imagine this fixture as a big screen with nearly hd resolution of 7 x 3 pixels i have some form of framebuffer of that size. with the algorithm i fill that buffer and when its time to draw it, i put that buffer into the displaybuffer. this is some kind of doublebuffering. currently i dont copy one buffer into the other dircectly, but do some fading or blending between them. the time of this fade process depends on the wind speed. also depending on windspeed is the time such an image is displayed until the next image will be 'rendered'. you can use the current displaybuffer values to feed in this algorithm, add a little to x and y depending on wind direction and there is your cloud animation.
So your persistence and amplitude are affected with the amount of clouds. If there are more clouds you persistence and amplitude are bigger?


senne76 is offline   Reply With Quote
Unread 06/19/2014, 12:51 PM   #24
am.gee
Registered Member
 
Join Date: Jun 2014
Location: Germany
Posts: 100
Quote:
Originally Posted by senne76 View Post
So your persistence and amplitude are affected with the amount of clouds. If there are more clouds you persistence and amplitude are bigger?
yes, play around with the values and look what happens, but change only very slightly. furthermore when there are more clouds i change set the max brightness to a lower value. for example, when its 'overcast' then all values in the image differ only very slightly from each other and brightness is set to about 60% as it is the case in nature. dont forget to set a limit on the lower end of the values too.


__________________
Michael

Current Tank Info: 520g sps dominated with giant diy led with real time weather
am.gee is offline   Reply With Quote
Unread 06/19/2014, 01:02 PM   #25
am.gee
Registered Member
 
Join Date: Jun 2014
Location: Germany
Posts: 100
i go on holidays now and will be back next friday to answer your questions.
Mallorca is waiting

so far, sunny greetz.....

when i'm back, its time to upgrade the sun over my tank.


__________________
Michael

Current Tank Info: 520g sps dominated with giant diy led with real time weather
am.gee is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On



All times are GMT -6. The time now is 10:44 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Powered by Searchlight © 2024 Axivo Inc.
Use of this web site is subject to the terms and conditions described in the user agreement.
Reef CentralTM Reef Central, LLC. Copyright ©1999-2022
User Alert System provided by Advanced User Tagging v3.3.0 (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.