

Grove – Infrared Receiver 紅外線接收器 接收模組
NT$210 原始價格:NT$210。NT$175目前價格:NT$175。 (未稅)
紅外線接收器模組用於接收紅外信號,也用於遠程控制檢測。紅外接收器上有一個紅外探測器,用來探測紅外發射器發射的紅外光。紅外探測器內部有一個解調器,可以在38KHz的頻率下尋找調製的紅外。紅外接收器可以在10米範圍內接收信號。如果超過10米,接收器可能無法獲得信號。我們經常使用兩個樹叢 – 紅外接收器和 Grove – 紅外發射器模組一起工作。
- 描述
- 評價 (0)
描述
描述
Grove – Infrared Receiver 紅外線接收器 接收模組
Grove – Infrared Receiver 紅外線接收器 用於接收紅外信號,也用於遠程控制檢測。紅外接收器上有一個紅外探測器,用來探測紅外發射器發射的紅外光。紅外探測器內部有一個解調器,可以在38KHz的頻率下尋找調製的紅外。紅外接收器可以在10米範圍內接收信號。如果超過10米,接收器可能無法獲得信號。我們經常使用兩個 Grove – 紅外接收器和 Grove – 紅外發射器模組一起工作。
技術文件與範例
- 官方技術文件 Wiki
- IR Send and Receiver Library
- IR Receive Library for LinkIt ONE
- TSOP282 Datasheet
- Grove – Infrared Receiver eagle files
Arduino 範例
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
#include <IRSendRev.h> #define BIT_LEN 0 #define BIT_START_H 1 #define BIT_START_L 2 #define BIT_DATA_H 3 #define BIT_DATA_L 4 #define BIT_DATA_LEN 5 #define BIT_DATA 6 const int ir_freq = 38; // 38k unsigned char dtaSend [20]; void dtaInit() { dtaSend [BIT_LEN] = 11; //需要發送的所有數據 dtaSend [BIT_START_H] = 180; //“開始”的邏輯高持續時間 dtaSend [BIT_START_L] = 91; //“開始”的邏輯低持續時間 dtaSend [BIT_DATA_H] = 11; //通信中的邏輯“長”持續時間 dtaSend [BIT_DATA_L] = 33; //通信中的邏輯“短”持續時間 dtaSend [BIT_DATA_LEN] = 6; //將發送的數據數量。如果數字是其他數字,則應增加或減少dtaSend [BIT_DATA + x]。 dtaSend [BIT_DATA + 0] = 128; //將發送的數據 dtaSend [BIT_DATA + 1] = 127; dtaSend [BIT_DATA + 2] = 192; dtaSend [BIT_DATA + 3] = 63; dtaSend [BIT_DATA + 4] = 192; dtaSend [BIT_DATA + 5] = 63; } void setup() { dtaInit(); } void loop() { IR.Send(dtaSend,38); 延遲(2000); } |
The Infrared Receiver is used to receive infrared signals and also used for remote control detection. There is a IR detector on the Infrared Receiver which is used to get the infrared light emitted by the Infrared Emitter. The IR detector have a demodulator inside that looks for modulated IR at 38 KHz. The Infrared Receiver can receive signals well within 10 meters. If more than 10 meters , the receiver may not get the signals. We often use the two Twigs-the Infrared Receiver and the Infrared Emitter to work together.
Technical Details
Dimensions | 20mm x 20mm x 10mm |
Weight | G.W 6g |
Battery | Exclude |
Part List
Grove – Infrared Receiver | 1 |
評價 (0)
相關商品
-
按鍵 / 輸入 / 人機介面模組
Grove Tilt Switch 傾斜開關
0 out of 5NT$110原始價格:NT$110。NT$90目前價格:NT$90。 (未稅)加入購物車產品速覽 -
按鍵 / 輸入 / 人機介面模組
Grove Mini Track Ball 軌跡球控制模組
0 out of 5NT$560原始價格:NT$560。NT$520目前價格:NT$520。 (未稅)加入購物車產品速覽 -
影像 / 成像 / 顏色 感測
Grove – I2C Color Sensor V2 顏色感測器
0 out of 5NT$335原始價格:NT$335。NT$305目前價格:NT$305。 (未稅)加入購物車產品速覽 -
商品評價
目前沒有評價。