Page 1 of 1

Re: RF Expansion

Posted: Mon Mar 02, 2015 12:02 am
by alexwbush
If you didn't get it to work, Roberto just released a firmware update that fixed my issue (and maybe yours too)

Re: RF Expansion

Posted: Mon Mar 02, 2015 10:41 am
by Lionfan
Ah, bummer.
I sent my RF module in for credit

Re: RF Expansion

Posted: Mon Mar 02, 2015 11:22 am
by lnevo
Use it for a new RF module :)

Re: RF Expansion

Posted: Mon Mar 02, 2015 7:31 pm
by alexwbush
Concur, this thing works AWESOME!

I setup a "dummy" relay box where I can enable 10k, 14k, 20k, all blue, moonlights only, etc. Working on programming the moonlights tonight.

Re: RF Expansion

Posted: Mon Mar 02, 2015 7:41 pm
by lnevo
Thats a great idea!!! Doing that next. :)

Re: RF Expansion

Posted: Mon Mar 02, 2015 9:00 pm
by alexwbush
Yup yup, should work well when I want to take pictures or show someone what something looks like under different lights. I'll probably use the blues if I want to keep the tank on longer late at night for guests. Who doesn't love the neon blue effect?

Re: RF Expansion

Posted: Wed Mar 04, 2015 9:55 pm
by lnevo
So just a tease of what I'm setting up right now.

Code: Select all

#define LED_4to1  Box3_Port1
#define LED_3to1  Box3_Port2
#define LED_2to1  Box3_Port3
#define LED_1to1  Box3_Port4
#define LED_BLUE  Box3_Port5
#define LED_WHITE Box3_Port6
#define LED_MOON  Box3_Port7
#define LED_STORM Box3_Port8
So for each relay I figure I have two buttons that I can trigger. I'm basically going to monitor each port. If it goes on it will set the override dimming value to the preset numbers for "ON" and then reset the port. If I click on "OFF" then it will run a different preset. Effectively giving me 16 macros on relay bar. The ones that are ratios will be blue:white for ON and white:blue for OFF. The color ones will be ON for high and OFF for low. Storm, I'm thinking I can trigger a cloud effect on one and cloud+lightning on the other.