Search found 26 matches
- Sun Jan 29, 2017 1:52 pm
- Forum: Addons
- Topic: Salinity Probe not recognized
- Replies: 23
- Views: 21858
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
- Sun Jan 29, 2017 6:36 am
- Forum: Addons
- Topic: Salinity Probe not recognized
- Replies: 23
- Views: 21858
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
Sent from my iPhone using Tapatalk
- Fri Jan 27, 2017 8:22 pm
- Forum: You and your tank
- Topic: Pictures of my setup
- Replies: 3
- Views: 5018
Re: Pictures of my setup
love the baby bottles!
- Fri Jan 27, 2017 8:14 pm
- Forum: Addons
- Topic: Salinity Probe not recognized
- Replies: 23
- Views: 21858
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!
Thanks for being patient with me as I muddle through this!
- Thu Jan 26, 2017 8:44 pm
- Forum: Addons
- Topic: Salinity Probe not recognized
- Replies: 23
- Views: 21858
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...
- Thu Jan 19, 2017 7:05 pm
- Forum: How do I code ...
- Topic: IO Expansion methods
- Replies: 15
- Views: 11930
Re: IO Expansion methods
Not sure how I missed the 0 in channel.rimai wrote:No. For reading, just use the code I posted before:
http://forum.reefangel.com/viewtopic.php?p=54240#p54240
Sent from my iPhone using Tapatalk
- Thu Jan 19, 2017 3:30 pm
- Forum: How do I code ...
- Topic: IO Expansion methods
- Replies: 15
- Views: 11930
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
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
- Wed Jan 18, 2017 9:03 pm
- Forum: Standard
- Topic: Explain internal memory
- Replies: 20
- Views: 15116
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...
- 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: 5432
Re: ORP on Dashboard and no names for Water level on app
Thanks Curt! I am using the wormy apple app 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)
- Mon Jan 09, 2017 9:23 am
- Forum: How do I code ...
- Topic: IO Expansion methods
- Replies: 15
- Views: 11930
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.
BTW - I cannot seem to locate the 2.2 eagle files for IO on the download page.
- Sun Jan 08, 2017 8:45 pm
- Forum: How do I code ...
- Topic: IO Expansion methods
- Replies: 15
- Views: 11930
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...
- 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: 5432
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.
- Sun Jan 08, 2017 2:40 pm
- Forum: How do I code ...
- Topic: IO Expansion methods
- Replies: 15
- Views: 11930
Re: IO Expansion methods
Wow that is plenty easy enough. But one question. Which of the 6 will that data be sent to?
Thanks!
Thanks!
- Sun Jan 08, 2017 12:16 pm
- Forum: How do I code ...
- Topic: IO Expansion methods
- Replies: 15
- Views: 11930
Re: IO Expansion methods
yea, i have an opto isolated relay like the sainsmart i had from a netduino project.
- Sun Jan 08, 2017 8:41 am
- Forum: How do I code ...
- Topic: IO Expansion methods
- Replies: 15
- Views: 11930
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.
- Sat Jan 07, 2017 7:39 pm
- Forum: How do I code ...
- Topic: IO Expansion methods
- Replies: 15
- Views: 11930
Re: IO Expansion methods
I will use some as input only and some as outputs
- 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: 5432
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 ...
- Sat Jan 07, 2017 5:34 pm
- Forum: How do I code ...
- Topic: IO Expansion methods
- Replies: 15
- Views: 11930
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. ...
- Wed Jan 04, 2017 2:20 pm
- Forum: For New Members
- Topic: Override and Mask
- Replies: 3
- Views: 5079
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...
- Wed Jan 04, 2017 7:22 am
- Forum: For New Members
- Topic: Override and Mask
- Replies: 3
- Views: 5079
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?
- Wed Jan 04, 2017 6:53 am
- Forum: Ask anything here
- Topic: Monitor EC of water in tank
- Replies: 2
- Views: 4059
Re: Monitor EC of water in tank
Is anyone doing anything with Electrical Conductivity? (EC)
- Mon Jan 02, 2017 4:25 pm
- Forum: Ask anything here
- Topic: Monitor EC of water in tank
- Replies: 2
- Views: 4059
Monitor EC of water in tank
Is ther any way to monitor EC values for my tank? I am doing planted freshwater.
- Thu Dec 29, 2016 5:12 pm
- Forum: For New Members
- Topic: RA portal charts does not have new data
- Replies: 50
- Views: 37592
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...
- Mon Dec 26, 2016 8:27 pm
- Forum: For New Members
- Topic: RA portal charts does not have new data
- Replies: 50
- Views: 37592
RA portal charts does not have new data
It appears that on my portal, the data for the relay graphs end at 4pm on DEC 23rd. Same goes for Temp and PH. Is there something that I have done to make it stop? Here is my code: #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #inclu...
- Mon Dec 12, 2016 1:54 pm
- Forum: How do I code ...
- Topic: Access Temp Probe port
- Replies: 3
- Views: 4808
Re: Access Temp Probe port
Aren't the level sensors that come with the RA+ simply switches?
- Mon Dec 12, 2016 10:17 am
- Forum: How do I code ...
- Topic: Access Temp Probe port
- Replies: 3
- Views: 4808
Access Temp Probe port
I have a non-contact water level sensor that I am trying to get to work with my RA. I have scoured the forum and have not been able to find any code snippets. But I have read in several places that both the ATO ports and the "extra" temp probes can be re-purposed. I have looked at the sche...