Home

Entering

Order tracking

Keyestudio IR Receiver Module Kit(receiver module+remote controller+3Pin F-M dupont line) For Arduino

Availability: In stock

711 متبقي
مدة الوصل المتوقعة إلى Qatar:
[12 QAR] (6-23 days)
Please select a shipping method
Estimated Delivery
Cost
Carrier
Tracking
6-23 days
12 QAR
Normal shipping
Yes
63 days
285 QAR
Fedex IP
Yes
23-43 days
456 QAR
UPS Express Saver
Yes

شحن دولي

يرجى معاينة تفاصيل المنتج لمعرفة بلد المنشأ والشحن

Product sharing

  • High-concerned chemical: None
  • is_customized: Yes
  • Model Number: IR Receiver Module Kit
  • Origin: Mainland China

Introduction
 
This latest IR remote control kit is comprised of mini super-thin IR remote control and 38HKz IR receiving module. The mini super-thin IR remote control has 17 functional keys with transmission distance up to 8M. It is very suitable for indoor manipulation of various devices. The IR receving module can receive standard 38KHz-modulated remote control signal. By programming aduino, you can decode remote control signal, thus creating various remote control robots and interative works.
Specification
  • Transmission Distance: up to 8m (depending on the surrounding environment, sensitivity of receiver and etc.)

  • Effective Angle: 60°

  • Surface material: 0.125mm PET(service life: 20,000 clicks)

  • Static Current: 3~5uA; Dynamic Current: 3~5mA

Sample code:
#include
int RECV_PIN = 11; //define input pin on Aduino
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
}
}

Suggested products

Keyestudio DIY Electronic Scale Starter Kit Digital Load Cell Weight Sensor HX711 For Arduino With 9 Programming Projects

359 QAR

Keyestudio DIY Electronic Building Blocks Infrared Emission Module For Arduino & Raspberry Pi Copmatible With LEGO

Select options This product has multiple variants. The options may be chosen on the product page

Price range: 34 ر.ق through 114 ر.ق

Keyestudio IOT Smart Farm Kit For Arduino&Scratch Programming Projects DIY Sensor Kit STEM Educational Set for Adults Teens

603 QAR

Keyestudio Raspberry Pi Expansion Board Pico IO Shield For Raspberry Pi Development Board Programming Accessories DIY Part

153 QAR

keyestudio I2C Interface Conversion Shield V1 For Arduino

36 QAR

Raspberry Pi 5B Radiator Heat Sink Blower Fan Aluminium-Sheet For Raspberry Pi 5B Cooling Fan Strong Cooling Capacity

Select options This product has multiple variants. The options may be chosen on the product page

Price range: 82 ر.ق through 131 ر.ق

You can add

Keyestudio Updated Version L298P Shield With Power Switch For Arduino UNO R3 Programming Projects For DIY Smart Robot

106 QAR

Keyestudio Kidsbits Coding Robot for Arduino Stem Programming Kit Compatible With Lego 5+ Years Old Study Toy’s Gift Full Guide

392 QAR

Keyestudio STEM Electronic Building Blocks Smart Fan Programmable Starter Kit Compatible With Lego For Arduino UNO&ESP32 Project

Select options This product has multiple variants. The options may be chosen on the product page

Price range: 347 ر.ق through 355 ر.ق

Keyestudio Raspberry Pi Expansion Board Pico IO Shield For Raspberry Pi Development Board Programming Accessories DIY Part

153 QAR

Keyestudio NANO IO Shield Controller Terminal Adapter Expansion Board for Arduino Nano

35 QAR

1PC/3PCS/5PCS Keyestudio Voltage Detection Module Voltage Sensor For Arduino UNO Project Voltage Monitor

Select options This product has multiple variants. The options may be chosen on the product page

Price range: 32 ر.ق through 92 ر.ق

اختر المنتج
0
    0
    Basket
    The basket is emptyBack to the store