RF Expansion

Expansion modules and attachments
Post Reply
alexwbush
Posts: 327
Joined: Tue Mar 22, 2011 12:45 am
Location: San Diego, CA

Re: RF Expansion

Post by alexwbush »

If you didn't get it to work, Roberto just released a firmware update that fixed my issue (and maybe yours too)
Lionfan
Posts: 166
Joined: Wed Nov 26, 2014 8:53 am

Re: RF Expansion

Post by Lionfan »

Ah, bummer.
I sent my RF module in for credit
Image
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: RF Expansion

Post by lnevo »

Use it for a new RF module :)
alexwbush
Posts: 327
Joined: Tue Mar 22, 2011 12:45 am
Location: San Diego, CA

Re: RF Expansion

Post 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.
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: RF Expansion

Post by lnevo »

Thats a great idea!!! Doing that next. :)
alexwbush
Posts: 327
Joined: Tue Mar 22, 2011 12:45 am
Location: San Diego, CA

Re: RF Expansion

Post 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?
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: RF Expansion

Post 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.
Post Reply