Search found 73 matches

by StuGotz
Tue Feb 28, 2012 4:18 pm
Forum: Apps
Topic: Reef Angel Installer 0.9.0 released
Replies: 36
Views: 26809

Re: Reef Angel Installer 0.9.0 released

Cool, thanks Roberto.


Oh, this is just the old Dev libs, I was looking for the old installer that had the older version of Arduino.
by StuGotz
Tue Feb 28, 2012 2:23 pm
Forum: Apps
Topic: Reef Angel Installer 0.9.0 released
Replies: 36
Views: 26809

Re: Reef Angel Installer 0.9.0 released

Can a link be posted to the old RA installer? I looked on the download page and only saw the new .90 one. Thanks!
by StuGotz
Thu Feb 16, 2012 11:11 am
Forum: Development Libraries
Topic: v0.9.0 Libraries
Replies: 42
Views: 31915

Re: v0.9.0 Libraries

I made the switch to the v0.9.0 Libraries, but now it says my sketch is too large :( It says Binary sketch size: 33990 bytes (of a 32256 byte maximum) I had to make changes to these lines ConvertNumToString(text, ReefAngel.Params.Temp[T1_PROBE], 10); ConvertNumToString(text, ReefAngel.Params.Temp[T2...
by StuGotz
Mon Feb 13, 2012 10:23 am
Forum: Standard
Topic: Thinking about getting the RA
Replies: 11
Views: 7233

Re: Thinking about getting the RA

Dare I say I might have had more fun setting up and customizing the controller than my tank? It's perfect for anyone who loves to tinker and be hands-on. The forums are AMAZING; help is only a search or a post away!
by StuGotz
Tue Jan 24, 2012 2:36 pm
Forum: Ask anything here
Topic: RA & nano box driver
Replies: 10
Views: 6924

Re: RA & nano box driver

I ordered my LEDs from Dave. I used EUC -025S070DS - EUC Series 25 W 0.7 A 36 V Dimmable Outdoor Constant Current LED Driver.
by StuGotz
Mon Jan 09, 2012 6:31 am
Forum: Apps
Topic: Android Features
Replies: 22
Views: 20553

Re: Android Features

To swipe between main status, main relay, exp relay 1 and the memory page.
by StuGotz
Sun Jan 08, 2012 4:45 pm
Forum: Apps
Topic: Android Features
Replies: 22
Views: 20553

Re: Android Features

Glad to see the following on your ToDo list. Are you considering adding a seperate swipable page for memory settings too? * add in swipe capabilities to switch screens ** move the relays to own screen ** have main status, main relay, exp relay 1, etc, on own page * validation of host on configuratio...
by StuGotz
Sat Jan 07, 2012 11:40 am
Forum: Apps
Topic: Android Features
Replies: 22
Views: 20553

Re: Android Features

binder wrote:Yeah, I'm still looking for some testing to be done. I've got a couple things to add in hopefully tonight (or tomorrow morning) then I'll be ready to let you test things out. I'll PM you the link to download it.
I'll be happy to test too.

Thanks
by StuGotz
Mon Jan 02, 2012 12:27 pm
Forum: How do I code ...
Topic: Moonphase on custom main
Replies: 53
Views: 32796

Re: Moonphase on custom main

Ok I rewrote it to get waning/waxing/first/last add above setup() byte DayAge; byte ThisPhase; int JulianDate(int,int,int); double MoonAge(int,int,int); byte MoonState(); add to custom main() ReefAngel.LCD.DrawText(0,255,8,97,"Moon"); DayAge = MoonAge(day(), month(), year()); MoonState(Da...
by StuGotz
Sun Jan 01, 2012 11:40 am
Forum: Apps
Topic: Android Features
Replies: 22
Views: 20553

Re: Android Features

I think having a list of times would be easiest for everyone, with option for custom and refresh on unlock. That should suit everyone's needs.
by StuGotz
Sun Jan 01, 2012 10:39 am
Forum: Addons
Topic: RF Expansion Module
Replies: 173
Views: 127703

Re: RF Expansion Module

Came out of Night mode just fine this morning switching to night before back to memory settings. if (hour()>=19 || hour()<7) { ReefAngel.PWM.SetActinic(MoonPhase()); //Moon phase schedule between 7:00pm - 7:00am ReefAngel.RF.UseMemory=false; ReefAngel.RF.SetMode(Night,15,0); } else { ActinicPWMValue...
by StuGotz
Sat Dec 31, 2011 12:07 pm
Forum: Apps
Topic: Android Features
Replies: 22
Views: 20553

Re: Android Features

Since you're already working on the Memory updating, I went with Detailed History, homescreen widget & auto refresh. The widget kind of goes with refreshing. If you're using the widget, refresh on unlock would be a good option to add too.

Thanks!
by StuGotz
Sat Dec 31, 2011 9:16 am
Forum: Addons
Topic: RF Expansion Module
Replies: 173
Views: 127703

Re: RF Expansion Module

I was able to change internal memory 855 from 5 to 9 to 8 and back to 5 with no problems.
by StuGotz
Fri Dec 30, 2011 5:13 pm
Forum: Addons
Topic: RF Expansion Module
Replies: 173
Views: 127703

Re: RF Expansion Module

I dunno - mine has gone in and out of night mode two nights in a row and also a test run changing time on the controller to see if it worked hmm I dunno ps. thats really weird that roberto and I posted at the same minute...reading this almost 3 hours later if I remember right you can set the length...
by StuGotz
Fri Dec 30, 2011 5:08 pm
Forum: Addons
Topic: RF Expansion Module
Replies: 173
Views: 127703

Re: RF Expansion Module

Wow, nice troubleshooting!!! I think I know exactly what went wrong now. Thanks for finding it again :) Yes, indeed it is not coming from night mode correctly. To come out of either feeding mode or night mode, the controller needs to send a specific messages to the ecotech drivers. I handled the fe...
by StuGotz
Fri Dec 30, 2011 3:41 pm
Forum: Addons
Topic: RF Expansion Module
Replies: 173
Views: 127703

Re: RF Expansion Module

Are you able to change modes by changing internal memory values without reboot now? I think I may have just figured out what might be locking it up. I tested by changing 857, and duration changed just fine. I change 857 back to my original value, still no problem. I changed 855 to 0, no problem, th...
by StuGotz
Fri Dec 30, 2011 12:59 pm
Forum: Addons
Topic: RF Expansion Module
Replies: 173
Views: 127703

Re: RF Expansion Module

StuGotz wrote: I was just going to read the internal memory area and have if set a variable for the string and display that on the custom main.
I just realized the issue with doing it like that, the internal memory would always be the same...
by StuGotz
Fri Dec 30, 2011 12:27 pm
Forum: Addons
Topic: RF Expansion Module
Replies: 173
Views: 127703

Re: RF Expansion Module

then at the end of the function return modestr; Then call it in custom main with ReefAngel.LCD.DrawText(#,#,#,#,vtechstr(vtechmode)); Let me know if it works, ii will try when I get home Also last post in if statement it has to be double ==....post is to long to edit on phone...bleh android And I t...
by StuGotz
Fri Dec 30, 2011 11:46 am
Forum: Addons
Topic: RF Expansion Module
Replies: 173
Views: 127703

Re: RF Expansion Module

There is no need to reboot the controller for the memory settings to take effect. I had to unplug the unit yesterday for it to sync up for the 1st time, and again this morning for the changes I made to 2 memory location for speed and duration. After I unplugged the unit this morning I was able to u...
by StuGotz
Fri Dec 30, 2011 7:53 am
Forum: Addons
Topic: RF Expansion Module
Replies: 173
Views: 127703

Re: RF Expansion Module

All 3 internal memory areas set. Thanks again. I wanted to tweak my internal memory settings this morning when my lights came on. I changed the values for 856 and 857, but nothing happened. I uploaded my PDE to reset the software, but nothing happened. That's when I went looking for a software rese...
by StuGotz
Fri Dec 30, 2011 7:36 am
Forum: How do I code ...
Topic: Software Reset
Replies: 1
Views: 2641

Software Reset

I'd like to add a custom menu entry to do a "reboot". Is this function safe?

Code: Select all

void(* resetFunc) (void) = 0; //declare reset function @ address 0

resetFunc();  //call reset
I found it here http://www.arduino.cc/cgi-bin/yabb2/YaB ... 1252179482

Thanks!
by StuGotz
Thu Dec 29, 2011 9:40 pm
Forum: Addons
Topic: RF Expansion Module
Replies: 173
Views: 127703

Re: RF Expansion Module

All 3 internal memory areas set. Thanks again.
by StuGotz
Thu Dec 29, 2011 7:40 pm
Forum: Addons
Topic: RF Expansion Module
Replies: 173
Views: 127703

Re: RF Expansion Module

It says: HTTP/1.1 200 OK Server: ReefAngel Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Connection: close Content-Type: text/xml Content-Length: 118 <M855>255</M855> Which is the same thing InternalMemory.RFMode_read() is returning. I was going to bug you later about if it sho...
by StuGotz
Thu Dec 29, 2011 7:34 pm
Forum: Addons
Topic: RF Expansion Module
Replies: 173
Views: 127703

Re: RF Expansion Module

I used the first vortechsetup.pde that rimai posted and just declared random2,155,0 in setup. other then that i have the code posted above and a code to set vortech in ntm for 30 min after feed mode and all worked fine....if its breathing white its in night mode...wait til morning see what it does....
by StuGotz
Thu Dec 29, 2011 7:31 pm
Forum: Addons
Topic: RF Expansion Module
Replies: 173
Views: 127703

Re: RF Expansion Module

Sorry no wifi, I connect via USB. I didn't set an internal memory value manually, I just added ReefAngel.RF.SetMode(Smart_NTM,120,6); to my setup() like Deckoz2302 suggested. I looked in the Reef Angel Client a couple days ago to see if I could set it in there before I got the module, but didn't see...
by StuGotz
Thu Dec 29, 2011 7:10 pm
Forum: Addons
Topic: RF Expansion Module
Replies: 173
Views: 127703

Re: RF Expansion Module

OK unplugged everything, let is sit for about 30 secs and plugged it all back in. Now the vortech is breathing white, so must be in night mode. The RF Module is breathing white too. <shrug> works for me!
by StuGotz
Thu Dec 29, 2011 7:05 pm
Forum: Addons
Topic: RF Expansion Module
Replies: 173
Views: 127703

Re: RF Expansion Module

No change. Does your RF Module constantly blink blue and green? The manual says it should go solid green after a successful sync, so I'm wondering if it's even sending RF commands to the Vortech.
by StuGotz
Thu Dec 29, 2011 6:31 pm
Forum: Addons
Topic: RF Expansion Module
Replies: 173
Views: 127703

Re: RF Expansion Module

Same issue so I reset the vortech again, uploaded the VortechSetup.PDE again, after I hit the joystick to finalize the settings, the vortech turns white, but the RF Module continues to blink blue and green instead of going to a solid green Only thing in Setup is ReefAngel.RF.SetMode(Smart_NTM,120,6)...
by StuGotz
Thu Dec 29, 2011 5:42 pm
Forum: Addons
Topic: RF Expansion Module
Replies: 173
Views: 127703

Re: RF Expansion Module

Yup, cleared the memory settings first. I have

Code: Select all

ReefAngel.RF.UseMemory=false;
ReefAngel.RF.SetMode(Smart_NTM,120,6);
defined in my setup(). The Vortech went white like it paired fine, the module just kept flashing blue and green, instead of going solid green.
by StuGotz
Thu Dec 29, 2011 5:35 pm
Forum: Addons
Topic: RF Expansion Module
Replies: 173
Views: 127703

Re: RF Expansion Module

That did it. As always you never cease to amaze me on how quick you respond!

So if after I "Press the joystick to finalize your pump setup" the vortech goes white, but the module keeps flashing blue and green do I have to try to sync them again?