<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-CN">
		<id>http:///https//wiki.microduino.cn/index.php?action=history&amp;feed=atom&amp;title=Microduino-Temp%26Hum</id>
		<title>Microduino-Temp&amp;Hum - 版本历史</title>
		<link rel="self" type="application/atom+xml" href="http:///https//wiki.microduino.cn/index.php?action=history&amp;feed=atom&amp;title=Microduino-Temp%26Hum"/>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Microduino-Temp%26Hum&amp;action=history"/>
		<updated>2026-04-21T07:58:31Z</updated>
		<subtitle>本wiki的该页面的版本历史</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Microduino-Temp%26Hum&amp;diff=10934&amp;oldid=prev</id>
		<title>1304410487@qq.com：Created page with &quot;{{Language|Microduino-Temp&amp;Hum}} {| style=&quot;width: 800px;&quot; |- |  Microduino-Temp&amp;Hum  Microduino-Temp&amp;Hum is a temperature &amp;...&quot;</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Microduino-Temp%26Hum&amp;diff=10934&amp;oldid=prev"/>
				<updated>2015-10-23T06:41:19Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Language|Microduino-Temp&amp;amp;Hum}} {| style=&amp;quot;width: 800px;&amp;quot; |- | &lt;a href=&quot;/index.php/%E6%96%87%E4%BB%B6:Microduino-Temp%26Hum.jpg&quot; title=&quot;文件:Microduino-Temp&amp;amp;Hum.jpg&quot;&gt;400px|thumb|right| Microduino-Temp&amp;amp;Hum&lt;/a&gt;  Microduino-Temp&amp;amp;Hum is a temperature &amp;amp;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Language|Microduino-Temp&amp;amp;Hum}}&lt;br /&gt;
{| style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[File: Microduino-Temp&amp;amp;Hum.jpg|400px|thumb|right| Microduino-Temp&amp;amp;Hum]]&lt;br /&gt;
&lt;br /&gt;
Microduino-Temp&amp;amp;Hum is a temperature &amp;amp; humidity sensor module. &lt;br /&gt;
&lt;br /&gt;
It is a temperature and humidity compound sensor with the calibrated digital signal output. The use of special temp&amp;amp;hum sampling technology ensures that the product has a high reliability and excellent long-term stability. Microudino-Temp&amp;amp;Hum consists of a capacitive humidity sensor and a high precision integrated temperature measuring component, connecting with a high performance microprocessor. Therefore, the product has the advantages of excellent quality, fast response, high anti-interference and high comparability in price and etc.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
*Adopt AM2321 temperature and humidity sensor;   &lt;br /&gt;
*High precision and flexibility; &lt;br /&gt;
*Low consumption, long product life and good stability; &lt;br /&gt;
*Wide power supply range;&lt;br /&gt;
*Small size and easy to install; &lt;br /&gt;
&lt;br /&gt;
==Specification==&lt;br /&gt;
*Electrical specification &lt;br /&gt;
**Operation voltage: 2.6~5V；&lt;br /&gt;
**Input device &lt;br /&gt;
*Tech parameters &lt;br /&gt;
**Accuracy: 0.1°C  in temperature and 0.1%RH in relative humidity; &lt;br /&gt;
*Size &lt;br /&gt;
**Size of the Sensor: 8mm*11mm，&lt;br /&gt;
**Size of the Board: 20mm*10mm&lt;br /&gt;
**1.27mm-pitch 4Pin interface;&lt;br /&gt;
*Connection method &lt;br /&gt;
**Interface: I2C。&lt;br /&gt;
**Pin description: GND, VCC, Signal 1 and Signal 2. This output signal is IIC and needs IIC interface to receive signal, which can connect Sensorhub's IIC pin. &lt;br /&gt;
[[file:mCookie-sensorhub_rule.JPG|thumb|800px|center]]&lt;br /&gt;
[[File: Microduino-Temp&amp;amp;Hum_I2C.jpg|600px|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
==Document==&lt;br /&gt;
*Schematic: '''[[File: Microduino_Temp&amp;amp;Hum.Zip]]'''&lt;br /&gt;
&lt;br /&gt;
==Development==&lt;br /&gt;
===Preparation===&lt;br /&gt;
*Make sure you build Microduino development environment. If not, please refer to: [[Microduino Getting started]]&lt;br /&gt;
*Core module selection  &lt;br /&gt;
**1.Adopt [[Microduino-CoreUSB]] or [[mCookie-CoreUSB]]. &lt;br /&gt;
**2.Adopt [[Microduino-Core]] or [[Microduino-Core+]] together with [[Microduino-USBTTL]] for program download. &lt;br /&gt;
===Program===&lt;br /&gt;
*Open program &amp;quot; read_simple &amp;quot; in the libraries. &lt;br /&gt;
[[file:mCookie-readSimple.JPG|thumb|800px|center]]&lt;br /&gt;
*include &amp;lt;AM2321.h&amp;gt; ;  Call temperature and humidity AM2312 library function. &lt;br /&gt;
*AM2321 am2321;     Define am2312.  &lt;br /&gt;
*am2321.read();     Acquire sensor's temperature and humidity data. &lt;br /&gt;
*Serial.print(am2321.temperature/10.0);    Process output temperature values. &lt;br /&gt;
*Serial.print(am2321.humidity/10.0);    Process output humidity value. &lt;br /&gt;
&lt;br /&gt;
===Hardware Buildup===&lt;br /&gt;
*Connect sensor with Sensorhub IIC interface via the connection wire. &lt;br /&gt;
[[Microduino-Sensorhub]]&lt;br /&gt;
[[file:Microduino-sensorhub_I2C.PNG|thumb|400px|center]]&lt;br /&gt;
[[mCookie-Hub]]&lt;br /&gt;
[[file:mCookie-sensorhub_I2C.PNG|thumb|400px|center]]&lt;br /&gt;
*Connect the core module, Sensorhub and AM2312 together to a computer via a USB cable.  &lt;br /&gt;
*Select the right board and COM port, compile and download. Please refer to: [[AVR Core：Getting started]]&lt;br /&gt;
[[file:upload.JPG|thumb|800px|center]]&lt;br /&gt;
*Open Arduino IDE, select File→Examples→Microduino→Sensor_Tem_Hum_AM2321→read_simple program examples, choose the right board from Tools→Board and compile.&lt;br /&gt;
*Choose the right port number from Tools→Serial Port in Arduino IDE and download program. &lt;br /&gt;
*Open serial monitor after download. The console will print the current temperature and humidity values.&lt;br /&gt;
&lt;br /&gt;
==Application==&lt;br /&gt;
Applied in environment temperature and humidity detection, capable of controlling air conditioner and fan as a temperature and humidity switch.  &lt;br /&gt;
===Project===&lt;br /&gt;
* '''[[Temperature &amp;amp; Humidity Sensor]]'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Purchase==&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
==Pictures==&lt;br /&gt;
&lt;br /&gt;
*Front&lt;br /&gt;
[[file: Microduino-Temp&amp;amp;Hum-F.JPG|thumb|600px|center|Microduino-Temp&amp;amp;Hum Front]]&lt;br /&gt;
*Back &lt;br /&gt;
[[file: Microduino-Temp&amp;amp;Hum -b.JPG|thumb|600px|center|Microduino-Temp&amp;amp;Hum Back]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>1304410487@qq.com</name></author>	</entry>

	</feed>