<?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-IR_Transmitter</id>
		<title>Microduino-IR Transmitter - 版本历史</title>
		<link rel="self" type="application/atom+xml" href="http:///https//wiki.microduino.cn/index.php?action=history&amp;feed=atom&amp;title=Microduino-IR_Transmitter"/>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Microduino-IR_Transmitter&amp;action=history"/>
		<updated>2026-04-21T07:59:04Z</updated>
		<subtitle>本wiki的该页面的版本历史</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Microduino-IR_Transmitter&amp;diff=11119&amp;oldid=prev</id>
		<title>1304410487@qq.com：Created page with &quot;{{Language|Microduino-IR transmitter}} {| style=&quot;width: 800px;&quot; |- |  Microduino-IR-transmitter  Microduino-IR-transm...&quot;</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Microduino-IR_Transmitter&amp;diff=11119&amp;oldid=prev"/>
				<updated>2015-10-29T02:59:11Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Language|Microduino-IR transmitter}} {| style=&amp;quot;width: 800px;&amp;quot; |- | &lt;a href=&quot;/index.php/%E6%96%87%E4%BB%B6:Microduino-IR_transmitter.jpg&quot; title=&quot;文件:Microduino-IR transmitter.jpg&quot;&gt;400px|thumb|right| Microduino-IR-transmitter&lt;/a&gt;  Microduino-IR-transm...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Language|Microduino-IR transmitter}}&lt;br /&gt;
{| style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[File: Microduino-IR_transmitter.jpg|400px|thumb|right| Microduino-IR-transmitter]]&lt;br /&gt;
&lt;br /&gt;
Microduino-IR-transmitter is an infrared emission sensor. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
*Low power and high sensitivity; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Specification==&lt;br /&gt;
*Electrical specification &lt;br /&gt;
**3.3V~5V operation voltage; &lt;br /&gt;
**Output device &lt;br /&gt;
*Tech parameters&lt;br /&gt;
**Infrared spectrum 1~3 µm &lt;br /&gt;
*Size &lt;br /&gt;
**Size of the LED light: 5mm*5mm，&lt;br /&gt;
**Size of the board: 20mm*20mm&lt;br /&gt;
**1.27mm-pitch 4PIN interface  &lt;br /&gt;
&lt;br /&gt;
*Connection method&lt;br /&gt;
** Pin description: GND, VCC, signal output and NC(empty). Since the output signal is digital, it needs to be driven by PWM digital interface. It can be connected to the pins (6) of the Sensorhub with the corresponding D6 pin . &lt;br /&gt;
&lt;br /&gt;
==Document==&lt;br /&gt;
&lt;br /&gt;
*Schematic:'''[[File: Microduino_IR-transmitter.Zip]]'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Development==&lt;br /&gt;
===Preparation===&lt;br /&gt;
*Make sure you build Microduino IDE or refer to: [[Microduino Getting started]]&lt;br /&gt;
*Core selection &lt;br /&gt;
**1. Adopt [[Microduino-CoreUSB]] or [[mCookie-CoreUSB]] as the core. &lt;br /&gt;
**2. Adopt [[Microduino-Core]] or [[Microduino-Core+]] as the core plus [[Microduino-USBTTL]] as the program download module. &lt;br /&gt;
===Program===&lt;br /&gt;
*Open &amp;quot; IRsendDemo &amp;quot; program in the libraries.&lt;br /&gt;
[[file:mCookie-IRsendDemo.JPG|thumb|800px|center]]&lt;br /&gt;
*include &amp;lt;IRremote.h&amp;gt;      Use infrared library function&lt;br /&gt;
*IRsend irsend;      Define infrared receiving object &lt;br /&gt;
*irsend.sendSony(0xa90, 12);     Send infrared code  &lt;br /&gt;
&lt;br /&gt;
===Hardware Buildup===&lt;br /&gt;
*Stack all modules together, then use dupont lines to connect the interface on the back of the IR-transmitter with the D3 digital port of the Sensorhub.  &lt;br /&gt;
[[Microduino-Sensorhub]]&lt;br /&gt;
[[file:Microduino-sensorhub_D3.PNG|thumb|400px|center]]&lt;br /&gt;
[[mCookie-Hub]]&lt;br /&gt;
[[file:mCookie-sensorhub_D3.PNG|thumb|400px|center]]&lt;br /&gt;
* Connect the core, Sensorhub and theLED to a computer with a USB cable. &lt;br /&gt;
** Select the right board and COM port, compile and download.  You can refer to [[AVR Core：Getting started]]&lt;br /&gt;
[[file:upload.JPG|thumb|800px|center]]&lt;br /&gt;
*Open Arduino IDE, select File→Examples→Microcuino→Sensor_IRremote→IRsendDemo program examples, choose the right board from Tools→Board and then compile.&lt;br /&gt;
*Select the right port from Tools→Serial Port in Arduino IDE after compiling, then download program. &lt;br /&gt;
*After download, you can open the serial monitor. Input any values at the console and you'll see the LED on the IR-transmitter blinks once, meaning the infrared signal has been sent.&lt;br /&gt;
&lt;br /&gt;
==Application==&lt;br /&gt;
Microduino-IR-Transmitter can be used for infrared remote control and is suitable for all kinds of home appliances control. You need to make sure the infrared signal type and protocol format before using.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Project==&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-IR-transmitter-F.JPG|thumb|600px|center|Microduino-IR-transmitter Front]]&lt;br /&gt;
*Back &lt;br /&gt;
[[file: Microduino-IR-transmitter -b.JPG|thumb|600px|center|Microduino-IR-transmitter Back]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>1304410487@qq.com</name></author>	</entry>

	</feed>