Search found 96 matches

by agentgreen
Thu Jul 11, 2013 4:03 pm
Forum: Apps
Topic: Android Reef Angel Status
Replies: 974
Views: 625977

Re: Android Reef Angel Status

get e wifly-GSX Ver 4.00.1, Apr 19 2013 11:48:31 on RN-131 Beacon=100 Reboot=0 IF=UP DHCP=ON IP=192.168.1.112:2000 NM=255.255.255.0 GW=192.168.1.2 HOST=198.171.134.6:80 PROTO=TCP, MTU=1524 FLAGS=0x6 TCPMODE=0x0 BACKUP=0.0.0.0 OPEN= CLOSE= REMOTE= FlushSize=450 MatchChar=0 FlushTimer=10 IdleTimer=3 ...
by agentgreen
Thu Jul 11, 2013 3:55 pm
Forum: Apps
Topic: Android Reef Angel Status
Replies: 974
Views: 625977

Re: Android Reef Angel Status

I am connecting directly to the controller. Thanks for the error retry tip, didn't see that before and will help out.

You probably know this already, but the error I'm getting repeatedly is "Error 23: XML SAX Parser".

Any other information I can provide?
by agentgreen
Thu Jul 11, 2013 12:03 pm
Forum: Apps
Topic: Android Reef Angel Status
Replies: 974
Views: 625977

Re: Android Reef Angel Status

Was the error 23:XML SAX Parser error fixed in the latest library update, or do I need to change the function in Globals? Reason being I get that error. The app will fetch the library version, and the time, however the time that shows up on the main screen of the app is wrong (the part that says la...
by agentgreen
Thu Jun 06, 2013 1:00 pm
Forum: Addons
Topic: Bluetooth Attachment
Replies: 199
Views: 297356

Re: Bluetooth Attachment

This is bad a$$!!
by agentgreen
Sun May 19, 2013 4:57 pm
Forum: Apps
Topic: Android Reef Angel Status
Replies: 974
Views: 625977

Re: Android Reef Angel Status

binder wrote:I'm thinking of adding some icons to the Commands Page and then updating the layout a little. What do you think?
CommandIcons.png
It's just an idea I'
m toying with...nothing definite yet but could very easily be a solution.
Looks really nice!
by agentgreen
Sat May 18, 2013 5:17 am
Forum: Ask anything here
Topic: Your RA backboard\cord management system
Replies: 17
Views: 11929

Re: Your RA backboard\cord management system

I just had to put a new sump under my tank and revamped all the wiring while I was at it. Here's a few pics: Picasa Album https://lh4.googleusercontent.com/-8qfXRRu2mKQ/UPHs1TW1n8I/AAAAAAAAAes/9lE4dUO0lO8/s400/reef%2520003.JPG https://lh6.googleusercontent.com/--IInsQ5kAkA/UPHs1cHT3CI/AAAAAAAAAeo/L...
by agentgreen
Sat May 18, 2013 5:09 am
Forum: Standard
Topic: My Second LCD :)
Replies: 39
Views: 27979

Re: My Second LCD :)

by agentgreen
Thu May 09, 2013 7:04 pm
Forum: How do I code ...
Topic: Help reduce size
Replies: 5
Views: 3039

Re: Help reduce size

Remove this and it will fit: // pH Expansion ReefAngel.LCD.DrawText( COLOR_MEDIUMSEAGREEN,DefaultBGColor,15,54, "PHE:" ); ReefAngel.LCD.DrawSingleMonitor( ReefAngel.Params.PHExp,COLOR_DARKKHAKI,39,54, 100 ); pingSerial(); That worked, thanks! Must have mis-clicked in the wizard.
by agentgreen
Thu May 09, 2013 6:55 pm
Forum: How do I code ...
Topic: Help reduce size
Replies: 5
Views: 3039

Re: Help reduce size

rimai wrote:Do you have the ph expansion module?
I do not.
by agentgreen
Thu May 09, 2013 4:09 pm
Forum: How do I code ...
Topic: Help reduce size
Replies: 5
Views: 3039

Help reduce size

So it's been a while since I updated my RA, and I used the wizard to generate new code, and then modified it to be more like my old code. However, I'm oversized: Binary sketch size: 32,406 bytes (of a 32,256 byte maximum) Can someone help me trim this down 150 bytes haha. #include <ReefAngel_Feature...
by agentgreen
Fri Oct 19, 2012 6:57 am
Forum: Addons
Topic: Wifi Error 15: timeout
Replies: 9
Views: 4975

Re: Wifi Error 15: timeout

Have you tried upgrading it?

Check out the following thread:

http://forum.reefangel.com/viewtopic.php?f=3&t=1206
by agentgreen
Wed Oct 17, 2012 4:18 am
Forum: How do I code ...
Topic: Thoughts on reprogramming exhaust fans
Replies: 2
Views: 2158

Re: Thoughts on reprogramming exhaust fans

rimai wrote:You need to leave a gap between on and off.
Let's say, on when >=800 and off when <795
Great idea. Thanks!
by agentgreen
Tue Oct 16, 2012 7:41 pm
Forum: How do I code ...
Topic: Thoughts on reprogramming exhaust fans
Replies: 2
Views: 2158

Thoughts on reprogramming exhaust fans

So I currently have this code to turn on and off my exhaust fans in my canopy: // Turn on Port 3 when the temp of T2 gets above 80.0 degrees if ( ReefAngel.Params.Temp[T2_PROBE] >= 800 ) ReefAngel.Relay.On(Port3); // Turn off Port 3 when the temp of T2 gets below 80.0 degrees if ( ReefAngel.Params.T...
by agentgreen
Fri Oct 12, 2012 1:42 pm
Forum: How do I code ...
Topic: Schedule Feed Mode?
Replies: 3
Views: 2582

Re: Schedule Feed Mode?

rimai wrote:

Code: Select all

if (hour()=18 && minute()=30 && second()=0) ReefAngel.FeedingModeStart();
And to initiate through http:
http://ipaddress:2000/mf
Sweet! Love it!

I'll probably do it via http so I can control it with crontab.

Thanks!
by agentgreen
Fri Oct 12, 2012 1:36 pm
Forum: How do I code ...
Topic: Schedule Feed Mode?
Replies: 3
Views: 2582

Schedule Feed Mode?

Is there a way in the code to schedule a feeding mode every day at say 6:30pm?

Or how do I send a feeding mode command via http?

Thanks!
by agentgreen
Fri Oct 05, 2012 7:21 pm
Forum: How do I code ...
Topic: Group wavemakers?
Replies: 5
Views: 3079

Re: Group wavemakers?

I haven't put them on a wave timer yet. Should I expect issues? If so I'll go another route.
by agentgreen
Fri Oct 05, 2012 5:02 pm
Forum: How do I code ...
Topic: Group wavemakers?
Replies: 5
Views: 3079

Re: Group wavemakers?

Group 1 = Port4 Port5 Port6
Group 2 = Port 7
by agentgreen
Fri Oct 05, 2012 3:38 pm
Forum: How do I code ...
Topic: Group wavemakers?
Replies: 5
Views: 3079

Group wavemakers?

Is there any way to group power heads for the wavemaker function? I have 3 powerheads on one side of my tank, and one large powerhead on the other side. I'd like to swap back and forth between the group of three and the large one. When the group is on, the large power head is off, and vice versa. Po...
by agentgreen
Mon Oct 01, 2012 12:29 pm
Forum: Ask anything here
Topic: PM's not working?
Replies: 2
Views: 1531

Re: PM's not working?

Ah gotcha, thanks.
by agentgreen
Mon Oct 01, 2012 6:12 am
Forum: Ask anything here
Topic: PM's not working?
Replies: 2
Views: 1531

PM's not working?

Are PM's working for everyone? I replied to a PM this morning and it's sitting in my Outbox.
by agentgreen
Thu Sep 20, 2012 5:38 am
Forum: Apps
Topic: Arduino on Linux
Replies: 20
Views: 47655

Re: Arduino on Linux

Awesome, thanks for this! One thing to note so far. If you are trying to run arduino as your normal login user and not root, you probably will notice the Serial Port option is grayed out. This is due to permissions on the device. Plug up the usb-ttl cable, sudo to root and run ls -l /dev/ttyUSB0: ag...
by agentgreen
Mon Sep 17, 2012 4:20 am
Forum: For New Members
Topic: Development software for Linux
Replies: 15
Views: 10981

Re: Development software for Linux

If you grabbed the same tarball as me, decompress the archive and there should be a binary named 'arduino'. Just run this. If you do this, you will not have the wizard and the devices listed will be the arduino names and not the RA, RA w/ Optiboot, RA+, etc. The software will still work just fine t...
by agentgreen
Mon Sep 17, 2012 3:52 am
Forum: For New Members
Topic: Development software for Linux
Replies: 15
Views: 10981

Re: Development software for Linux

That is exciting news Curt. I am anxious to try and install it manually with directions. Our R&D guy gave me the go-ahead to purchase a RA with the stipulation that I get the development software to run on Linux first. I did get the Arduino IDE(0022) software installed today from the Software C...
by agentgreen
Sat Sep 15, 2012 7:28 am
Forum: How do I code ...
Topic: Alternating powerheads
Replies: 1
Views: 1142

Re: Alternating powerheads

Ah it was the seconds I chose to use 21600, was too large I guess. Will tackle this with this code: if ((hour() >= 00) && (hour() <= 6)) //from Midnight to 6am { ReefAngel.Relay.On( Port4 ); ReefAngel.Relay.On( Port6 ); ReefAngel.Relay.Off( Port5 ); } else { ReefAngel.Relay.Off( Port4 ); Ree...
by agentgreen
Sat Sep 15, 2012 6:13 am
Forum: How do I code ...
Topic: Alternating powerheads
Replies: 1
Views: 1142

Alternating powerheads

Hello I am trying to get 2 (Port4 and Port6) of my powerheads to come on for 6 hours, while the other one (Port5) is off. After 6 hours, it's swapped, Port5 on for 6 hours, Port4 and Port6 off for 6 hours. I uploaded it and Port5 was on, and not Port4 and Port6. Is this code correct? Thanks! #includ...
by agentgreen
Fri Sep 14, 2012 7:35 pm
Forum: For New Members
Topic: Development software for Linux
Replies: 15
Views: 10981

Re: Development software for Linux

Sweet! I just put Debian on my laptop and was looking for this exact thing.
by agentgreen
Thu Sep 06, 2012 4:21 am
Forum: Apps
Topic: Custom Menu Generator
Replies: 25
Views: 36589

Re: Custom Menu Generator

Yet another reason this controller is #1.
by agentgreen
Mon Aug 06, 2012 5:55 pm
Forum: Addons
Topic: Wifi Periodically Stops Responding
Replies: 136
Views: 74930

Re: Wifi Periodically Stops Responding

rockin!

appreciate it as always!
by agentgreen
Mon Aug 06, 2012 5:50 pm
Forum: Addons
Topic: Wifi Periodically Stops Responding
Replies: 136
Views: 74930

Re: Wifi Periodically Stops Responding

That did it. Thanks!
by agentgreen
Mon Aug 06, 2012 5:43 pm
Forum: Addons
Topic: Wifi Periodically Stops Responding
Replies: 136
Views: 74930

Re: Wifi Periodically Stops Responding

Same: CMD set ftp address 0 AOK <2.35> set dns name www.neelum.com AOK <2.35> save Storing in config <2.35> get d DNS=192.168.1.2 Name=www.neelum.com Backup=backup2 <2.35> reboot *Reboot*CMD get d DNS=192.168.1.2 Name=www.neelum.com Backup=backup2 <2.35> ftp update <2.35> FTP connecting to 198.171.1...