<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://nearbus.xyz/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Moisture_Sensor</id>
		<title>Moisture Sensor - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://nearbus.xyz/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Moisture_Sensor"/>
		<link rel="alternate" type="text/html" href="https://nearbus.xyz/mediawiki/index.php?title=Moisture_Sensor&amp;action=history"/>
		<updated>2026-06-07T06:14:41Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://nearbus.xyz/mediawiki/index.php?title=Moisture_Sensor&amp;diff=152&amp;oldid=prev</id>
		<title>Nearwiki: Created page with &quot;  * '''Product Web:''' http://www.seeedstudio.com/depot/grove-moisture-sensor-p-955.html  * '''Wiki:''' http://seeedstudio.com/wiki/Grove_-_Moisture_Sensor  * '''Code Source:'...&quot;</title>
		<link rel="alternate" type="text/html" href="https://nearbus.xyz/mediawiki/index.php?title=Moisture_Sensor&amp;diff=152&amp;oldid=prev"/>
				<updated>2018-03-29T21:17:48Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;  * &amp;#039;&amp;#039;&amp;#039;Product Web:&amp;#039;&amp;#039;&amp;#039; http://www.seeedstudio.com/depot/grove-moisture-sensor-p-955.html  * &amp;#039;&amp;#039;&amp;#039;Wiki:&amp;#039;&amp;#039;&amp;#039; http://seeedstudio.com/wiki/Grove_-_Moisture_Sensor  * &amp;#039;&amp;#039;&amp;#039;Code Source:&amp;#039;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
* '''Product Web:''' http://www.seeedstudio.com/depot/grove-moisture-sensor-p-955.html&lt;br /&gt;
&lt;br /&gt;
* '''Wiki:''' http://seeedstudio.com/wiki/Grove_-_Moisture_Sensor&lt;br /&gt;
&lt;br /&gt;
* '''Code Source:''' n/a&lt;br /&gt;
&lt;br /&gt;
* '''Technical Spec:''' Humidytly: 5% RH - 99% RH - Temperature -40°C - 80°C - Acuracy: 2% RH / 0.5°C&lt;br /&gt;
&lt;br /&gt;
* '''Connector Type:''' Base Shield V1.3 - Grove compatible - http://seeedstudio.com/depot/base-shield-v13-p-1378.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Grove Moisture Sensor===&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:moisture_sensor.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Grove Moisture Circuit===&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Moisture_sensor_circuit.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===MyNbios Code - Example===&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''In order to run this code you should copy the following code into the area delimited by the MY_NBIOS CUSTOM CODE banners in the Hello_World_xxx.ino example.''' &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
void Nearbus::MyNbios_0( byte portId, ULONG setValue, ULONG* pRetValue, byte vmcuMethod, PRT_CNTRL_STRCT* pPortControlStruct )&lt;br /&gt;
{&lt;br /&gt;
&lt;br /&gt;
    //************************************&lt;br /&gt;
    // Reconfiguring Ports as I/O&lt;br /&gt;
    //************************************&lt;br /&gt;
    if( pPortControlStruct-&amp;gt;portMode != MYDRIVER_ODE ) &lt;br /&gt;
    {&lt;br /&gt;
	    PortModeConfig( portId, MYDRIVER_MODE );        &lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    //************************************&lt;br /&gt;
    // Custom Function&lt;br /&gt;
    //************************************&lt;br /&gt;
    // DEFAULT:      The default analog reference of 5 volts (on 5V Arduino boards) or 3.3 volts (on 3.3V Arduino boards)&lt;br /&gt;
    // INTERNAL:     An built-in reference, equal to 1.1 volts on the ATmega168 or ATmega328 and 2.56 volts on the ATmega8 (not available on the Arduino Mega)&lt;br /&gt;
    // INTERNAL1V1:  A built-in 1.1V reference (Arduino Mega only)&lt;br /&gt;
    // INTERNAL2V56: A built-in 2.56V reference (Arduino Mega only)&lt;br /&gt;
    // EXTERNAL:     The voltage applied to the AREF pin (0 to 5V only) is used as the reference. 	&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
    analogReference( DEFAULT );	&lt;br /&gt;
&lt;br /&gt;
    *pRetValue = (ULONG) analogRead( pPortControlStruct-&amp;gt;anaPinId );    &lt;br /&gt;
  &lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nearwiki</name></author>	</entry>

	</feed>