0
登录后你可以
  • 下载海量资料
  • 学习在线课程
  • 观看技术视频
  • 写文章/发帖/加入社区
会员中心
创作中心
发布
  • 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

创作活动
DFR0094

DFR0094

  • 厂商:

    DFROBOT

  • 封装:

    -

  • 描述:

    GRAVITY:DIGITALIRRECEIVERMODU

  • 数据手册
  • 价格&库存
DFR0094 数据手册
    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 0.1 July, 2009 * Copyright 2009 Ken Shirriff * http://arcfn.com */ #include int RECV_PIN = 11; IRrecv 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
DFR0094 价格&库存

很抱歉,暂时无法提供与“DFR0094”相匹配的价格&库存,您可以联系我们找货

免费人工找货
DFR0094
  •  国内价格
  • 1+39.58729
  • 3+34.95180
  • 9+34.58049

库存:1

DFR0094
  •  国内价格 香港价格
  • 1+40.568691+4.84770
  • 3+35.840403+4.28270

库存:1