<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=Arduino_IR_Infrared_shield</id>
	<title>Arduino IR Infrared shield - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=Arduino_IR_Infrared_shield"/>
	<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=Arduino_IR_Infrared_shield&amp;action=history"/>
	<updated>2026-07-24T16:06:23Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://w.electrodragon.com/w/index.php?title=Arduino_IR_Infrared_shield&amp;diff=24411&amp;oldid=prev</id>
		<title>Chao at 18:37, 29 January 2020</title>
		<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=Arduino_IR_Infrared_shield&amp;diff=24411&amp;oldid=prev"/>
		<updated>2020-01-29T18:37:54Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Quick Start Guide ==&lt;br /&gt;
* Use open source code from here [https://github.com/z3t0/Arduino-IRremote IRremote], use Sketch IRrecord&lt;br /&gt;
* Change recv pin (receiver) to 2, button pin to 4, led pin to 6:&lt;br /&gt;
 int RECV_PIN = 2;&lt;br /&gt;
 int BUTTON_PIN = 4;&lt;br /&gt;
 int STATUS_PIN = 6;&lt;br /&gt;
* The sketch use default send pin 3, no need to define.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Action !! Header text !! Status LED&lt;br /&gt;
|-&lt;br /&gt;
| Receive/Record || point your IR send device, and send signal to shield || blink &lt;br /&gt;
|-&lt;br /&gt;
| Send Out || Press button 4 to send out, if use a cell phone camera point to transparent IR LED, you will see red signal inside when sending. || Blink&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
== Arduino IR Infrared shield ==&lt;br /&gt;
* Infrared send demo, receive raw from ir remote controller, send as raw, and send from one arduino shield to another to receive&lt;br /&gt;
[[File:Infrared send demo.gif|thumbnail]]&lt;br /&gt;
=== Pin definition ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! IR shield !! Arduino Digital !! Set for IRremote library - IRrecord sketch&lt;br /&gt;
|-&lt;br /&gt;
| IR receiver || D2 || IRcv_pin&lt;br /&gt;
|-&lt;br /&gt;
| IR transmitter || D3 PWM || default for IRremote IRsend&lt;br /&gt;
|-&lt;br /&gt;
| Button 1 || D4 || or BUTTON_PIN&lt;br /&gt;
|-&lt;br /&gt;
| Button 2 || D5 || or BUTTON_PIN&lt;br /&gt;
|-&lt;br /&gt;
| LED 1 || D6 || or STATUS_PIN&lt;br /&gt;
|-&lt;br /&gt;
| LED 2 || D7 || or STATUS_PIN&lt;br /&gt;
|-&lt;br /&gt;
| Arduino || D13 || or STATUS_PIN&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[category: Infrared]]&lt;/div&gt;</summary>
		<author><name>Chao</name></author>
	</entry>
</feed>