Search found 4253 matches

by lnevo
Mon Nov 21, 2016 5:29 am
Forum: Ask anything here
Topic: DC return pumps
Replies: 38
Views: 33033

Re: DC return pumps

Ok, I think this should be good to get started. I've reviewed it a few times in my head. Let me know what you think. static unsigned long levelHigh; static unsigned long pumpOff; static boolean pumpBool; if (ReefAngel.WaterLevel.GetLevel(3) < 50) levelHigh=now(); if (now()-levelHigh > 20*SECS_PER_MI...
by lnevo
Fri Nov 18, 2016 1:52 am
Forum: Ask anything here
Topic: DC return pumps
Replies: 38
Views: 33033

Re: DC return pumps

No :( I haven't even been here on the boards. Been so backed up at work with end of year. I do owe you a solution... will try by this weekend. Feel free to harass me on FB too :)
by lnevo
Thu Nov 17, 2016 6:21 am
Forum: How do I code ...
Topic: Filter ATO signal
Replies: 9
Views: 6339

Re: Filter ATO signal

Honestly there is some bug I think in the ATO code because when using the WLATO I still get a consistent ato timeout when I run it at 8pm. And granted, I run it only once every few days because it's my ATO reservoir I'm filling. Out of curiousity when duinrg the day do you find it timing out?
by lnevo
Tue Nov 08, 2016 6:45 am
Forum: For New Members
Topic: clock reseting?
Replies: 7
Views: 7421

Re: clock reseting?

I had a loose battery terminal in mind that was causing it
by lnevo
Sun Nov 06, 2016 4:58 am
Forum: For New Members
Topic: Reef Angel Controller Questions
Replies: 6
Views: 6380

Re: Reef Angel Controller Questions

I have acclimation code in my INO. I know my code is advanced but you can use it as examples. I break things out by function so usually things are self-contained. My acclimation is like a timer, each day it goes down one. The day # is used as a multiplier to either adjust the photoperiod or to adjus...
by lnevo
Fri Oct 21, 2016 9:48 pm
Forum: Apps
Topic: Reef Angel Web Wizard
Replies: 90
Views: 166871

Re: Reef Angel Web Wizard

Can this fix my issue with the other boards? :) I think this is working too :) Can you test? Unfortunately, it is still using the ssid, password and cloud settings of the original RA_CustomSettings.h file. I need to come up with a plan to be able to update that on the fly, but you should be able to...
by lnevo
Fri Oct 21, 2016 2:31 pm
Forum: How do I code ...
Topic: Filter ATO signal
Replies: 9
Views: 6339

Re: Filter ATO signal

You can wrap it in a timer. if (now()%SECS_PER_HOUR<10*SECS _PER_MINUTE) { //put ato code here } else { // put relay off here } This lets the ato code work only for the first 10 minutes. You can adjust it to be as low as your ATO timeout so that it goes once an hour only or whatever interval you cha...
by lnevo
Sat Oct 15, 2016 6:38 pm
Forum: Standard
Topic: Reef Angel Plus and tons of extras FS
Replies: 45
Views: 29871

Re: Reef Angel Plus and tons of extras FS

the leak detector is an 8' rope plus a module and usb cable. USPS is pretty cheap though. It could fit in a flat rate box
by lnevo
Fri Oct 07, 2016 8:35 pm
Forum: Apps
Topic: Reef Angel Web Wizard
Replies: 90
Views: 166871

Re: Reef Angel Web Wizard

Can this fix my issue with the other boards? :)
by lnevo
Thu Oct 06, 2016 1:33 pm
Forum: Apps
Topic: RA client with wifi?
Replies: 9
Views: 8345

Re: RA client with wifi?

Assuming UID and PWD are your actual numbers then there's no issue in the code. Is the PWD set in Portal Settings?
by lnevo
Sun Oct 02, 2016 6:48 am
Forum: Standard
Topic: wifi or no wifi
Replies: 1
Views: 2535

Re: wifi or no wifi

Its a lot easier to start with wifi. For the most part it should be straight forward. If you have any friends that know about networking and port forwarding, it may be useful.
by lnevo
Sat Oct 01, 2016 3:54 pm
Forum: Standard
Topic: used reef angel
Replies: 12
Views: 9112

Re: used reef angel

ask the seller. You'll need the plus to really get good use out of it. It's easy enough to upgrade if you need to.
by lnevo
Fri Sep 30, 2016 9:53 pm
Forum: Apps
Topic: Reef Angel Web Wizard
Replies: 90
Views: 166871

Re: Reef Angel Web Wizard

Agree on the dimness. The autocompletion is great. Amazing how cool my code looks.

This ties in nicely with what we've been talking about.
by lnevo
Fri Sep 30, 2016 9:43 pm
Forum: Standard
Topic: used reef angel
Replies: 12
Views: 9112

Re: used reef angel

Not sure on the wifi module. For the RA itself, you'll just use the Wizard to start a new code and when you upload it, it will be reset to your specifications :) Pretty simple, you can start early and download the app now.
by lnevo
Fri Sep 30, 2016 4:27 pm
Forum: Apps
Topic: RA client with wifi?
Replies: 9
Views: 8345

Re: RA client with wifi?

I think that you're wifi is not working then. Did you update your code to support the wifi yet? There's a line that's needed which sends the data to the portal. If that's not there then the portal doesn't yet know about your RA.
by lnevo
Tue Sep 20, 2016 6:41 pm
Forum: Standard
Topic: thinking of buying a reef angel
Replies: 5
Views: 5694

Re: thinking of buying a reef angel

You can send him a PM here or on Facebook. There's also this:

https://www.facebook.com/sLinkcables/
by lnevo
Thu Sep 15, 2016 6:44 pm
Forum: Apps
Topic: iOS 10
Replies: 4
Views: 5236

Re: iOS 10

Great news
by lnevo
Mon Sep 12, 2016 8:18 pm
Forum: Standard
Topic: ATO Port different use
Replies: 2
Views: 3063

Re: ATO Port different use

They can be used as 5v pwm ports
by lnevo
Mon Sep 12, 2016 8:01 pm
Forum: Standard
Topic: More ATO help needed
Replies: 15
Views: 13476

Re: More ATO help needed

I am trying to upgrade my IDE so can't upload new code for a bit. My ATO would only time out in the first few minutes and it's timed to only work starting at 8pm. So for the first few minutes I clear the timeout. If you're ok breaking your ato up into a timed even we can control clearing the timeout...
by lnevo
Sun Sep 11, 2016 1:45 pm
Forum: Apps
Topic: iOS 10
Replies: 4
Views: 5236

Re: iOS 10

Good question...i won't be upgrading for a little bit, I'm sure someone is willing to be a guinea pig
by lnevo
Sat Sep 10, 2016 8:37 pm
Forum: Development Libraries
Topic: New IDE v1.6.8
Replies: 80
Views: 74886

Re: New IDE v1.6.8

Thanks Roberto.

Also, for anyone interesting, I'm testing out using Sublime Text as my editor. There's an arduino plugin that let's you compile/verify/upload and I'm also using a vim plugin so that I get vi like editing. Pretty excited to try that out :)
by lnevo
Sat Sep 10, 2016 3:57 pm
Forum: Development Libraries
Topic: New IDE v1.6.8
Replies: 80
Views: 74886

Re: New IDE v1.6.8

The requested URL /download/ReefAngelInstaller_1.1.3Dev.dmg was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
by lnevo
Tue Sep 06, 2016 7:15 pm
Forum: How do I code ...
Topic: Skimmer coding
Replies: 4
Views: 3890

Re: Skimmer coding

Take a look at the function in my code, DelayedModeSkimmer I think its called, that does exactly what you want just change the float switch to be your relay status.
by lnevo
Tue Sep 06, 2016 10:52 am
Forum: For New Members
Topic: After feed mode dcpump,port1 ino included
Replies: 2
Views: 4361

Re: After feed mode dcpump,port1 ino included

NTMTime is the 5 minutes you mentioned. Keep in mind the Smart_NTM code is a 2.5 hour program... The delay is from my code and that's how long do we want to wait after feeding mode do we start smart_ntm. I didn't want it to start immediately when I set mine up.
by lnevo
Mon Sep 05, 2016 5:23 pm
Forum: Standard
Topic: my reef angel keeps resettng the time and date
Replies: 4
Views: 3932

Re: my reef angel keeps resettng the time and date

Inside the reef angel to the left of the screen when facing the front.
by lnevo
Mon Sep 05, 2016 11:22 am
Forum: Standard
Topic: my reef angel keeps resettng the time and date
Replies: 4
Views: 3932

Re: my reef angel keeps resettng the time and date

There's a battery for the clock. Try changing it and making sure the contacts are good for the holder. Mine was loose and kept doing that.
by lnevo
Fri Sep 02, 2016 5:01 pm
Forum: Standard
Topic: Return pump interfering with float switch locking up RA
Replies: 16
Views: 11594

Re: Return pump interfering with float switch locking up RA

You might be having stray voltage in the tank. I'm not sure on the shielding bit. Might be better getting a waterlevel sensor and using the switch ports for something else. Or you can try and debug this as a stray voltage issue...