ข้อมูล
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
รายละเอียดสินค้า
 infrared receiver module VS/HX1838B

Description
Arduino IR receiver module KY-022, reacts to 38kHz infrared light.
 
KY-022 Specifications
This module consists of a 1838 IR receiver, a 1kΩ resistor and a LED. It works together with the KY-005 IR transmitter module. Compatible with popular electronic platforms like Arduino, Raspberry Pi and ESP8266.
 
Operating Voltage 2.7 to 5.5V
Operating Current 0.4 to 1.5mA
Reception Distance 18m
Reception Angle ±45º
Carrier Frequency 38KHz
Low Level Voltage 0.4V
High Level Voltage 4.5V
Ambient Light Filter up to 500LUX
sensor uses                HX1838, high sensitivity
output form                digital output
 
Two small board interface description (3-wire system)
1 VCC external 5V
2 GND external GND
3 DO small board digital output interface




https://github.com/z3t0/Arduino-IRremote
#include
 
int RECV_PIN = 11; // define input pin on Arduino 
IRrecv irrecv(RECV_PIN); 
decode_results results; // decode_results class is defined in IRremote.h
 
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 
}
delay (100); // small delay to prevent reading errors
}


เงื่อนไขอื่นๆ
Tags

วิธีการชำระเงิน

บมจ. ธนาคารกรุงไทย สาขาโรงไฟฟ้าบางปะกง ออมทรัพย์
ธนาคารกรุงเทพ จำกัด (มหาชน) สาขาบิ๊กซี ฉะเชิงเทรา 2 ออมทรัพย์
บมจ. ธนาคารกรุงไทย สาขาบิ๊กซี ฉะเชิงเทรา 2 ออมทรัพย์
พร้อมเพย์ สาขา- -
Scan this!
สนธยา ใจผ่อง
063-xxxxxx-8
Accept All Banks | รับเงินได้จากทุกธนาคาร
พูดคุย-สอบถาม