Search found 102 matches
- Fri Sep 04, 2020 12:35 pm
- Forum: How do I code ...
- Topic: A few thing wizard did wrong, how to code it
- Replies: 8
- Views: 8797
Re: A few thing wizard did wrong, how to code it
Right now i have my wavemakers set to turn on random from 30-60 min and set to opposite each other. ReefAngel.WavemakerRandom( Port6,1800,3600 ); ReefAngel.Relay.Set( Box1_Port6, !ReefAngel.Relay.Status( Port6 ) ); I'll like to add both pumps turning on random to, how can I code random turn on of le...
- Fri Aug 28, 2020 9:29 pm
- Forum: Apps
- Topic: Android Reef Angel Status
- Replies: 974
- Views: 772576
Re: Android Reef Angel Status
The charting feature is working?
- Mon Aug 24, 2020 4:16 pm
- Forum: How do I code ...
- Topic: How to set a pump to turn on every half hour
- Replies: 1
- Views: 4038
How to set a pump to turn on every half hour
Hi I have a pump under dosing station and i need it to turn on every half hour for 10 minutes, I try it with the dosing pump set, but sometimes It doesn't start and beginning of the hour. How can i code the outlet to turn on every half hour starting at the hour 9:00, 9:30, 10:00 etc... and if the co...
- Sat Aug 01, 2020 2:51 pm
- Forum: How do I code ...
- Topic: A few thing wizard did wrong, how to code it
- Replies: 8
- Views: 8797
Re: A few thing wizard did wrong, how to code it
Thanks. Is this code correct? it's suppose to turn off a port in case another por is off: if ( ReefAngel.Relay.Status( Port1 ) ) ReefAngel.Relay.Off( Port2 ); I ask because I set the statement in the wizard for on and off ports and both give the same syntax in condition: if ( ReefAngel.Relay.Status(...
- Thu Jul 30, 2020 2:30 pm
- Forum: How do I code ...
- Topic: A few thing wizard did wrong, how to code it
- Replies: 8
- Views: 8797
Re: A few thing wizard did wrong, how to code it
Ok, I set it in code mode, everything thing to works now except the ATO I have Water level module and set to 10-15% but is not turning off at 15%, what code should i add to turn off the port. #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWir...
- Sun Jul 26, 2020 3:13 pm
- Forum: How do I code ...
- Topic: A few thing wizard did wrong, how to code it
- Replies: 8
- Views: 8797
Re: A few thing wizard did wrong, how to code it
Should i use In the code, instead of internal memory for the whole code?
- Sun Jul 26, 2020 6:36 am
- Forum: How do I code ...
- Topic: A few thing wizard did wrong, how to code it
- Replies: 8
- Views: 8797
A few thing wizard did wrong, how to code it
Hi I set al my codes with the web wizard, but some things are not working properly. • UV in port 13 is suppose to be always on, and turn of if port 11 is off, but is off and tier to port 3. • Wavemaker was set to 3600-7400 sec random in port 6, and opposite in port 16, but is turning like every 30 s...
- Thu Jul 16, 2020 5:49 pm
- Forum: Addons
- Topic: Wifi with 0.0.0.0 IP
- Replies: 4
- Views: 6183
Re: Wifi with 0.0.0.0 IP
I see is working now with making anything different, have been struggle with this for more than a week.
Thanks
Thanks
- Thu Jul 16, 2020 5:38 pm
- Forum: Addons
- Topic: Wifi with 0.0.0.0 IP
- Replies: 4
- Views: 6183
Re: Wifi with 0.0.0.0 IP
No, the green is slow blinking.
- Thu Jul 16, 2020 5:32 pm
- Forum: Addons
- Topic: Wifi with 0.0.0.0 IP
- Replies: 4
- Views: 6183
Wifi with 0.0.0.0 IP
I'm trying to configure my wifi attachment but everytime I set it on the wifi utility i get Ip 0.0.0.0:2000 --------------------------------------------------------------------- Wifi Attachment Connected to COM9 --------------------------------------------------------------------- Opening Serial Por...
- Mon Jun 02, 2014 5:39 pm
- Forum: Standard
- Topic: Problem upgrading to RA+
- Replies: 15
- Views: 10209
Re: Problem upgrading to RA+
Its a new board, never used before.rimai wrote:Is it a new board? Were you ever able to upload codes to it before?
- Mon Jun 02, 2014 11:11 am
- Forum: Standard
- Topic: Problem upgrading to RA+
- Replies: 15
- Views: 10209
Re: Problem upgrading to RA+
Yes, i did.howaboutme wrote:Did you pick Reef Angel Plus Controller (as opposed to your old RA) in the Arduino? I forgot where exactly it is and I don't have the installer on my current computer.
It is in Tools/Board...
- Mon Jun 02, 2014 5:54 am
- Forum: Standard
- Topic: Problem upgrading to RA+
- Replies: 15
- Views: 10209
Re: Problem upgrading to RA+
Yes.rimai wrote:Can you upload codes correctly on your old RA using the same com4 port?
- Sun Jun 01, 2014 2:43 pm
- Forum: Standard
- Topic: Problem upgrading to RA+
- Replies: 15
- Views: 10209
Re: Problem upgrading to RA+
Thanks, I went into services and stop then all, still the same error.lnevo wrote:Its the service not the client. You need to go into Services app to close it.
- Sun Jun 01, 2014 2:12 pm
- Forum: Standard
- Topic: Problem upgrading to RA+
- Replies: 15
- Views: 10209
Re: Problem upgrading to RA+
RA client is shut down, i even uninstall it, in case it was giving the problem.rimai wrote:You must shutdown the RA Client service. It is probably not letting you open the port.
The link above will take care of the screen.
- Sun Jun 01, 2014 1:20 pm
- Forum: Standard
- Topic: Problem upgrading to RA+
- Replies: 15
- Views: 10209
Re: Problem upgrading to RA+
You are sure that the com port is COM4, right? Are you able to upload to the old RA on the same COM4 port? Yes, everything thing to work, except i can't upload codes to RA+, wifi is detected and updated, RA client connect to RA+ but Arduino gives me that error. And the screen is black with a white ...
- Sun Jun 01, 2014 8:00 am
- Forum: Standard
- Topic: Problem upgrading to RA+
- Replies: 15
- Views: 10209
Re: Problem upgrading to RA+
Try this...usually it's a white screen..worth a shot: http://forum.reefangel.com/viewtopic.php?f=2&t=4199&p=35423&hilit=gen1+screen#p35423 I had the same problem when upgrading boards. Thanks, I found your post, but i can't upload any codes to the RA+, arduino is not communicating with ...
- Sun Jun 01, 2014 6:36 am
- Forum: Standard
- Topic: Problem upgrading to RA+
- Replies: 15
- Views: 10209
Problem upgrading to RA+
Hi I just install the RA+ board, but i just get a black screen, it powers but shows anything, and when i try to upload anything to it i get this on arduino: avrdude: Version 6.0, compiled on Apr 6 2012 at 19:29:19 Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/ Copyright (c) 2007-2009 Jo...
- Mon May 05, 2014 6:49 am
- Forum: How do I code ...
- Topic: Add ELSE mode for WP40
- Replies: 2
- Views: 3039
Re: Add ELSE mode for WP40
Elsemode isnt in the libraries yet. That wont work quite like that... However the OP added the code perfectly in his post...you just add the function to the end of your INO file the same as you did in the post :) Then get rid of the setmode line altogether. Replace it with this ReefAngel.PWM.SetDay...
- Sun May 04, 2014 8:55 am
- Forum: How do I code ...
- Topic: Add ELSE mode for WP40
- Replies: 2
- Views: 3039
Add ELSE mode for WP40
Hi I have a WP40 pump and i want set it in ELSE mode, I make a code with the wizard for the things i need, but i'll to use ELSE mode instead of the ones provided in the wizard i found a code in the Addons section that will work for what i want, but i don't how to add it to the code and how to set th...
- Wed Jan 30, 2013 11:20 am
- Forum: Standard
- Topic: RA going back on time
- Replies: 10
- Views: 7069
Re: RA going back on time
Thanks
- Wed Jan 30, 2013 9:41 am
- Forum: Standard
- Topic: RA going back on time
- Replies: 10
- Views: 7069
Re: RA going back on time
Thanks, i know that part, how can i get to the battery?
- Wed Jan 30, 2013 8:25 am
- Forum: Standard
- Topic: RA going back on time
- Replies: 10
- Views: 7069
Re: RA going back on time
How can I do that??rimai wrote:Can you check the battery voltage?
- Tue Jan 29, 2013 2:18 pm
- Forum: Standard
- Topic: RA going back on time
- Replies: 10
- Views: 7069
Re: RA going back on time
No, i don't have any expansion modules.
- Tue Jan 29, 2013 7:44 am
- Forum: Standard
- Topic: RA going back on time
- Replies: 10
- Views: 7069
RA going back on time
Hi My controller have been doing some weird thing lately its changing time an going back to 1968 :shock:, i Don't know why, it do it random and have make this time 3 times in this month, is not a big deal cause i can set time back, but it might be a big deal if the dosing pumps were running. Everyti...
- Sun Jan 13, 2013 12:07 pm
- Forum: Standard
- Topic: Temp sensor cables order
- Replies: 2
- Views: 2725
Re: Temp sensor cables order
Thanks, cables were backwards, i change it and is now working fine.
- Sun Jan 13, 2013 6:41 am
- Forum: Standard
- Topic: Temp sensor cables order
- Replies: 2
- Views: 2725
Temp sensor cables order
Hi I just get a temp sensor that a friend gave me cause he have it spare, but when i connect it to the RA it gave me error on all other sensors, so i guess the cables are not in the same order as RA take it. the order of the cables is left to right how it connects to RA: Ground-data-VCC, how are the...
- Sun Jan 06, 2013 5:59 pm
- Forum: How do I code ...
- Topic: Change feeding time
- Replies: 1
- Views: 1985
Change feeding time
Hi
I want to change the feeding time from 15 min to 3-4 hrs, I don't use it for feeding my fish, so i want to use it to feed my corals at night, and turn some pumps of and the skimmer, so they have a change to catch food.
So, what code do i need to put, to make this change.
Thanks
I want to change the feeding time from 15 min to 3-4 hrs, I don't use it for feeding my fish, so i want to use it to feed my corals at night, and turn some pumps of and the skimmer, so they have a change to catch food.
So, what code do i need to put, to make this change.
Thanks
- Thu Jan 03, 2013 6:53 pm
- Forum: How do I code ...
- Topic: Lights 8h on/8h off
- Replies: 8
- Views: 4873
Re: Lights 8h on/8h off
The should have an extra ), this is the code:
Code: Select all
ReefAngel.Relay.Set(Port1,now()%57600<28800);
- Thu Jan 03, 2013 6:16 pm
- Forum: How do I code ...
- Topic: Lights 8h on/8h off
- Replies: 8
- Views: 4873
Re: Lights 8h on/8h off
Nice one Roberto, thanks a lot.