รหัสสินค้า | RB-0011 |
หมวดหมู่ | ควบคุม (Joystick/Remote) |
ราคาปกติ | |
ลดเหลือ | 80.00 บาท |
สถานะสินค้า | พร้อมส่ง |
จำนวน | ชิ้น |
100%New Infrared IR Wireless Remote Control Module Kits For Arduino
Infrared Remote Control Kit
ชุดสั่งงานอุปกร์ผ่าน Remote ประกอบด้วย รีโมทขนาดเล็กมีหลายปุ่มให้ใช้งาน และตัวรับสัญญาณอินฟาเรด ต่อเป็นโมดูลสำเร็จ เสียบสายพร้อมใช้งาน มีโค้ด Arduino มาตรฐาน สั่งงานควบคุมได้ง่าย
Latest infrared wireless remote control kit consists Mini Slim 38KHz IR remote control and infrared receiver modules, Mini Slim infrared remote control with 17 function keys, firing distances of up to 8 meters, ideal for a variety of devices in the control room. IR receiver module can receive standard 38KHz modulation remote control signal, through programming, you can achieve remote control signal decoding operation, which can produce a variety of remote control robots and interactive works.
1 Transmission Distance: 8m above (specific and surroundings, the receiver sensitivity and other factors)
2 Effective angle: 60 degrees
3 Sticking Material: 0.125mmPET, the effective life of 20,000 times.
4. Stable quality, cost-effective
5 quiescent current 3-5uA, dynamic current 3-5mA.
ตัวอย่างการใช้งาน
https://robotsiam.blogspot.com/2016/09/infrared-remote-control-kit.html
library
#include "IRremote.h"
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
}
}
ตัวอย่างโปรเจค
หน้าที่เข้าชม | 2,928,136 ครั้ง |
ผู้ชมทั้งหมด | 1,506,353 ครั้ง |
เปิดร้าน | 17 ก.ย. 2559 |
ร้านค้าอัพเดท | 3 ต.ค. 2568 |