Search found 14 matches

by JDP1130
Mon Jan 11, 2016 7:55 pm
Forum: How do I code ...
Topic: Float to cut off ato pump when low
Replies: 6
Views: 6545

Re: Float to cut off ato pump when low

And the same results apply. Don't work. I changed high n low as well. Didn't respond as intended.
by JDP1130
Mon Jan 11, 2016 5:38 pm
Forum: How do I code ...
Topic: Float to cut off ato pump when low
Replies: 6
Views: 6545

Re: Float to cut off ato pump when low

When i change terminals neither switch works #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 <RA_Joystick.h> #in...
by JDP1130
Wed Dec 30, 2015 6:45 pm
Forum: How do I code ...
Topic: Led strip program
Replies: 8
Views: 7051

Re: Led strip program

can close
by JDP1130
Wed Dec 30, 2015 6:44 pm
Forum: How do I code ...
Topic: Float to cut off ato pump when low
Replies: 6
Views: 6545

Float to cut off ato pump when low

So i got a few other issues out the way and im moving on to the next. I want to use one of the float switchs to shut off my ato pump when its low. i tried to use the code below i took from another topic with no luck. Ideas? if(ReefAngel.HighATO.IsActive()) { ReefAngel.Relay.Override(Port8, 0); } els...
by JDP1130
Wed Dec 30, 2015 6:41 pm
Forum: How do I code ...
Topic: Led strip program
Replies: 8
Views: 7051

Re: Led strip program

that did it thanks!

also got custom lables to work.
by JDP1130
Tue Dec 29, 2015 8:33 pm
Forum: How do I code ...
Topic: Led strip program
Replies: 8
Views: 7051

Re: Led strip program

So back end of led code not working. The 7p to 11pm on off function doest work. The am part is ok tho...hmmm
by JDP1130
Wed Dec 23, 2015 5:23 pm
Forum: How do I code ...
Topic: Led strip program
Replies: 8
Views: 7051

Re: Led strip program

so input code now head unit keeps reseting. wont stay loaded. I removed line and still. Only after i removed custome lables did it act right any ideas? #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <DS1307R...
by JDP1130
Wed Dec 23, 2015 3:02 pm
Forum: How do I code ...
Topic: Led strip program
Replies: 8
Views: 7051

Re: Led strip program

Just add under the coinciding port?
by JDP1130
Wed Dec 23, 2015 12:37 pm
Forum: How do I code ...
Topic: Led strip program
Replies: 8
Views: 7051

Led strip program

So i finally got around to building my led strip and it's working great. I have it on a timer to turn on at 10am and off at 11pm. I've recently noticed I'm loosing the color I obtained by switching to t5. So I need to change led schedule. I want leds to come on from 10am to 12pm then back on again a...
by JDP1130
Fri Oct 30, 2015 2:00 pm
Forum: Addons
Topic: Diy bar lights. Driver help
Replies: 1
Views: 3715

Diy bar lights. Driver help

Hey guys, Before I get started I'm not the brightest crayon in the box with electronics. Disclaimer out the way. So I built a led strip light to supplement my t5 that I'm going back to. I chopped up one of my old eBay lights to use the drivers.(pic below). I would like to be able to get the bars to ...
by JDP1130
Sat Apr 05, 2014 5:51 am
Forum: Addons
Topic: Wifi Error
Replies: 28
Views: 34624

Re: Wifi Error

looks like i have same issue and i am unable to use this wor work correctly. seems as though i cannot get code to push to wifi attachment.
by JDP1130
Thu Mar 20, 2014 3:16 pm
Forum: Standard
Topic: no internal memory haunting me
Replies: 7
Views: 4180

Re: no internal memory haunting me

I JUST DID AFTER FEEDING THESE KIDS...LOL...I NOW HAVE A MENU SCREEN AND SEEMS TO BE DIFFERENT VISUALLY BUT IT IS NOW OPERATIONAL I BELIEVE. WILL ADDING CODE BE SAME AS BEFORE?
by JDP1130
Thu Mar 20, 2014 2:16 pm
Forum: Standard
Topic: no internal memory haunting me
Replies: 7
Views: 4180

Re: no internal memory haunting me

ive tried the pre loaded code with no luck
by JDP1130
Thu Mar 20, 2014 2:08 pm
Forum: Standard
Topic: no internal memory haunting me
Replies: 7
Views: 4180

no internal memory haunting me

so i have a pre loaded program on my RA. i plugged in and installed and info on new computer and tried to change to access RA. screen went black then came back on with "no internal memory found" on screen. i attempted to load intmem form sketchbook and to restore pre loaded coded and nothi...