Search found 23 matches

by dmglakewood
Tue Feb 05, 2013 2:25 pm
Forum: Standard
Topic: Is this possible?
Replies: 1
Views: 1908

Is this possible?

I was wondering if I could relay the screen to a larger say 19" monitor? I have some arduino experience but nothing quite like this. I believe it's possible, but will it the images scale up nicely? I have a sump room and I think it would be cool to have a monitor to display my info rather then ...
by dmglakewood
Thu Jul 26, 2012 6:32 pm
Forum: Standard
Topic: I don't understand this thing
Replies: 7
Views: 5042

Re: I don't understand this thing

With that being said there is no way to prevent my reefangel from restarting and overriding my manual turnoffs?
by dmglakewood
Thu Jul 26, 2012 4:38 pm
Forum: Standard
Topic: I don't understand this thing
Replies: 7
Views: 5042

Re: I don't understand this thing

Interesting..I only have 2 power heads on the relay and they are both sicce 4 power heads. They are being used to turn on and off the power heads and random times though could that cause a reboot?
by dmglakewood
Thu Jul 26, 2012 5:28 am
Forum: Standard
Topic: I don't understand this thing
Replies: 7
Views: 5042

I don't understand this thing

Okay I've posted before how my reefangel will randomly turn things off and wont let me turn them back on until I unplug the relay box. Well last night I removed a bunch of sand from my tank and the water level was low. I manually turned off the ATO so it wont kick on and empty my ATO water into my t...
by dmglakewood
Thu Jul 12, 2012 6:58 pm
Forum: Standard
Topic: Relay always turning off?
Replies: 11
Views: 7096

Re: Relay always turning off?

I was trying to turn off port 2 but I tried all of them and they all did the same thing. =/
by dmglakewood
Tue Jul 10, 2012 5:00 pm
Forum: Standard
Topic: Relay always turning off?
Replies: 11
Views: 7096

Re: Relay always turning off?

Can I see the latest code? Sure #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <DS1307RTC.h> #include <InternalEEPROM.h> #include <RA_NokiaLCD.h> #include <RA_ATO.h> #include <RA_Joystick.h> #include <LED.h...
by dmglakewood
Tue Jul 10, 2012 4:31 pm
Forum: Standard
Topic: Relay always turning off?
Replies: 11
Views: 7096

Re: Relay always turning off?

After powering it off and back on it's still doing the same thing.
by dmglakewood
Mon Jul 09, 2012 7:09 pm
Forum: Standard
Topic: Relay always turning off?
Replies: 11
Views: 7096

Re: Relay always turning off?

Everything seems to be good with my initial issue now I seem to be having the opposite issue though.

When I turn off the relay using my phone it instantly turns it back on. Do you guys know why this would be happening?
by dmglakewood
Wed Jul 04, 2012 12:38 pm
Forum: Standard
Topic: Relay always turning off?
Replies: 11
Views: 7096

Re: Relay always turning off?

Okay I went ahead and made both of your changes. I will post back in a couple of days and let you guys know the status.
by dmglakewood
Wed Jul 04, 2012 8:51 am
Forum: Standard
Topic: Relay always turning off?
Replies: 11
Views: 7096

Relay always turning off?

I'm not sure if this is the right place to put this or not but I'm having some weird issues. 1. For some reason my relay port 2 always turns itself off. It doesn't do it right away it seems to be a random time but after a day or 2 I will look at my controls and port 2 will be manually turned off. Ea...
by dmglakewood
Sun Jun 24, 2012 3:35 pm
Forum: How do I code ...
Topic: How do I see if a relay port is on or off
Replies: 3
Views: 2319

Re: How do I see if a relay port is on or off

Thanks rimai just what I was looking for
by dmglakewood
Sun Jun 24, 2012 3:31 pm
Forum: How do I code ...
Topic: How do I see if a relay port is on or off
Replies: 3
Views: 2319

How do I see if a relay port is on or off

I'm just trying to see if port 5 is currently on or off. I can write the rest of the code I just need to do a check first. I tried to do some searching but came up with nothing.

Thanks
by dmglakewood
Wed May 30, 2012 5:50 pm
Forum: How do I code ...
Topic: ReefAngel.Params.Temp[T1_PROBE] vs ReefAngel.Params.Temp1
Replies: 3
Views: 2461

Re: ReefAngel.Params.Temp[T1_PROBE] vs ReefAngel.Params.Temp

Okay cool and I read a post about probe2 really being prob1 I have no idea how that makes sense. Is this a common thing or is this maybe just for the guy who was posting at the time? I will try to locate the post. Here is the post that I was talking about http://forum.reefangel.com/viewtopic.php?f=1...
by dmglakewood
Wed May 30, 2012 5:47 pm
Forum: How do I code ...
Topic: ReefAngel.Params.Temp[T1_PROBE] vs ReefAngel.Params.Temp1
Replies: 3
Views: 2461

ReefAngel.Params.Temp[T1_PROBE] vs ReefAngel.Params.Temp1

I'm wondering which one I should use

ReefAngel.Params.Temp[T1_PROBE]
OR
ReefAngel.Params.Temp1

I've seen them used both ways, is there a difference?
by dmglakewood
Tue May 15, 2012 5:15 pm
Forum: How do I code ...
Topic: Custom menu item
Replies: 2
Views: 2209

Custom menu item

I'm looking to create a custom menu item like the feeding mode where it will run a certain function over and over again until the timer is at 0 then it will go back to normal. Can someone point me in the right direction for this or provide me with some sample code?

Thanks
by dmglakewood
Tue May 08, 2012 5:14 am
Forum: How do I code ...
Topic: Random Wavemaker
Replies: 11
Views: 6727

Re: Random Wavemaker

This is how I have mine setup void setup(){ ReefAngel.Timer[1].SetInterval(random(15,60)); ReefAngel.Timer[1].Start(); ReefAngel.Timer[2].SetInterval(random(15,60)); ReefAngel.Timer[2].Start(); } The above code will setup a timer to always run randomly between 15 and 60 seconds. void loop(){ //Left ...
by dmglakewood
Tue Mar 13, 2012 5:24 pm
Forum: How do I code ...
Topic: ATO wont turn off
Replies: 4
Views: 3167

Re: ATO wont turn off

That's the spirit of this controller. If you need to tweak something to work the way you want, you most certainly can. :) That's actually the main reason for me buying this controller. I'm more of a hands on kind of person and I like the ability to tweak every aspect of the controller. Being a full...
by dmglakewood
Mon Mar 12, 2012 6:43 pm
Forum: How do I code ...
Topic: ATO wont turn off
Replies: 4
Views: 3167

Re: ATO wont turn off

For those who care I didn't like the default ATO function so I wrote my own If the sump level drops too low it activates the ATO which fills up the sump until it reaches the perfect level or the top off reservoir runs out of water. With this method both float valves should be pointing up the lowATO ...
by dmglakewood
Mon Mar 12, 2012 6:10 pm
Forum: How do I code ...
Topic: ATO wont turn off
Replies: 4
Views: 3167

Re: ATO wont turn off

I might have figured it out...looking at the docs again it says this (which I think should be bolded)

"This function is assuming you have mounted the low level float switch pointing down and the high level float switch pointing up."

I had them both pointing down
by dmglakewood
Mon Mar 12, 2012 6:02 pm
Forum: How do I code ...
Topic: ATO wont turn off
Replies: 4
Views: 3167

ATO wont turn off

I'm having an issue right now where my ATO wont turn off until the max timer is hit. I have my ATO reservoir filled to the top and I have my sump at the perfect level. I then take the flow valve out of the sump and the ATO turns on I then place the float valve back in the sump and the ATO will run f...
by dmglakewood
Fri Mar 02, 2012 6:18 pm
Forum: How do I code ...
Topic: Connect a button to reef angel?
Replies: 5
Views: 3089

Re: Connect a button to reef angel?

rimai wrote:Can you spare one of your float switches?
I'm using both float valves at the moment. I do have a jbj ATO though so I suppose I could use that and just run it off one of my open relay ports on the RA. Then that would free up a float valve port.
by dmglakewood
Fri Mar 02, 2012 6:04 pm
Forum: How do I code ...
Topic: Connect a button to reef angel?
Replies: 5
Views: 3089

Re: Connect a button to reef angel?

Can you not use the client or the smartphone app? I could use either one...but I think it would be more convenient to just press a button rather then try to locate my phone or go into the other room on my pc. I know it's really not that much work to do either one of those but I try to make things a...
by dmglakewood
Fri Mar 02, 2012 5:15 pm
Forum: How do I code ...
Topic: Connect a button to reef angel?
Replies: 5
Views: 3089

Connect a button to reef angel?

I'm just wondering if there is a way to wire in a button to one of the temp prob ports on the reef angle. I would like to have this button activate the food timeout on the reef angel. I have my controller under my tank and it would be a lot easier to put a button on the side of the tank then it woul...