Search found 33 matches

by Diverjoe
Sat Mar 24, 2018 1:53 pm
Forum: Standard
Topic: Used RA+ with lots of extras for sale!
Replies: 11
Views: 20532

Re: Used RA+ with lots of extras for sale!

Controller, salinity, leak detector, relay box are still for sale.
by Diverjoe
Sun Feb 04, 2018 8:43 pm
Forum: Standard
Topic: Used RA+ with lots of extras for sale!
Replies: 11
Views: 20532

Re: Used RA+ with lots of extras for sale!

Controller, salinity, leak detector, relay box


Sent from my iPhone using Tapatalk
by Diverjoe
Wed Dec 27, 2017 2:30 pm
Forum: Standard
Topic: Used RA+ with lots of extras for sale!
Replies: 11
Views: 20532

Re: Used RA+ with lots of extras for sale!

@binder - I have built out a system using RPI and NodeRed. I have actually come a bit full circle a couple weeks ago, as I am re-visiting using the RA hardware in places. I am currently using the WaterLevel expansion as it is the best technology I have found to date. I have quite a bit built out and...
by Diverjoe
Tue Dec 26, 2017 4:37 pm
Forum: Standard
Topic: Used RA+ with lots of extras for sale!
Replies: 11
Views: 20532

Used RA+ with lots of extras for sale!

$_57.jpg Reef Angel Plus Controller $120 Salinity Expansion Module - $80 Rope Leak Detector Expansion + cable - $80 Other Parts have been sold I used this to completely automate my 75g tank. Controls lights, Water Change, Topping off the water level, access to controls and monitoring over the web. ...
by Diverjoe
Sun Jan 29, 2017 1:52 pm
Forum: Addons
Topic: Salinity Probe not recognized
Replies: 23
Views: 20859

Re: Salinity Probe not recognized

the probe is a k=.99 which is the same. The higher the number the less accurate. K=.1 is good down to .5 uS, 1 down to 5uS and 10 is good for 10uS
by Diverjoe
Sun Jan 29, 2017 6:36 am
Forum: Addons
Topic: Salinity Probe not recognized
Replies: 23
Views: 20859

Re: Salinity Probe not recognized

Is the expansion hard coded to not return below 6ppt? The probe is a K=1 rated and goes down to 5uS. (7 ppm). That is the middle ranges probe.


Sent from my iPhone using Tapatalk
by Diverjoe
Fri Jan 27, 2017 8:22 pm
Forum: You and your tank
Topic: Pictures of my setup
Replies: 3
Views: 4708

Re: Pictures of my setup

love the baby bottles!
by Diverjoe
Fri Jan 27, 2017 8:14 pm
Forum: Addons
Topic: Salinity Probe not recognized
Replies: 23
Views: 20859

Re: Salinity Probe not recognized

Can you tell me what JP1 and JP2 are for? Right now they are both completely open. 6ppt is not low enough for anything in freshwater. The readings that are important are around 5-200 ppm (~0-400 uS)

Thanks for being patient with me as I muddle through this!
by Diverjoe
Thu Jan 26, 2017 8:44 pm
Forum: Addons
Topic: Salinity Probe not recognized
Replies: 23
Views: 20859

Re: Salinity Probe not recognized

The minimum value of the salinity module can measure is 6ppt. That's why you get 6 showing up. Anything lower than that will require a different probe, but we are really not interested in less than 6 ppt anyway. Not sure what was going on, but this will let the pump go on when it finds 6ppt: if (Re...
by Diverjoe
Thu Jan 19, 2017 7:05 pm
Forum: How do I code ...
Topic: IO Expansion methods
Replies: 15
Views: 11437

Re: IO Expansion methods

rimai wrote:No. For reading, just use the code I posted before:
http://forum.reefangel.com/viewtopic.php?p=54240#p54240
Not sure how I missed the 0 in channel.


Sent from my iPhone using Tapatalk
by Diverjoe
Thu Jan 19, 2017 3:30 pm
Forum: How do I code ...
Topic: IO Expansion methods
Replies: 15
Views: 11437

IO Expansion methods

Like
X = analogRead( i2cio-pin1)

Also didn't find newer Eagle files

And how do you send data to pin 1 vs pin3? I get the example above except for this.

Sent from my iPhone using Tapatalk
by Diverjoe
Wed Jan 18, 2017 9:03 pm
Forum: Standard
Topic: Explain internal memory
Replies: 20
Views: 14315

Re: Explain internal memory

I'm pretty new myself. Been up and running about a month freshwater so not as complicated but doing some things similarly. But to take a stab at your question that is exactly what I found and am doing. Here is a link to a great overview someone did that helped me out tremendously. He answers your qu...
by Diverjoe
Tue Jan 17, 2017 3:50 pm
Forum: For New Members
Topic: ORP on Dashboard and no names for Water level on app
Replies: 4
Views: 5168

Re: ORP on Dashboard and no names for Water level on app

Thanks Curt! I am using the wormy apple app :-P Do you know if the portal, badges, etc can have the unused expansions turned off? Makes the screen look like lots is broke. (Freshwater and unlikely to use ORP)
by Diverjoe
Mon Jan 09, 2017 9:23 am
Forum: How do I code ...
Topic: IO Expansion methods
Replies: 15
Views: 11437

Re: IO Expansion methods

I read about the PCF8574 chip on TI's site. Seems straight forward - less complex than using the 328P. But the question remains. How do I get more than just an on/off value from it?

BTW - I cannot seem to locate the 2.2 eagle files for IO on the download page. :-(
by Diverjoe
Sun Jan 08, 2017 8:45 pm
Forum: How do I code ...
Topic: IO Expansion methods
Replies: 15
Views: 11437

Re: IO Expansion methods

[quote="rimai"]As input, it is easy. if (ReefAngel.IO.GetChannel(0)) { } After learning how I2C works and seeing how it is used then reviewing the schematic I have come to Understand that the is a I2C slave based off the 328p. With that in mind I looked back at all the code libraries Espec...
by Diverjoe
Sun Jan 08, 2017 2:41 pm
Forum: For New Members
Topic: ORP on Dashboard and no names for Water level on app
Replies: 4
Views: 5168

Re: ORP on Dashboard and no names for Water level on app

I figured out that i needed to download the Labels from the server and then nulls were replaced by 5 waterlevel tags. Is there anything i need to do for IO Expansion values? I havent seen anything of them popup.
by Diverjoe
Sun Jan 08, 2017 2:40 pm
Forum: How do I code ...
Topic: IO Expansion methods
Replies: 15
Views: 11437

Re: IO Expansion methods

Wow that is plenty easy enough. But one question. Which of the 6 will that data be sent to?

Thanks!
by Diverjoe
Sun Jan 08, 2017 12:16 pm
Forum: How do I code ...
Topic: IO Expansion methods
Replies: 15
Views: 11437

Re: IO Expansion methods

yea, i have an opto isolated relay like the sainsmart i had from a netduino project.
by Diverjoe
Sun Jan 08, 2017 8:41 am
Forum: How do I code ...
Topic: IO Expansion methods
Replies: 15
Views: 11437

Re: IO Expansion methods

i am not an expert, but i do know the basics about electronics. I will mostly be driving a relay for my 5v/12v stuff.
by Diverjoe
Sat Jan 07, 2017 7:39 pm
Forum: How do I code ...
Topic: IO Expansion methods
Replies: 15
Views: 11437

Re: IO Expansion methods

I will use some as input only and some as outputs
by Diverjoe
Sat Jan 07, 2017 6:06 pm
Forum: For New Members
Topic: ORP on Dashboard and no names for Water level on app
Replies: 4
Views: 5168

ORP on Dashboard and no names for Water level on app

Is there a way to turn off the modules on my banner, portal and app that i dont use - like ORP? Also on the app it looks like the Water Level is listed as null along with 4 additional values. They do not have values but the 1st one I can see is the water level. Can I set the label somewhere for the ...
by Diverjoe
Sat Jan 07, 2017 5:34 pm
Forum: How do I code ...
Topic: IO Expansion methods
Replies: 15
Views: 11437

IO Expansion methods

I just got my Water Level and IO Expansion and Expansion hub yesterday. Got the WL all calibrated and it is working GREAT! Should have done this long ago. I do daily water changes and by using the high and low ATO memvars I can dial in EXACTLY how much water to drain before turning the ATO back on. ...
by Diverjoe
Thu Jan 05, 2017 2:20 pm
Forum: Standard
Topic: ReefAngel+ with RAnet For Sale -lowered prices- used not new
Replies: 23
Views: 20064

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

Also would you be in need of a new Rope Leak Detector?
by Diverjoe
Wed Jan 04, 2017 2:20 pm
Forum: For New Members
Topic: Override and Mask
Replies: 3
Views: 4781

Re: Override and Mask

"you use the mask" - is that the mask or the override? 1.) So the heater is set with the automatic out of the box on/off function (from the wizard) 2.) Some problem is detected in code maybe 3.) ReefAngel.Relay.Override(heater_port); 4.) Heater stays off forever until Override is overridde...
by Diverjoe
Wed Jan 04, 2017 7:22 am
Forum: For New Members
Topic: Override and Mask
Replies: 3
Views: 4781

Override and Mask

Can someone help me understand what/how Override and Mask works with regards to relays? What is it for and how is it used?
by Diverjoe
Wed Jan 04, 2017 6:53 am
Forum: Ask anything here
Topic: Monitor EC of water in tank
Replies: 2
Views: 3800

Re: Monitor EC of water in tank

Is anyone doing anything with Electrical Conductivity? (EC)
by Diverjoe
Mon Jan 02, 2017 4:25 pm
Forum: Ask anything here
Topic: Monitor EC of water in tank
Replies: 2
Views: 3800

Monitor EC of water in tank

Is ther any way to monitor EC values for my tank? I am doing planted freshwater.
by Diverjoe
Thu Dec 29, 2016 5:12 pm
Forum: For New Members
Topic: RA portal charts does not have new data
Replies: 50
Views: 34929

Re: RA portal charts does not have new data

Ran the macro and mine is up and running now!! Thanks!!! I did have a bump in the road as I was trying to do the update with my pc connected to the Head Module - doesnt work that way - ha! The minute I plugged the USB cable into the WiFi module, the terminal program did its thing and all is well. Al...