LED's?
LED's?
What LED's are you guys using? I am looking to upgrade from my 72W T5 4bulb housing for a 10G nano reef. I want to get in on some of the thunderstorm action.
-
- Posts: 69
- Joined: Thu Jun 02, 2011 1:58 pm
Re: LED's?
custom build retro'd into nc6 hood. 6 cree xp-e rb, 4 cree xp-g nw and 2 cree xp-g cw all running at 1a on buckpucks.
Re: LED's?
I'm researching LED's right now as well. If you get a chance, the latest CORAL magazine has several articles all about LED's with explanations and guides. You might want to check it out.wolfador wrote:What LED's are you guys using? I am looking to upgrade from my 72W T5 4bulb housing for a 10G nano reef. I want to get in on some of the thunderstorm action.
curt
Re: LED's?
I'm using a set I bought from someone else on reefcentral... it's a kit from rapidLED
Re: LED's?
Is that the July/August issue? That is the latest that shows up on my iPad.binder wrote:I'm researching LED's right now as well. If you get a chance, the latest CORAL magazine has several articles all about LED's with explanations and guides. You might want to check it out.wolfador wrote:What LED's are you guys using? I am looking to upgrade from my 72W T5 4bulb housing for a 10G nano reef. I want to get in on some of the thunderstorm action.
curt
I guess I should have stated in the first post I was looking more commercial vs DIY.
Thanks for the help guys.
Re: LED's?
It's the September/October issue. I just got it in the mail last week.wolfador wrote: Is that the July/August issue? That is the latest that shows up on my iPad.
curt
Re: LED's?
DIY set-up for my 90g tank...
18 x SSC P7 (2.8A) "pure white"
18 x Cree blue (0.7A)
20 x Rebel Royal Blue (0.7A)
3 x Satistronics Royal Blue (0.9A)
6 x UV (0.7A) - used infrequently right now.
First 3 are dimmable (using custom pic-based controller), others are on/off
I do not use optics, but the leds are only about 4" above the water with a diffuser enhancing color mixing and protecting from splashes. I am very happy wth the look so far (3+ months)...problem is I like to tinker with electronics, so I may add more Satistronics Royals on a dimmable circuit...and maybe test some warm and neutral whites too.
Check out Nano-Reef's Lighting forum for masses of info on leds. Reef Central has led info too.
18 x SSC P7 (2.8A) "pure white"
18 x Cree blue (0.7A)
20 x Rebel Royal Blue (0.7A)
3 x Satistronics Royal Blue (0.9A)
6 x UV (0.7A) - used infrequently right now.
First 3 are dimmable (using custom pic-based controller), others are on/off
I do not use optics, but the leds are only about 4" above the water with a diffuser enhancing color mixing and protecting from splashes. I am very happy wth the look so far (3+ months)...problem is I like to tinker with electronics, so I may add more Satistronics Royals on a dimmable circuit...and maybe test some warm and neutral whites too.
Check out Nano-Reef's Lighting forum for masses of info on leds. Reef Central has led info too.
Re: LED's?
Just ordered one.NanoTrevor wrote:ai nano
How does it connect to the RA? It looks like their controller connects with a 3.5mm cable.
Re: LED's?
Yes, I went to a LFS a couple days ago and saw one of those.
They have what it looks to be a 3.5mm cable, but I didn't take it off to confirm.
I'm also pretty sure they use analog signal though.
I contacted C2 Development (makers of aqua illumination fixtures) yesterday and asked them if RA could be considered another controller in their list of compatible controllers.
Didn't get a response back yet.
But, there are only 2 cases: they use PWM or Analog signal.
I'll have a small converter board available shortly to convert the PWM to analog, for those that use drivers such as Meanwell "D" and Thomas Research and could very well be used fot AI too.
They have what it looks to be a 3.5mm cable, but I didn't take it off to confirm.
I'm also pretty sure they use analog signal though.
I contacted C2 Development (makers of aqua illumination fixtures) yesterday and asked them if RA could be considered another controller in their list of compatible controllers.
Didn't get a response back yet.
But, there are only 2 cases: they use PWM or Analog signal.
I'll have a small converter board available shortly to convert the PWM to analog, for those that use drivers such as Meanwell "D" and Thomas Research and could very well be used fot AI too.
Roberto.
Re: LED's?
How should I test it for analog vs pwm when it comes in? I didn't buy the controller they sell in hopes of letting RA control it all.
Re: LED's?
We may just be lucky again...
After some digging, I think the AI also use PWM, just like the Tunze pumps.
Let me scope the signal from one of their controllers.
I'm going to confirm this weekend.
After some digging, I think the AI also use PWM, just like the Tunze pumps.
Let me scope the signal from one of their controllers.
I'm going to confirm this weekend.
Roberto.
Re: LED's?
rimai wrote:We may just be lucky again...
After some digging, I think the AI also use PWM, just like the Tunze pumps.
Let me scope the signal from one of their controllers.
I'm going to confirm this weekend.
AWESOME!!!!!
I am adding in the PWM control to the iPhone app.
Re: LED's?
Just thinking but I would probably still need the PWM expansion correct? I think the 3 colors are individually controllable on the Ai. So I need need a 3rd channel unless controlled two colors together?
Re: LED's?
Here is what I found:
1- Although AI fixtures have 3 colors (White, Blue and Royal Blue), according to DA website, both blues are controlled together and not independently.
2- It does not use PWM, but Serial communication.
Here is the pinout from DA website:
1- Although AI fixtures have 3 colors (White, Blue and Royal Blue), according to DA website, both blues are controlled together and not independently.
2- It does not use PWM, but Serial communication.
Here is the pinout from DA website:
- Attachments
-
- Aqua_Illumination_Pinout.jpg (13.48 KiB) Viewed 9497 times
Roberto.
Re: LED's?
Ok, it is confirmed.
The AI fixture uses very simple serial protocol at 9600 baud rate.
All 3 channels can be independently controlled.
We will need to test if the controller will be able to handle the streaming of data without the need of a coprocessor.
The main reason is the wifi attachment.
It could happen that the processor would be too busy handling the data stream and would drop wifi data and vice-versa. That's why I decided to use a coprocessor for the Vortech module.
But with the AI, the stream is much shorter and much slower, so we may be able to pull it off.
The AI fixture uses very simple serial protocol at 9600 baud rate.
All 3 channels can be independently controlled.
We will need to test if the controller will be able to handle the streaming of data without the need of a coprocessor.
The main reason is the wifi attachment.
It could happen that the processor would be too busy handling the data stream and would drop wifi data and vice-versa. That's why I decided to use a coprocessor for the Vortech module.
But with the AI, the stream is much shorter and much slower, so we may be able to pull it off.
Roberto.
Re: LED's?
Sweet. Let me know if there is anything I can do to help. Light should be here Tuesday
Re: LED's?
Ai Nano came in today and had to modify the tank and bracket to get it to fit but it looks nice. I like being able to now access the tank without having to remove the lights. LOL.
Now just need to control them
Now just need to control them
Re: LED's?
Cool
I was just testing the code when you sent the post.
I've got 0 problems so far.
I got the wifi stream being pulled every 5 seconds through my web browser and I got the AI data stream being pushed every 300ms.
I'll try to go out for a real test tomorrow if I get some free time.
But, in order to avoid having to use a coprocessor, there are only 2 port we can use. Either ATO High or Low. So, if you require both ports for anything else, you will need to go for an expansion module.
If you can spare one of the ports, it seems we can have both data streams coexisting without a problem.
I was just testing the code when you sent the post.
I've got 0 problems so far.
I got the wifi stream being pulled every 5 seconds through my web browser and I got the AI data stream being pushed every 300ms.
I'll try to go out for a real test tomorrow if I get some free time.
But, in order to avoid having to use a coprocessor, there are only 2 port we can use. Either ATO High or Low. So, if you require both ports for anything else, you will need to go for an expansion module.
If you can spare one of the ports, it seems we can have both data streams coexisting without a problem.
Roberto.
Re: LED's?
No ATO for me so both ports are available.rimai wrote:Cool
I was just testing the code when you sent the post.
I've got 0 problems so far.
I got the wifi stream being pulled every 5 seconds through my web browser and I got the AI data stream being pushed every 300ms.
I'll try to go out for a real test tomorrow if I get some free time.
But, in order to avoid having to use a coprocessor, there are only 2 port we can use. Either ATO High or Low. So, if you require both ports for anything else, you will need to go for an expansion module.
If you can spare one of the ports, it seems we can have both data streams coexisting without a problem.
Re: LED's?
rimai wrote:Well, my first attempt was a failure.
Let me investigate what went wrong.
oh no
Re: LED's?
Ok, so I had some time to go reasearch on why my 1st attempt was not successful and I realized that I missed an interesting point.
On my haste and excitement that they were using serial communication, I forgot to measure the voltage they are using.
According to the data I sniffed from their controller, they are using a very odd and non-standard serial protocol. They are inverting everything, which doesn't make sense.
Unless they actually using real RS-232 logic levels, instead of TTL levels.
So, I'm going to hack the code to invert the signals and head out to test again tomorrow.
On my haste and excitement that they were using serial communication, I forgot to measure the voltage they are using.
According to the data I sniffed from their controller, they are using a very odd and non-standard serial protocol. They are inverting everything, which doesn't make sense.
Unless they actually using real RS-232 logic levels, instead of TTL levels.
So, I'm going to hack the code to invert the signals and head out to test again tomorrow.
Roberto.
Re: LED's?
I guess I just found out the answer of the inverted signal.
It does look like they indeed use RS-232 levels instead of UART levels
This is a photo from Neptunes website:
The cable connects to the serial port of their VDM module.
It does look like they indeed use RS-232 levels instead of UART levels
This is a photo from Neptunes website:
The cable connects to the serial port of their VDM module.
Roberto.
Re: LED's?
rimai wrote:I guess I just found out the answer of the inverted signal.
It does look like they indeed use RS-232 levels instead of UART levels
This is a photo from Neptunes website:
The cable connects to the serial port of their VDM module.
Once you had mentioned it being RS-232, this also made sense
http://www.ghl-direct.com/proddetail.ph ... profiluxAI
Re: LED's?
So, I went to LFS today to measure the voltage and took an RA with me with the inverted UART signal.
I guess there is no need for additional hardware
This was my very crude attempt of thunderstorm, just to confirm that I could control it.
[youtube]http://www.youtube.com/watch?v=gDniy7FvF0A[/youtube]
So, I guess I'll work on creating a library for it and have some cables available at the webstore very shortly
I guess there is no need for additional hardware
This was my very crude attempt of thunderstorm, just to confirm that I could control it.
[youtube]http://www.youtube.com/watch?v=gDniy7FvF0A[/youtube]
So, I guess I'll work on creating a library for it and have some cables available at the webstore very shortly
Roberto.
Re: LED's?
awesome, let me know when the cables are ready
Re: LED's?
I see the class added to Curt's github. I am excited to get this working
Re: LED's?
Has anyone else built one of these? I have the shielding going to the base of the plug and red wire going to middle section, with my polarity same as the dimmer ports on relay.. But its still not contrilling my ai sol.
Re: LED's?
Anyone? All i seem to get is full on or a flicker with my sol