info for relay expansion box

Request new hardware or ideas for the controller
Post Reply
petruzzelli
Posts: 22
Joined: Wed Mar 30, 2011 3:04 am

info for relay expansion box

Post by petruzzelli »

sorry but is possible i have the Relay Expansion Box whit 8 outlets pwm for LEDS?
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: info for relay expansion box

Post by rimai »

No, but you can add a PWM expansion module to your RA and have 6 more for a total of 8 PWM channels.
If you need more, add a 2nd PWM expansion for a total of 14.
So, basically each PWM expansion module can give you 6 more channels.
Roberto.
petruzzelli
Posts: 22
Joined: Wed Mar 30, 2011 3:04 am

Re: info for relay expansion box

Post by petruzzelli »

rimai wrote:No, but you can add a PWM expansion module to your RA and have 6 more for a total of 8 PWM channels.
If you need more, add a 2nd PWM expansion for a total of 14.
So, basically each PWM expansion module can give you 6 more channels.
but on the site where this PWM expansion module?
but this PWM is 8 bit or 12 bit?
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: info for relay expansion box

Post by rimai »

Roberto.
petruzzelli
Posts: 22
Joined: Wed Mar 30, 2011 3:04 am

Re: info for relay expansion box

Post by petruzzelli »

rimai wrote:Sorry, not yet available at the store but some people already have them. Special order only for now.
http://www.google.com/url?sa=D&q=http:/ ... ansion.jpg
http://groups.google.com/group/reefange ... 7affd8d05/
http://forum.reefangel.com/viewtopic.php?f=3&t=134
ok roberto
but where is the price?
if you're not going to produce it is possible to have the eagle files and code to arduino?
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: info for relay expansion box

Post by rimai »

It's $89 plus shipping.
Roberto.
petruzzelli
Posts: 22
Joined: Wed Mar 30, 2011 3:04 am

Re: info for relay expansion box

Post by petruzzelli »

rimai wrote:It's $89 plus shipping.
u have a manual in this mode i see if it is possible but in my ra
i want see the tipe of connection
i f u want is possible send to
domenico_petruzzelli@hotmail.it
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: info for relay expansion box

Post by rimai »

It will work on a 2nd gen relay box. If you have a usb like port on the side of the box, it will work.
Roberto.
petruzzelli
Posts: 22
Joined: Wed Mar 30, 2011 3:04 am

Re: info for relay expansion box

Post by petruzzelli »

rimai wrote:It will work on a 2nd gen relay box. If you have a usb like port on the side of the box, it will work.
tnx
but this module use the normal library?
the pwm is 8 or 12 bit? for me this is important
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: info for relay expansion box

Post by rimai »

Yes. just add a simple function and you are good to go. Curt is working on getting them into the development libraries too.
The PWM resolution is 8 bit, but to be honest, we don't even use 7bits resolution. We calculate PWM in percentage from 0 to 100, which is less than 7bit resolution.
Even with less than 7 bit resolution, the human eye can't distinguish the difference in my opinion, let alone corals.
Would you be able to enlighten us on why 12 bit would be more beneficial?
Roberto.
petruzzelli
Posts: 22
Joined: Wed Mar 30, 2011 3:04 am

Re: info for relay expansion box

Post by petruzzelli »

rimai wrote:Yes. just add a simple function and you are good to go. Curt is working on getting them into the development libraries too.
The PWM resolution is 8 bit, but to be honest, we don't even use 7bits resolution. We calculate PWM in percentage from 0 to 100, which is less than 7bit resolution.
Even with less than 7 bit resolution, the human eye can't distinguish the difference in my opinion, let alone corals.
Would you be able to enlighten us on why 12 bit would be more beneficial?
hi roberto
for me is importan 12bit for a new project not for aquarium
binder
Posts: 2871
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: info for relay expansion box

Post by binder »

rimai wrote:Yes. just add a simple function and you are good to go. Curt is working on getting them into the development libraries too.
Got this in, just needs to be tested for the output. It should work because all the code is based on what was already created. I just gave it a main menu entry:
Main Menu with PWM Menu
Main Menu with PWM Menu
main_w_pwm.JPG (58.31 KiB) Viewed 2805 times
and a fancy menu to itself:
PWM Menu
PWM Menu
pwm_menu.JPG (56.89 KiB) Viewed 2805 times
Note: This code only works with the PWM expansion module. It does not affect the 2 PWM outputs on the controller.

curt
Post Reply