فروش رفته :0
تعداد موجود:36

گیرنده مادون قرمز KY-022 IR Receiver Arduino

0 مردم در حال مشاهده این محصول در حال حاضر!

36 عدد در انبار

36 عدد در انبار

x

قیمت محصول:​

18,000 تومان

ارسال رایگان برای سفارش های بالای 5 میلیون تومان

چنانچه جمع صورت حساب شما بالای 5 میلیون تومان شود هزینه پست برای شما به صورت رایگان محاصبه خواهد شد.

پرداخت امن

افزایش اطمینان خاطر شما

تضمین قیمت محصولات

کمترین قیمت در سطح همکاران

تضمین کیفیت و اصالت

فروش مستقیم از شرکت

ارسال سریع سفارشات

با پست پیشتاز و پیک

گیرنده مادون قرمز KY-022 IR Receiver Arduino:

Arduino laser module KY-022:

Infrared (IR) beam technology has long been widely used in technological devices. The TV controls we use constantly send information to the television via infrared light signals. The infrared sensor receiver module is simply a receiver module as the name implies. It is used to detect infra-red rays at a specific frequency.

Various companies produce IR modules. If you want to make IR receiver circuit with a few electronic materials easily.

https://pinouts.net/infrared-sensor-receiver-module-guide-ky-022/

Arduino laser module KY-022 pins:

+VCC = 3.0V or 5.0V supply voltage
GND is Ground (-)
Signal will connect to Arduino, raspberry Etc…
Reception distance: 17m
Carrier Frequency: 38kHz

KY-022 INFRARED SENSOR CODE EXAMPLE FOR ARDUINO
The following code example is for the Arduino. This code will look for infrared codes from a remote control or other IR device and print the received code on the serial console.

ARDUINO WIRING:
KY-022 Sensor GND to Arduino GND
Vcc+ to Arduino +5V
Signal to Arduino PIN 10

KY-022 INFRARED SENSOR CODE EXAMPLE FOR ARDUINO

code1

KY-022 INFRARED SENSOR CODE EXAMPLE FOR RASPBERRY PI
The following code example is for the Raspberry Pi using the Python programming language. This code will listen for codes received by the infrared sensor and display them on the terminal window.

RASPBERRY PI WIRING:
KY-022 Sensor GND to Raspberry Pi GND
Vcc+ to Raspberry Pi PIN 2
Signal to Raspberry Pi PIN 11

 

code2