Search found 94 matches

by bencollinz
Thu May 18, 2017 2:27 pm
Forum: Standard
Topic: ReefAngel+ with RAnet For Sale -lowered prices- used not new
Replies: 23
Views: 20118

Re: ReefAngel+ with RAnet For Sale - used not new

Scamper wrote:Hi Ben,

Will this RA work with Kessil lights?
You'd have to find out if they need analog or PWM signal.
by bencollinz
Mon May 15, 2017 6:46 am
Forum: Standard
Topic: ReefAngel+ with RAnet For Sale -lowered prices- used not new
Replies: 23
Views: 20118

Re: ReefAngel+ with RAnet For Sale - used not new

Still for sale. See OP.
by bencollinz
Thu Jan 05, 2017 3:21 pm
Forum: Standard
Topic: ReefAngel+ with RAnet For Sale -lowered prices- used not new
Replies: 23
Views: 20118

Re: ReefAngel+ with RAnet For Sale - used not new

Diverjoe wrote:make me a good offer ;-)
100 shipped.
by bencollinz
Wed Jan 04, 2017 6:54 pm
Forum: Standard
Topic: ReefAngel+ with RAnet For Sale -lowered prices- used not new
Replies: 23
Views: 20118

Re: ReefAngel+ with RAnet For Sale - used not new

Diverjoe wrote:Salinity?
yes
by bencollinz
Mon Nov 21, 2016 3:48 am
Forum: Standard
Topic: ReefAngel+ with RAnet For Sale -lowered prices- used not new
Replies: 23
Views: 20118

Re: ReefAngel+ with RAnet For Sale - used not new

Sorry. Wifi, RF and expansion hub are sold.
by bencollinz
Fri Nov 18, 2016 10:32 pm
Forum: For New Members
Topic: Blue Screen of Death, or BSOD
Replies: 15
Views: 18661

Re: Blue Screen of Death, or BSOD

The next step would be to reimage the PC. But that's never fun unless you're a tech.
by bencollinz
Thu Nov 17, 2016 3:35 pm
Forum: Standard
Topic: ReefAngel+ with RAnet For Sale -lowered prices- used not new
Replies: 23
Views: 20118

Re: ReefAngel+ with RAnet For Sale - used not new

Everything is still available.
by bencollinz
Mon Nov 14, 2016 7:43 am
Forum: For New Members
Topic: Blue Screen of Death, or BSOD
Replies: 15
Views: 18661

Re: Blue Screen of Death, or BSOD

No, I'm saying the same thing you are. That aichargerplus shouldn't affect the FTDI driver. They are not related to each other, I think. Do you get blue screen regardless of which port you connect the cable? Does it go into bsod right after you plug it in? Yesterday I was only trying usb 2.0, this ...
by bencollinz
Thu Sep 22, 2016 1:49 pm
Forum: Standard
Topic: ReefAngel+ with RAnet For Sale -lowered prices- used not new
Replies: 23
Views: 20118

Re: ReefAngel+ with RAnet For Sale

Free shipping on everything.
by bencollinz
Fri Sep 02, 2016 11:15 am
Forum: Standard
Topic: ReefAngel+ with RAnet For Sale -lowered prices- used not new
Replies: 23
Views: 20118

ReefAngel+ with RAnet For Sale -lowered prices- used not new

ReefAngel Plus with RAnet relay expansion, Vortech/RF, Salinity, pH, Temp, wifi, RAnet pwm and water level All used not new. RA plus with updated LCD includes PH probe and relay box $180 was $200 single water level - $30 was $45 PWM dimming - $50 was $85 All the cables are included except the TTL/US...
by bencollinz
Sun Feb 07, 2016 6:34 am
Forum: Addons
Topic: RANet firmware update
Replies: 10
Views: 10985

Re: RANet firmware update

I'd like to thank GiraffeCat for working with me on troubleshooting and finding out about this issue. All RANet relay boxes and dimming modules will need this update. Symptom: your RANet relay box blinks white/blue very fast and causes the relay box to go into fallback. If you would like to see the...
by bencollinz
Sun Feb 07, 2016 6:24 am
Forum: Addons
Topic: RANet firmware update
Replies: 10
Views: 10985

Re: RANet firmware update

I'll open it again, but the other end coming from that connection was not attached to anything. Sent from my SM-G928P using Tapatalk 20160207_081013.jpg side note; I love how upload size is limited to 2MB then you try to upload it after resizing and the limit changes to 1MB. something odd happening...
by bencollinz
Sun Feb 07, 2016 5:58 am
Forum: Addons
Topic: RANet firmware update
Replies: 10
Views: 10985

Re: RANet firmware update

Sacohen wrote:I'll open it again, but the other end coming from that connection was not attached to anything.

Sent from my SM-G928P using Tapatalk
It's a very tiny LED. I thought the same thing. It's supposed to be glued/taped to the closest end of the RA logo to that connector. I used electrical tape.
by bencollinz
Sat Feb 06, 2016 6:57 am
Forum: Addons
Topic: RANet firmware update
Replies: 10
Views: 10985

Re: RANet firmware update

Is there a way to power up the board and test this without having to put it all back together? I have mine running off the USB cable right now and I really don't want to take it all apart just to not work again.
by bencollinz
Mon Dec 28, 2015 7:43 am
Forum: Addons
Topic: RANet
Replies: 6
Views: 6450

Re: RANet wireless relay box, need urgent help!!

gdfh
by bencollinz
Thu Dec 24, 2015 12:11 pm
Forum: Addons
Topic: RANet
Replies: 6
Views: 6450

Re: RANet wireless relay box, need urgent help!!

Ben
by bencollinz
Wed Dec 23, 2015 3:21 pm
Forum: Addons
Topic: RANet
Replies: 6
Views: 6450

RANet

sdf
by bencollinz
Mon Jan 26, 2015 3:06 pm
Forum: Addons
Topic: RA Net with Relay doesn't seem to be working correctly.
Replies: 52
Views: 36662

Re: RA Net with Relay doesn't seem to be working correctly.

my code to show you the ranet placement #include <SoftwareSerial.h> #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> #incl...
by bencollinz
Mon Jan 26, 2015 2:57 pm
Forum: How do I code ...
Topic: Automatic reboot of RA after set amount of time
Replies: 7
Views: 6688

Re: Automatic reboot of RA after set amount of time

rimai wrote:Try this:

Code: Select all

if (now() % 10800 == 0 ) while(1);
thank you.
would this conflict?

Code: Select all

if (now()-feeding<5400) {
  ReefAngel.RF.UseMemory=false;
    ReefAngel.RF.SetMode(Smart_NTM,75,10);
    }
by bencollinz
Mon Jan 26, 2015 2:18 pm
Forum: How do I code ...
Topic: Automatic reboot of RA after set amount of time
Replies: 7
Views: 6688

Re: Automatic reboot of RA after set amount of time

ok. is there an easier way to say to reboot every 3 hours? or I have to put in 8 of those lines of code?
by bencollinz
Mon Jan 26, 2015 1:53 pm
Forum: Addons
Topic: RA Net with Relay doesn't seem to be working correctly.
Replies: 52
Views: 36662

Re: RA Net with Relay doesn't seem to be working correctly.

Sacohen wrote:So the line of code for the RA NEt would be this...

Code: Select all

ReefAngel.AddRANet();
I don't think I ever added that.
that! and there's some file attached in one of these threads that you need to manually paste in your arduino folder
by bencollinz
Mon Jan 26, 2015 1:50 pm
Forum: Addons
Topic: RANet relay expansion not working
Replies: 19
Views: 14541

Re: RANet relay expansion not working

rimai wrote:Did you confirm that the box requires 10 seconds now to assume connection loss?
yes. 10 seconds.
by bencollinz
Mon Jan 12, 2015 2:26 pm
Forum: Addons
Topic: RANet relay expansion not working
Replies: 19
Views: 14541

Re: RANet relay expansion not working

This still occurs. Just not as frequently.
by bencollinz
Thu Jan 08, 2015 5:47 pm
Forum: How do I code ...
Topic: Automatic reboot of RA after set amount of time
Replies: 7
Views: 6688

Re: Automatic reboot of RA after set amount of time

rimai wrote:All you need to force a reboot is this line:

Code: Select all

while(1);
It will force the watchdog to reboot the controller.
please, can you tell me where I put this in the code? and does it reboot randomly then? or a certain amount of time?
i'm arduino illiterate.

thank you
by bencollinz
Wed Jan 07, 2015 7:35 pm
Forum: How do I code ...
Topic: Automatic reboot of RA after set amount of time
Replies: 7
Views: 6688

Automatic reboot of RA after set amount of time

You can reboot from the Android app, so how would I put that into the code to happen after a certain amount of time presumably after the last reboot or power on?

Thank you.
by bencollinz
Wed Jan 07, 2015 3:43 pm
Forum: Addons
Topic: RANet relay expansion not working
Replies: 19
Views: 14541

Re: RANet relay expansion not working

Open the enclosure box Remove all screws to free up the board inside. You should be able to pry the board from the outlets. Pay attention to the Logo LED lead wires. Make sure to disconnect when separating the pcb from the outlets/box. With the pcb in your hand, you will see the RANet Receiver Deta...