Search found 12 matches

by jerkyjunky
Thu Dec 06, 2012 8:21 am
Forum: How do I code ...
Topic: Simple bit of coding help please!!
Replies: 15
Views: 8701

Re: Simple bit of coding help please!!

I see! ;)
by jerkyjunky
Wed Dec 05, 2012 4:05 pm
Forum: How do I code ...
Topic: Simple bit of coding help please!!
Replies: 15
Views: 8701

Re: Simple bit of coding help please!!

I hate to sound ignorant, but I feel as if I am. What is the difference in setting the mask on the relay verses simply turning the port on and off? Don't they accomplish the same thing?
by jerkyjunky
Wed Dec 05, 2012 3:53 pm
Forum: My PDE/INO file
Topic: JerkyJunky's Starter Screen
Replies: 12
Views: 18223

Re: JerkyJunky's Starter Screen

Thanks! The code for it should be in the other how do I area if you wanted just that how to bit. :-) I've edited a bit more and fixed some issues with the clouds not processing correctly. Also added in the ATO bit. I have a bucket on the side of my stand with RODI water in it and a pump. The pump ha...
by jerkyjunky
Tue Nov 20, 2012 9:23 pm
Forum: My PDE/INO file
Topic: JerkyJunky's Starter Screen
Replies: 12
Views: 18223

Re: JerkyJunky's Starter Screen

Here is the next version of my display: http://i.imgur.com/7zyND.jpg As you can see, I have completed the Event Previewer area, and have it accurately (or so it seems) predicting the next lighting effect be it sunrise, sunset, dawn, dusk, cloud, or sunlight. It also should be saying the correct ETA ...
by jerkyjunky
Fri Nov 16, 2012 6:50 pm
Forum: My PDE/INO file
Topic: JerkyJunky's Starter Screen
Replies: 12
Views: 18223

Re: JerkyJunky's Starter Screen

Thanks! Still some errors that will pop up I already know of. I'm not clearing everything that needs to be so I'll get some artifacts I'm sure. Sucks the tank is still cycling and I can't play fully with the lights and cloud settings for a bit. Darn bacteria refusing to breed! :(
by jerkyjunky
Fri Nov 16, 2012 6:37 pm
Forum: My PDE/INO file
Topic: JerkyJunky's Starter Screen
Replies: 12
Views: 18223

JerkyJunky's Starter Screen

Been a fun couple days programming in a new screen for my RA. Here is what I have so far: http://i.imgur.com/9UVk9.jpg The wavemaker stuff is filler until I get an actual unit, but the rest is legit. Here is the code: #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include...
by jerkyjunky
Fri Nov 16, 2012 2:29 pm
Forum: How do I code ...
Topic: DrawCircleOutletBox - Horizontal?
Replies: 2
Views: 2161

DrawCircleOutletBox - Horizontal?

I'm not sure if someone posted this before or not, but I was coding my display and saw people with the circle outlet options and thought it was great. However, the one already in RA_NokiaLCD.cpp is vertical, and since my relay box is mounted horizontal, not that awesome. I added a new function to th...
by jerkyjunky
Fri Nov 16, 2012 2:17 pm
Forum: How do I code ...
Topic: Sunrise / sunset code based on location
Replies: 135
Views: 97259

Re: Sunrise / sunset code based on location

Looking over this code, it doesn't look like it plays well with DST. Am I right? Looks pretty good though, when I first saw the thread I thought you would be syncing info off a website. Was shocked to see it computes it! :o

Have to try to make it work for my setup! :-)
by jerkyjunky
Thu Nov 15, 2012 11:29 am
Forum: Standard
Topic: Relay Box Failure?
Replies: 1
Views: 1989

Relay Box Failure?

After sorting most everything out last night, I got some basic code down and had everything going when I went to bed. This morning when I went to check in on it, the skimmer was off. I checked the head unit and it said the port it was plugged into was on, so I was freaking out that my skimmer died. ...
by jerkyjunky
Wed Nov 14, 2012 9:36 pm
Forum: Standard
Topic: Relay Box Clicking?
Replies: 3
Views: 2605

Re: Relay Box Clicking?

I didn't have anything plugged into ports 5 or 6 at the time, but since I uploaded some basic code the clicking seems to have stopped. Is the clicking part of the wavemaker function?
by jerkyjunky
Wed Nov 14, 2012 9:07 pm
Forum: Standard
Topic: Relay Box Clicking?
Replies: 3
Views: 2605

Relay Box Clicking?

I just got my RA unit and I was super excited. Mounted it all in my stand, and now the surge strip is clicking every 15 seconds or so. Has this happened to anyone else? Is there some quick fix? Nothing seems to be impacted, but it is REALLY loud and annoying even with the stand shut.
by jerkyjunky
Wed Nov 07, 2012 12:20 pm
Forum: Standard
Topic: PWM Dimmer Freq?
Replies: 2
Views: 2391

Re: PWM Dimmer Freq?

Perfect. My driver needs 100-5000 hz. Just wanted to make sure before I purchase. :) I've heard complaints from other sites about Apex VDM putting out over 10V and hurting some drivers because of that. Have you heard any issues with the RA putting out > 10V? I assume though with this setup you could...