Àû¿Ü¼± ¼ö½Å ¸ðµâ / IR Receiver
ÆǸŰ¡°Ý : 550¿ø (ºÎ°¡¼¼ Æ÷ÇÔ)
»óÇ°ÄÚµå : [8013]MIZ-ZAS
¹è¼ÛÀÏ : ´çÀϹ߼Û
Á¦Á¶»ç : OEM
³²Àº¼ö·® : 5°³
±¸¸Å¼ö·® :
°³
ÃÑ ±Ý¾× :
Ãß°¡&´ë·®±¸¸Å ¿äû 053-588-4080

  • »óÇ°»ó¼¼
  • °ü·Ã»óÇ°
  • ¹è¼Û/±³È¯/¹ÝÇ° ¾È³»
  • »óÇ°¸®ºä
Àû¿Ü¼± ¼ö½ÅºÎÀÔ´Ï´Ù.

Àû¿Ü¼± ½ÅÈ£¸¦ Àоîµé¿© ¿©·¯ ¿ëµµ·Î »ç¿ëÀÌ °¡´ÉÇÕ´Ï´Ù.




¿¹Á¦
°ü·Ã ¶óÀ̺귯¸® : https://github.com/shirriff/Arduino-IRremote
#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
  }
}

Documents:

¸ÞÄ«¸®¿öÁî






°ßÀû¿äû
±¸¸Å´ëÇà
Äü/¹æ¹®¼ö·É
ÈĺҰáÁ¦
±â¼ú¹®ÀÇ