Robo-Tank DIY Aquarium Controller Forum
ANALOG SENSOR INPUTS - Printable Version

+- Robo-Tank DIY Aquarium Controller Forum (https://www.robo-tank.ca/forum)
+-- Forum: Robo-Tank Arduino Based - NO LONGER AVAILABLE (https://www.robo-tank.ca/forum/forum-16.html)
+--- Forum: DIY Hardware Questions (https://www.robo-tank.ca/forum/forum-18.html)
+--- Thread: ANALOG SENSOR INPUTS (/thread-290.html)



ANALOG SENSOR INPUTS - SEANS AQUAPONICS - 04-18-2018

Just want to check from any clients that have purchased the Robotank unit specifically with reference to the temp/ph/orp/do probe inputs. The reason for my question is that I purchased a Denkovi relay controller and very much the relay control, digital inputs for say door contacts is all ok. What im struggling with and don't want the same problem if I buy the Robotank product is the stability of the readings once you connect the probe and the Atlas Scientific Board.
How stable and how accurate are the readings. The Denkovi board has an 0-10v analog input and reads 0- 1040 for settings but it seems extremely difficult for them to tell me the high and low settings to get say 24 degrees C.
iS that process automated in ROBOTANK other than a small calibration up and down. In otherwards no programming required.
Thanks
Sean


RE: ANALOG SENSOR INPUTS - Rob F - 04-18-2018

Hi Sean, the Atlas Scientific Boards communicate with the controller via I2C, this means the data is generated on the Altas circuit and only sent to the controller. The controller only receives whatever they put out. If the an isolated carrier board for the circuit is used they are stable and accurate. Do you already have these circuits? The Analog pins aren't used for this. The probes can be calibrated on the display without programming however there is a setup process you have to do to get the circuits in I2C mode.

For temperature I use the DS18B20 and DHT22, currently you can't calibrate them but I will be adding that.

Thanks
Rob