1) This document discusses using Arduino to receive and transmit infrared signals. It explains how to receive infrared signals from remote controls using an infrared receiver and the IRRemote library.
2) It also explains how to transmit infrared signals by connecting an infrared LED to an Arduino and using the IRsend object from the IRRemote library.
3) Finally, it provides instructions for building a DIY keypad remote control that can transmit infrared signals by connecting buttons to an Arduino and coding the button presses to send infrared codes.
1 of 37
More Related Content
Arduino i rremote 1112
1. Arduino
紅外線遙控
Cooper Maa
德明 Arduino 開發經驗分享 - 2011
2. Arduino
ARRRR, /
/ DWEE, just say "do we“ fast /
/ NO, as in no.
”ARRR-DWEE-NO”
9. What you need?
? Third, an infrared receiver and a 940 nm
Infrared LED (a.k.a Infrared Emitter)
10. What you need?
? Last, download and install IRRemote
Library: http://goo.gl/2HKLm
11. Make sure things work
? Load "File > Examples > 1.Basics > Blink"
12. Examples used in this opentalk
? For your convenience, the examples used
in this opentalk has been uploaded to
google doc, you can download the
examples from the following url:
http://goo.gl/KSOu6
13. What is for today?
? 接收紅外線訊號
? A Simple DIY IR Decoder
? 發射紅外線訊號
? DIY Keypad Remote Control