AI NANO

Basic / Standard Reef Angel hardware
Post Reply
wijigong
Posts: 51
Joined: Sat Sep 17, 2011 5:03 am

AI NANO

Post by wijigong »

how I can buy the cable for the AI NANO
after a small accident, I need a new ramp
wijigong
Posts: 51
Joined: Sat Sep 17, 2011 5:03 am

Re: AI NANO

Post by wijigong »

and is possible to use the two standard dimmable port for the ai nano

i pu atinitic and blue on one port and white on the other
wolfador
Posts: 241
Joined: Sun Sep 04, 2011 9:59 am
Location: Pittsburgh, PA

Re: AI NANO

Post by wolfador »

Roberto has mine setup using one of the ATO ports.

The PDE code with moon / clouds:
in setup

Code: Select all

 ReefAngel.AI.SetPort(highATOPin);
In loop

Code: Select all

  if (hour()>=22 || hour()<9)
  {
    ReefAngel.AI.SetChannel(White,0);
    ReefAngel.AI.SetChannel(Blue,MoonPhase()*0.06);
    ReefAngel.AI.SetChannel(RoyalBlue,MoonPhase()*0.06);
  }
  else
  {
    WhiteValue=PWMSlope(9,0,21,0,3,30,200,3);
    BlueValue=PWMSlope(9,0,21,0,8,35,240,8);
    RoyalBlueValue=PWMSlope(9,0,21,0,8,35,240,8);
    CheckCloud();
    ReefAngel.AI.SetChannel(White,WhiteValue);
    ReefAngel.AI.SetChannel(Blue,BlueValue);
    ReefAngel.AI.SetChannel(RoyalBlue,RoyalBlueValue);
  }
John
ReefAngel and ReefAngel-HD developer
If the RA iOS app has helped please consider a donation
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: AI NANO

Post by rimai »

The Aqua Illumination fixture only need one cable to control all 3 channels.
http://www.reefangel.com/Products.Aqua- ... Cable.ashx
Roberto.
Post Reply