soild moisture sensor

Forum for posting topics and questions about anything.
Post Reply
brettorious
Posts: 1
Joined: Mon Aug 19, 2013 8:41 pm

soild moisture sensor

Post by brettorious » Mon Aug 19, 2013 8:47 pm

hi new to arduino, iv just bought the soil moister sensor from ebay and wondered if anyone had a wiring diagram, and are there any librairys to download for it? thanks in advance brett.

andrew
Site Admin
Posts: 1374
Joined: Sun Aug 05, 2012 4:15 pm

Re: soild moisture sensor

Post by andrew » Thu Aug 22, 2013 6:07 pm

Unfortunately we don't have any further information beyond what is on the product page. However this module is very simple in its operation and just uses an LM393 comparator. There is an on-board potentiometer that will set the amount of moisture required to trigger the module. This will cause the DO pin to change state when moisture above this level is detected. You can directly wire this output pin to an input on your Arduino board. Because it is just changing the state of one digital pin, a library isn't really necessary for this module.

As an example sketch, you could try the sketch from our flame detection module thread:

http://forum.hobbycomponents.com/viewto ... =39&t=1199

Just modify the text that's sent to the serial port to say something more relevant.
Comments made by this poster do not necessarily reflect the views of Hobby Components Ltd.

MarkGelazy
Posts: 1
Joined: Wed Feb 05, 2014 8:54 am

Re: soild moisture sensor

Post by MarkGelazy » Wed Feb 05, 2014 9:01 am

I currently think about buying such a sensor. How are you use it, except that it does not have the user manual? Do you have tried any other devices?

andrew
Site Admin
Posts: 1374
Joined: Sun Aug 05, 2012 4:15 pm

Re: soild moisture sensor

Post by andrew » Wed Feb 05, 2014 7:24 pm

You can now find a dedicated thread at the following location : http://forum.hobbycomponents.com/viewto ... 3459#p3459

It may help explain how this module operates. This is the only version of this type of sensor that we currently sell.
Comments made by this poster do not necessarily reflect the views of Hobby Components Ltd.

Post Reply

Return to “General Discussion”