Difference between revisions of "Sensor-IR Receiver"
From Microduino Wiki
(Created page with "{{Language|Microduino-IR receiver}} {| style="width: 800px;" |- | 400px|thumb|right| Microduino-IR-receiver Microduino-IR-receiver is an ...") |
(→Hardware Buildup) |
||
Line 68: | Line 68: | ||
* Select the right board and COM port, compile and download. You can refer to [[AVR Core:Getting started]] | * Select the right board and COM port, compile and download. You can refer to [[AVR Core:Getting started]] | ||
[[file:upload.JPG|thumb|800px|center]] | [[file:upload.JPG|thumb|800px|center]] | ||
− | *After download, you can open the serial monitor and | + | *After download, you can open the serial monitor and use the infrared remote controller to send signals to the infrared receiving head. When you see the LED light on the IR-receiver blinks once, it means the receiving head has gotten the signals while the serial console will print decoded data. |
+ | |||
==Application== | ==Application== | ||
Microduino-IR-receiver can be used in infrared remote control, which is able to be matched with all kinds of infrared remote controller. You need to make sure the infrared signal type and protocol format before using. | Microduino-IR-receiver can be used in infrared remote control, which is able to be matched with all kinds of infrared remote controller. You need to make sure the infrared signal type and protocol format before using. |
Revision as of 07:13, 29 October 2015
Language: | English • 中文 |
---|
Microduino-IR-receiver is an infrared receiving sensor. Microduino-IR-Receiver is a semiconductor device, which can turn the infrared light signal into electrical signal. Its core part is a PN junction with special material. Compared with the ordinary diode, it adopts great change in structure with a larger infrared receiving area, which makes the current increase accordingly.
ContentsFeatures
Specification
Document
DevelopmentPreparation
Program
if (irrecv.decode(&results)) { Serial.println(results.value, HEX); irrecv.resume(); } Hardware Buildup
ApplicationMicroduino-IR-receiver can be used in infrared remote control, which is able to be matched with all kinds of infrared remote controller. You need to make sure the infrared signal type and protocol format before using. PurchaseHistoryPictures
|