⚠️ This forum has been restored as a read-only archive so the knowledge shared by the community over many years remains available. New registrations and posting are disabled.

All times are UTC + 8 hours




Post new topic Reply to topic  [ 433 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7 ... 29  Next
Author Message
PostPosted: Sep 30th, '14, 04:24 
Seriously, this cant be healthy.
Seriously, this cant be healthy.
User avatar

Joined: Feb 23rd, '07, 03:48
Posts: 6715
Location: Lyonville Victoria
Gender: Male
Are you human?: yes
Location: Lyonville
So in your Arduino Mega 2560 how many sensors can it take inputs from? And of what sort?


Top
 Profile  
Reply with quote  
    Advertisement
 
PostPosted: Sep 30th, '14, 06:51 
Xtreme Contributor
Xtreme Contributor
User avatar

Joined: May 17th, '14, 07:21
Posts: 180
Gender: Male
Are you human?: YES
Location: Vancouver BC Canada
Stuart Chignell wrote:
So in your Arduino Mega 2560 how many sensors can it take inputs from? And of what sort?

That is a very complex question.From a hardware perspective, the mega has 70 input/output pins. Of those, 54 are digital, 16 are analog inputs and 4 are hardware serial ports. It also support I2C with a theoretical limit of 128 devices on just 2 pins and SPI with no theoretical limit to the number of devices that can be daisy chained.

If you are limited by I/O, you can always multiplex signals for even more digital I/O.

I would go out on a limb and say that any sensor, interface, display or input device you can find on the market can be interfaced to the arduino.

To give you perspective. On this project, I have 19 I/O pins left open of the original 70.


Top
 Profile  
Reply with quote  
PostPosted: Sep 30th, '14, 07:29 
Bordering on Legend
Bordering on Legend
User avatar

Joined: Feb 9th, '13, 15:36
Posts: 431
Images: 0
Gender: Male
Are you human?: Yes
Location: Gawler South, South Australia
On top of that all your temp probes can be run from just one digital pin so as Chiumanfu said if you choose your devices carefully you may not run out for our purposes.


Top
 Profile  
Reply with quote  
PostPosted: Oct 1st, '14, 01:25 
Xtreme Contributor
Xtreme Contributor
User avatar

Joined: May 17th, '14, 07:21
Posts: 180
Gender: Male
Are you human?: YES
Location: Vancouver BC Canada
Grovestreams has recently added a bunch of new features... one of which is embedded HTML widgets. I added a webcam stream and weather forecast to my dashboard.

Image


Top
 Profile  
Reply with quote  
PostPosted: Oct 1st, '14, 04:07 
Xtreme Contributor
Xtreme Contributor
User avatar

Joined: May 17th, '14, 07:21
Posts: 180
Gender: Male
Are you human?: YES
Location: Vancouver BC Canada
For those who are interested. Here is the updated power board schematic.

Image


Top
 Profile  
Reply with quote  
PostPosted: Oct 1st, '14, 05:31 
A posting God
A posting God
User avatar

Joined: Dec 12th, '13, 18:34
Posts: 3846
Gender: Male
Are you human?: Yes
Location: Adelaide
Is the webcam through the arduino?

I've really got to get my arduino up and running again.


Top
 Profile  
Reply with quote  
PostPosted: Oct 1st, '14, 08:03 
Bordering on Legend
Bordering on Legend
User avatar

Joined: Feb 9th, '13, 15:36
Posts: 431
Images: 0
Gender: Male
Are you human?: Yes
Location: Gawler South, South Australia
Hi all. Just a warning for those using the Atlas DO and PH probes. When I read that the probe could be submerge for prolonged periods I took that quite literally. Up until a month ago I had both probes submerged about 500mm deep.

For the last month they have both been floating in a raft on the water surface and now I can report both read correctly. This is why my testing worked in a shallow bucket but resulted in false readings in the fish tanks.

Talk about stupid ideas.


Top
 Profile  
Reply with quote  
PostPosted: Oct 1st, '14, 08:25 
Seriously, this cant be healthy.
Seriously, this cant be healthy.
User avatar

Joined: Feb 23rd, '07, 03:48
Posts: 6715
Location: Lyonville Victoria
Gender: Male
Are you human?: yes
Location: Lyonville
Are you saying that they won't work at depth?

So I can't measure the DO 1m down with an Atlas probe?

Really?

Crap!

Have you talked to Atlas about this?


Top
 Profile  
Reply with quote  
PostPosted: Oct 1st, '14, 09:31 
Bordering on Legend
Bordering on Legend
User avatar

Joined: Feb 9th, '13, 15:36
Posts: 431
Images: 0
Gender: Male
Are you human?: Yes
Location: Gawler South, South Australia
Hi Stuart.

In my case that is what it looks like. Both probes have a small hole on the top of the probe housing and I suspect that may be the issue. I will have some time next week to play so I may try to seal the end of the prob. That may cause its own issues. We will see.

I think these probes are designed to go in the fluid flow and not in the tanks.


Top
 Profile  
Reply with quote  
PostPosted: Oct 1st, '14, 09:43 
Seriously, this cant be healthy.
Seriously, this cant be healthy.
User avatar

Joined: Feb 23rd, '07, 03:48
Posts: 6715
Location: Lyonville Victoria
Gender: Male
Are you human?: yes
Location: Lyonville
It would be a good idea to send an email to Atlas to find out before you fiddle with them.


Top
 Profile  
Reply with quote  
PostPosted: Oct 1st, '14, 23:58 
Xtreme Contributor
Xtreme Contributor
User avatar

Joined: May 17th, '14, 07:21
Posts: 180
Gender: Male
Are you human?: YES
Location: Vancouver BC Canada
Colum Black-Byron wrote:
Is the webcam through the arduino?

No, it is a cheap Foscam IP PTZ camera streaming to the widget on Grovestreams. Nothing to do with the Arduino.


Johny5 wrote:
For the last month they have both been floating in a raft on the water surface and now I can report both read correctly. This is why my testing worked in a shallow bucket but resulted in false readings in the fish tanks.

When I get my IBC filled up, I will test and let you know if my results are the same. Both probe datasheets say the probe can be submerged all the way to the BNC connector so you would think it would work ok.


Top
 Profile  
Reply with quote  
PostPosted: Oct 2nd, '14, 03:17 
Xtreme Contributor
Xtreme Contributor
User avatar

Joined: May 17th, '14, 07:21
Posts: 180
Gender: Male
Are you human?: YES
Location: Vancouver BC Canada
Today I added a menu branch to allow me to enter the measured ammonia, nitrite and nitrate values. I haven't been able to find sensors to measure these parameters automatically so they will have to be sampled with my API master test kit and the value entered manually. I think this is important info to keep track of.

Image

Image

Image

Adding these three parameters to Grovestreams bumped this project up past the 20 stream limit for the free account. Grovestreams charges $0.05 per additional stream per month. I think being able to graph the status of ammonia, nitrite and nitrate and compare to things like dissolved oxygen and water temperature is well worth $1.80/year.

Or maybe I'll ditch the sump temperature sensor and growbed temperature sensors and stay under the free limit. What do you guys think?


Top
 Profile  
Reply with quote  
PostPosted: Oct 2nd, '14, 03:39 
Seriously, this cant be healthy.
Seriously, this cant be healthy.
User avatar

Joined: Feb 23rd, '07, 03:48
Posts: 6715
Location: Lyonville Victoria
Gender: Male
Are you human?: yes
Location: Lyonville
Johny5 wrote:
Hi Stuart.

In my case that is what it looks like. Both probes have a small hole on the top of the probe housing and I suspect that may be the issue. I will have some time next week to play so I may try to seal the end of the prob. That may cause its own issues. We will see.

I think these probes are designed to go in the fluid flow and not in the tanks.


Just wanted to give you another prod towards contacting Atlas. They are really friendly and want to help. I 've had several email conversations with them.


Top
 Profile  
Reply with quote  
PostPosted: Oct 2nd, '14, 06:27 
Bordering on Legend
Bordering on Legend
User avatar

Joined: Feb 9th, '13, 15:36
Posts: 431
Images: 0
Gender: Male
Are you human?: Yes
Location: Gawler South, South Australia
Stuart.

Yes I find them quite help full when I first had issues. I will see how time goes. But for the moment I am getting good results with values as expected. The PH probe results match my manual readings taken as a check.

Chiumanfu

I use a server to collect the data from the Arduino. Then have a desktop application to read and graph the results from the database. It will also allow for manual entry of additional data.


Top
 Profile  
Reply with quote  
PostPosted: Oct 2nd, '14, 23:56 
Xtreme Contributor
Xtreme Contributor
User avatar

Joined: May 17th, '14, 07:21
Posts: 180
Gender: Male
Are you human?: YES
Location: Vancouver BC Canada
Johny5 wrote:
I use a server to collect the data from the Arduino. Then have a desktop application to read and graph the results from the database. It will also allow for manual entry of additional data.

I have tried many scenarios before. The reason I like grovestreams (or any cloud based IOT platform) is that I can call up my data from anywhere, at anytime. This is important for me because the main purpose of this whole thing is so I can monitor the system when I am out of town (which happens a lot).

I'm not a fan of running a computer 24/7 as a local server. I did that for a very long time and got sick of maintaining it... updating apache, php, perl, mysql, phpmyadmin and worrying about dynamic DNS and all that.

Another alternative is nimbits which is really nice because it can run on Google App Engine. When I have more time, I'm going to look into this one deeper.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 433 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7 ... 29  Next

All times are UTC + 8 hours


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Powered by phpBB® Forum Software © phpBB Group
Portal by phpBB3 Portal © phpBB Türkiye
[ Time : 0.035s | 14 Queries | GZIP : Off ]