Reef Angel Installer 0.9.0 released

Community contributed apps
aranax
Posts: 120
Joined: Thu Jun 02, 2011 11:54 pm

Re: Reef Angel Installer 0.9.0 released

Post by aranax »

Hey guys,
My MoonPhase is still not working properly. Even if I comment out the IF statement and just set PWM3 to MoonPhase

ie. PWMChannel[LEDPWM3]=MoonPhase();

that channel never goes past 1% ON. It's been on 1% for the past 2 hours and my unit is NOT frozen. Any ideas? Thanks.

-J
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Reef Angel Installer 0.9.0 released

Post by rimai »

Well, we have a new moon...
It's supposed to be at 1%.
It will follow the lunar cycle. If you want it to be lit all the time, you can just set to any percentage between 0 and 100%.
Roberto.
aranax
Posts: 120
Joined: Thu Jun 02, 2011 11:54 pm

Re: Reef Angel Installer 0.9.0 released

Post by aranax »

Can I change the range to 15 - 100 (15 being new moon and 100 being full)? Thanks.

-J
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Reef Angel Installer 0.9.0 released

Post by rimai »

Try this:

Code: Select all

PWMChannel[LEDPWM3]=(MoonPhase()*.85)+15;
Roberto.
StuGotz
Posts: 95
Joined: Sat Oct 15, 2011 9:17 am

Re: Reef Angel Installer 0.9.0 released

Post by StuGotz »

Can a link be posted to the old RA installer? I looked on the download page and only saw the new .90 one. Thanks!
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Reef Angel Installer 0.9.0 released

Post by rimai »

Roberto.
StuGotz
Posts: 95
Joined: Sat Oct 15, 2011 9:17 am

Re: Reef Angel Installer 0.9.0 released

Post by StuGotz »

Cool, thanks Roberto.


Oh, this is just the old Dev libs, I was looking for the old installer that had the older version of Arduino.
Post Reply