Wish List 0

Ky 005 38Khz Infrared Transmit Sensor Module

Rs. 26.00 Rs. 32.00

  • Product Code: SEN-IR
  • SKU -
  • Availability: In Stock
  • Price in reward points: 1
  • For Bulk Order 9962060070
    Quick support on WhatsApp (+919962060070) only between morning 11am-4pm, no call will be answered
Features:
-The KY-005 Infrared Transmitter Module consists of just a 5mm IR LED.
-It works together with the KY-022 IR receiver module.
-Compatible with popular electronics platforms like Arduino, Teensy, Raspberry Pi and ESP8266.
-Operating Voltage : 5V
-Forward Current  : 30 60 mA
-Power Consumption : 90mW
-Operating Temperature : -25°C to 80°C [-13°F to 176°F]
-Dimensions : 18.5mm x 15mm [0.728in x 0.591in]

SPECIFICATIONS:

Arduino IR Transmitter Module Keyes KY-005, emits infrared light at 38kHz. 

OVERVIEW:

-Operating Voltage  5V
-Forward Current  30   60 mA
-Power Consumption 90mW
-Operating Temperature -25°C to 80°C [-13°F to 176°F]
-Dimensions   18.5mm x 15mm [0.728in x 0.591in]

PACKAGE INCLUDES:

1 PCS x Ky 005 38Khz Infrared Transmit Sensor Module


//SOURCE CODE TAKEN FROM BELOW LINK

//https://arduinomodules.info/ky-005-infrared-transmitter-sensor-module/

#include <IRremote.h>

IRsend irsend;


void setup()

{

 Serial.begin(9600);

}


void loop() 

{

   for (int i = 0; i < 50; i++) { 

     irsend.sendSony(0xa90, 12); // Sony TV power code

     delay(40);

   }

}

15 days

Write a review

Please login or register to review