Search found 33 matches

by dpitalo
Tue Apr 09, 2013 9:41 am
Forum: Addons
Topic: PWM Expansion Issue
Replies: 9
Views: 4849

Re: PWM Expansion Issue

Hi Roberto,

Got the new PWM expansion in yesterday. All is well now.

Thanks for the quick shipping and responses.

Dave
by dpitalo
Thu Apr 04, 2013 1:16 pm
Forum: Addons
Topic: PWM Expansion Issue
Replies: 9
Views: 4849

Re: PWM Expansion Issue

Well crap. :-) I was browsing through the user manual and can't see anything that I did that would be out of the ordinary or any different from the way I originally had everything connected. Should the status light blink regardless of what generation module it is? I've got the 1st generation...I'm g...
by dpitalo
Thu Apr 04, 2013 12:36 pm
Forum: Addons
Topic: PWM Expansion Issue
Replies: 9
Views: 4849

Re: PWM Expansion Issue

I checked and double checked all the connections before powering everything back on. If it's borked, it's borked...I'll order a new one tomorrow. I've been wanting a couple other things as well, so I guess that timing worked out. Roberto, is there a way to just connect just the PWM expansion module ...
by dpitalo
Wed Apr 03, 2013 9:16 pm
Forum: Addons
Topic: PWM Expansion Issue
Replies: 9
Views: 4849

Re: PWM Expansion Issue

Nope, the status light just comes on and stays on.
by dpitalo
Wed Apr 03, 2013 8:45 pm
Forum: Addons
Topic: PWM Expansion Issue
Replies: 9
Views: 4849

PWM Expansion Issue

My PWM expansion module started acting up today. I was rewiring some of my LED drivers today and not it appears that the expansion module is no longer communicating with the relay box. I didn't change any of the code on my INO file. I've tested the voltage on each channel coming out of the expansion...
by dpitalo
Sat May 05, 2012 6:41 pm
Forum: Ask anything here
Topic: Issues after library upgrade
Replies: 7
Views: 4667

Re: Issues after library upgrade

Hey Roberto,

I just enabled all the watchdog stuff. I also switched back over to the Slope function to see if it makes a difference. I do have the max value set at 99 instead of 100, but I'll report back later with results.

-Dave
by dpitalo
Fri May 04, 2012 1:57 pm
Forum: Ask anything here
Topic: Issues after library upgrade
Replies: 7
Views: 4667

Re: Issues after library upgrade

Hi Roberto,

I just went through my features file and all of the Watchdog stuff is commented out. Like I said, the issues I'm having now, I'm able to deal with. Maybe me controller doesn't like me anymore. :-)

-Dave
by dpitalo
Sun Apr 29, 2012 7:48 pm
Forum: Ask anything here
Topic: Issues after library upgrade
Replies: 7
Views: 4667

Re: Issues after library upgrade

Curt, Another update on this issue. I'm still having random lockups on my Reef Angel, but it's nothing major. Occasionally it won't come back out of water change mode, but again, I can deal with that stuff. One thing I did notice is what happens when I put the max value on the PWMParabola function a...
by dpitalo
Tue Apr 24, 2012 4:23 pm
Forum: How do I code ...
Topic: Wavemakers off at night
Replies: 2
Views: 2045

Re: Wavemakers off at night

DOH!
by dpitalo
Tue Apr 24, 2012 4:06 pm
Forum: How do I code ...
Topic: Wavemakers off at night
Replies: 2
Views: 2045

Wavemakers off at night

Trying to figure this out...maybe my thinking or logic is backwards. I'd like the two powerheads to go off at night and just have the return pump on...here's the code snippet for the wavemakers if (hour ()>12 || hour ()<21) { ReefAngel.WavemakerRandom1(Port5,15,60);//Turn on/off Wavemaker 1 random c...
by dpitalo
Wed Apr 04, 2012 5:30 pm
Forum: Ask anything here
Topic: Issues after library upgrade
Replies: 7
Views: 4667

Re: Issues after library upgrade

If it's of any consequence, it was doing the same thing using PWMSlope. I switched it over to parabola to see if that made any difference.
by dpitalo
Wed Apr 04, 2012 5:01 pm
Forum: Ask anything here
Topic: Issues after library upgrade
Replies: 7
Views: 4667

Issues after library upgrade

So Roberto helped me fixed the LED strobing that was going on, but I'm having some other issues now. It seems that the controller isn't quite right. All the timers and scheduling appear to be working correctly. The specified ports turn off for Feed and Water Change modes and the wavemaker function i...
by dpitalo
Mon Apr 02, 2012 8:09 am
Forum: How do I code ...
Topic: Wavemaker Function
Replies: 10
Views: 7304

Re: Wavemaker Function

That fixed it.

Thanks Roberto!
by dpitalo
Sun Apr 01, 2012 6:42 pm
Forum: How do I code ...
Topic: Wavemaker Function
Replies: 10
Views: 7304

Re: Wavemaker Function

did what you suggested and got the same result. Here's the PDE. #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 ...
by dpitalo
Sun Apr 01, 2012 5:26 pm
Forum: How do I code ...
Topic: Wavemaker Function
Replies: 10
Views: 7304

Re: Wavemaker Function

Ok, so I went digging through the file in question called twi.c I have no idea what this file does, but I commented out the following two lines. digitalWrite(SDA, 1); digitalWrite(SCL, 1); and the sketch compiled...Before I go and upload it to my controller, how necessary are the two lines I comment...
by dpitalo
Sun Apr 01, 2012 3:35 pm
Forum: How do I code ...
Topic: Wavemaker Function
Replies: 10
Views: 7304

Re: Wavemaker Function

I also tried loading some of the example code snip-its and compiling them and it's giving me the same error.
by dpitalo
Sun Apr 01, 2012 2:04 pm
Forum: How do I code ...
Topic: Wavemaker Function
Replies: 10
Views: 7304

Re: Wavemaker Function

I used the installer for version 0.9.4. Using Arduino v1.0

It's not a huge rush since my controller is up and running with the old code/libraries, but I wanted to add the wavemaker function.
by dpitalo
Sun Apr 01, 2012 12:48 pm
Forum: How do I code ...
Topic: Wavemaker Function
Replies: 10
Views: 7304

Re: Wavemaker Function

Well, that would explain it. :-) So I updated the libraries and when I go to compile, I get the following error. C:\Program Files\Reef Angel Controller\libraries\Wire\utility\twi.c: In function 'twi_init': C:\Program Files\Reef Angel Controller\libraries\Wire\utility\twi.c:70: error: 'SDA' undeclare...
by dpitalo
Sat Mar 31, 2012 3:21 pm
Forum: How do I code ...
Topic: Wavemaker Function
Replies: 10
Views: 7304

Wavemaker Function

trying to add a single powerhead that will come on and off at random. I added this to my INO ReefAngel.WavemakerRandom1(Port6,15,60); // Turn Port6 on/off random cycles that lasts from 15 to 60 secs and get this error. error: 'class ReefAngelClass' has no member named 'WavemakerRandom1' Is there som...
by dpitalo
Wed Feb 22, 2012 5:00 pm
Forum: How do I code ...
Topic: Things to add to a custom menu
Replies: 4
Views: 2992

Re: Things to add to a custom menu

Working great...it's quite cloudy on my reef today. :-)

Only thing I wish could be faster would be the lightning strikes...more of a strobe effect rather than just a couple of flashes.
by dpitalo
Tue Feb 21, 2012 10:54 am
Forum: How do I code ...
Topic: Things to add to a custom menu
Replies: 4
Views: 2992

Re: Things to add to a custom menu

Roberto,

You, sir, are the man!

I'll be uploading everything as soon as I get home this evening.

Thanks!
by dpitalo
Mon Feb 20, 2012 8:17 pm
Forum: How do I code ...
Topic: Things to add to a custom menu
Replies: 4
Views: 2992

Things to add to a custom menu

I'd like to add two items to my menu. 1. Force Cloud 2. Force Thunderstorm but have no idea where to begin. I attempted to follow the instructions in the PWM Module User guide with no luck. My LED's are configured like this 3 Banks of 12 Royal Blues 2 Banks of XP-E Cool Whites 2 Banks of XP-G Cool W...
by dpitalo
Thu Feb 16, 2012 7:50 am
Forum: Ask anything here
Topic: Suuuuper Stoked!
Replies: 7
Views: 4760

Re: Suuuuper Stoked!

and here's it is, all soldered up and burning bright.
IMG_0538.jpg
IMG_0538.jpg (58.6 KiB) Viewed 4693 times
by dpitalo
Tue Feb 14, 2012 11:33 am
Forum: Ask anything here
Topic: Suuuuper Stoked!
Replies: 7
Views: 4760

Re: Suuuuper Stoked!

I'm actually going to be running each group of 12 of the XP-E's Royal Blues in two parallel strings of 6 off the 1400mA Buckblocks. The XP-E whites will be on 700mA FlexBlocks. and some XP-G's on the 1000mA BuckBlock. I got the first string of 12 RB's wired up last night. Looks like I'll be able to ...
by dpitalo
Mon Feb 06, 2012 8:47 pm
Forum: Ask anything here
Topic: Suuuuper Stoked!
Replies: 7
Views: 4760

Suuuuper Stoked!

Just ordered my PWM Expansion Module along with other goodies to make an LED setup for my 40. I'm going to be using BuckBlocks and FlexBlocks for the drivers with separate 24V power supplies for whites and blues. I remember reading that the buckblock/flexblock are reversed when it comes to intensity...
by dpitalo
Tue Jan 10, 2012 3:25 pm
Forum: Standard
Topic: LED Drivers
Replies: 4
Views: 4803

Re: LED Drivers

Any ideas what the issues were? Or what was the controller trying to do when an issue presented itself?
by dpitalo
Mon Jan 09, 2012 9:09 am
Forum: Standard
Topic: LED Drivers
Replies: 4
Views: 4803

LED Drivers

I'm staring to plan out my LED setup for my 40g. Here's the setup so far. 24" Heatsink 12" off the water. 36 - XP-E Royal Blue's on 3 - Meanwell 60-48p drivers 12 - XP-E Cool White's 12 - XP-G Cool White's I'm debating right now splitting the whites into 4 separate channels to have a rolli...
by dpitalo
Sat Dec 31, 2011 2:10 pm
Forum: How do I code ...
Topic: Moonphase on custom main
Replies: 53
Views: 35009

Re: Moonphase on custom main

Here's what I managed to do. I only made a couple of changes. First if the lights are off, it just displays "Off". Second, I got rid of the "moon" on the end of each phase, so it now just displays "new", "full, "half", etc. ra-screen-2.jpg Thanks again to...
by dpitalo
Sat Dec 31, 2011 11:10 am
Forum: How do I code ...
Topic: Moonphase on custom main
Replies: 53
Views: 35009

Re: Moonphase on custom main

that's awesome!

I've got to learn how to place things on the custom main. I'll give it a shot in a few.

Thanks!
by dpitalo
Sat Dec 31, 2011 7:31 am
Forum: How do I code ...
Topic: Moonphase on custom main
Replies: 53
Views: 35009

Moonphase on custom main

Would it be possible to show what phase the moon(moonlights) is in on the main screen?