Search found 12 matches
- Mon Sep 23, 2013 9:10 pm
- Forum: Addons
- Topic: Salinity not reading
- Replies: 6
- Views: 3645
Re: Salinity not reading
I tried to do recalibration and put the probe on the tap water but the reading was not changing at all (I forgot what number was displayed.) Also I made sure that the salinity expansion was turned on (green light was on,) the expansion was connected to the power bar through usb, I even tried to use ...
- Mon Sep 23, 2013 1:24 am
- Forum: Addons
- Topic: Salinity not reading
- Replies: 6
- Views: 3645
Salinity not reading
From last week, my salinity probe always been reading at 6.0 ppt. Does it mean that the probe is broken? I believe no configuration was changed at that time. Please advice some steps to troubleshoots. Thanks.
- Mon Feb 18, 2013 8:51 pm
- Forum: Addons
- Topic: Salinity Temp Compensate's Reading
- Replies: 5
- Views: 3153
Re: Salinity Temp Compensate's Reading
here they are: #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> #include <LED.h> #include <RA_Tem...
- Mon Feb 18, 2013 5:30 pm
- Forum: Addons
- Topic: Salinity Temp Compensate's Reading
- Replies: 5
- Views: 3153
Re: Salinity Temp Compensate's Reading
Yep.. that is it.rimai wrote:Do you plan on calibrating at 25C and monitoring at various different temperature ranges?
- Mon Feb 18, 2013 8:26 am
- Forum: Addons
- Topic: Salinity Temp Compensate's Reading
- Replies: 5
- Views: 3153
Salinity Temp Compensate's Reading
So, according to this post http://forum.reefangel.com/viewtopic.php?p=7386#p7386 , it could be done using the following code: double SalCompensation; if (TempSensor.unit) SalCompensation=Params.Salinity/(1+((Params.Temp[T1_PROBE]-250)*0.0024)); else SalCompensation=Params.Salinity/(1+((Params.Temp[T...
- Sat Jan 26, 2013 9:08 am
- Forum: How do I code ...
- Topic: Delaying ATO port
- Replies: 1
- Views: 1569
Delaying ATO port
I'm using AvastMarine ATO kit to detect water level in my sump, currently this is the code: ReefAngel.SingleATO( true,Port8,240,0 ); However when the tank restarted after lights off the pressure-sensitive switch seems to change state that turn on the port. So I am wondering how to delay the ATO port...
- Fri Dec 28, 2012 9:34 am
- Forum: Addons
- Topic: WIFI not sending data to Portal
- Replies: 7
- Views: 3159
Re: WIFI not sending data to Portal
Thanks! I'll try the macro provided on that post. However can you let me know which configuration isn't right? Because if I remembered correctly, I've only followed the wifi attachment manual. And surprisingly the connection is more stable now (it's been working for two days in a row without the nee...
- Fri Dec 28, 2012 4:54 am
- Forum: Addons
- Topic: WIFI not sending data to Portal
- Replies: 7
- Views: 3159
Re: WIFI not sending data to Portal
here you go: CMD get e WiFly Ver 2.38, 12-11-2012 on RN-131 Beacon=102 Probe=5 Reboot=0 OPEN= CLOSE=*CLOS* REMOTE= FlushSize=450 MatchChar=0 FlushTimer=10 IdleTimer=3 CmdChar=$ IF=UP DHCP=ON IP=192.168.88.220:2000 NM=255.255.255.0 GW=192.168.88.1 HOST=198.171.134.6:2000 PROTO=TCP, MTU=1524 FLAGS=0x7...
- Thu Dec 27, 2012 10:04 am
- Forum: Addons
- Topic: WIFI not sending data to Portal
- Replies: 7
- Views: 3159
Re: WIFI not sending data to Portal
Yes I can access it from android/iPhone app using both local ip and fqdn. Blue light is off, steady slow green blinking only.
- Thu Dec 27, 2012 7:26 am
- Forum: Addons
- Topic: WIFI not sending data to Portal
- Replies: 7
- Views: 3159
WIFI not sending data to Portal
Because of periodic non-responding wifi, I decided to configure the attachment through Tera term. However after that it never send anymore data to the portal. After some reading about wifi problems on other threads I've input the following: set d n www.reefangel.com set i h 198.171.134.6 save reboot...
- Fri Nov 23, 2012 9:05 am
- Forum: Standard
- Topic: Avastmarine ATO compatibility
- Replies: 3
- Views: 3071
Re: Avastmarine ATO compatibility
Cool! Can't wait to install both of them. I'm tired topping off manually



- Fri Nov 23, 2012 6:05 am
- Forum: Standard
- Topic: Avastmarine ATO compatibility
- Replies: 3
- Views: 3071
Avastmarine ATO compatibility
Im planning to use RA controller in 220v country and I'm also looking to buy avast marine ato kit listed here: http://www.avastmarine.com/ssc/do/product/rigging/Top-off-Kit Which stated 110v input power. Of course I'm planning to get the one for RA digital output. Will it be compatible? Thanks for y...