DFR0094

DFR0094 Datasheet


Digital IR Receiver Module SKU:DFR0094

Part Datasheet
DFR0094 DFR0094 DFR0094 (pdf)
PDF Datasheet Preview
Digital IR Receiver Module SKU:DFR0094

Contents
• 1 Introduction
• 2 Specification
• 3 Wiring Diagram
• 4 Sample Code

Introduction

Digital IR Receiver Module SKU:DFR0094 IR is widely used in remoter control. With this IR receiver, the Arduino project is able to receive command from any IR remoter controller if you have the right decoder. Well, it will be also easy to make your own IR controller using IR transmitter.

Specification
• Power Supply:5V
• Interface:Digital
• Modulate Frequency:38Khz
• Module interface socket:JST PH2.0

Wiring Diagram

The following image shows a suggested connection method. You may use any Digital I/O pin that is not in use by another device. NOTE In the sample code below Digital pin 11 is in use, you may either change your wiring or change the sample code to match.

Sample Code

IR Receiver test code /*
* IRremote IRrecvDemo - demonstrates receiving IR codes with IRrecv * An IR detector/demodulator must be connected to the input RECV_PIN. * Version July, 2009 * Copyright 2009 Ken Shirriff *
*/ #include <IRremote.h> int RECV_PIN = 11 IRrecv RECV_PIN decode_results results void setup

Serial.begin 9600 irrecv.enableIRIn // Start the receiver void loop if irrecv.decode &results

Serial.println results.value, HEX irrecv.resume // Receive the next value

Powered By DFRobot 2008-2017
More datasheets: FGP30N6S2D | FGB30N6S2DT | 7325 | M3429 SL001 | M3429 SL005 | M3429 SL002 | CV622V9 | HDSP-N403 | HDSP-N401 | 67-31A/YSC-AU2W1B9Z5/2T


Notice: we do not provide any warranties that information, datasheets, application notes, circuit diagrams, or software stored on this website are up-to-date or error free. The archived DFR0094 Datasheet file may be downloaded here without warranties.

Datasheet ID: DFR0094 508638