Page 2 of 2

Re: Reef Angel Wizard

Posted: Mon Oct 08, 2012 2:50 pm
by tentacles
Well, the actual on/off hours don't matter to me as long as it gets the right timing... I could always keep my current timer for that anyways.

Re: Reef Angel Wizard

Posted: Mon Oct 08, 2012 3:45 pm
by rimai
Try this:

Code: Select all

ReefAngel.Relay.Set(Port1,now()%43200<21600);

Re: Reef Angel Wizard

Posted: Sat Jun 15, 2013 5:45 pm
by psantillana
hi roberto. i already downloaded version Arduino ver1.05 for MacOS but there is no WIZARD under tools. please send me a link where i can find the version with the WiZARD. thank you

Re: Reef Angel Wizard

Posted: Sat Jun 15, 2013 5:57 pm
by lnevo
You need to use the version that is packaged for the Mac from ReefAngel. If you want to use the Wizard with a different IDE version, you can try and install it manually. It's only distributed on the git repo

https://github.com/reefangel/Wizard

Re: Reef Angel Wizard

Posted: Wed Jul 10, 2013 6:55 pm
by psantillana
lnevo wrote:You need to use the version that is packaged for the Mac from ReefAngel. If you want to use the Wizard with a different IDE version, you can try and install it manually. It's only distributed on the git repo

https://github.com/reefangel/Wizard
hi lnevo.

i downloaded the zip file from github. should do i import it in the library of my Arduino 1.0.5? sorry, totally clueless how to add the wizard.

thank you

Paul

Re: Reef Angel Wizard

Posted: Thu Jul 11, 2013 1:01 am
by lnevo
I think you should stick with the packaged version. I really am not sure. Was just answering the question where to download from..

Re: Reef Angel Wizard

Posted: Thu Jul 11, 2013 8:49 am
by rimai
Yeah, stick with the downloadable version from the reefangel.com website.
It's a modified version of the standard Arduino release.

Re: Reef Angel Wizard

Posted: Sat Jul 13, 2013 8:53 am
by rimai
Just as curiosity, did you see anything on v1.0.5 that would be worth spending the time trying to update our modified IDE?