Smart Electronics Infrared IR Wireless Remote Control Module Kits HX1838 for arduino Diy Kit
$4.72
88799 in stock
Description
Ultra-thin infrared remote control product parameters:
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.
#include
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
}
}
Additional information
Weight | 0.1 lbs |
---|---|
Dimensions | 5 × 5 × 5 in |
Hign-concerned Chemical | None |
Package | Module |
is_customized | Yes |
Model Number | Infrared IR Wireless Remote Control Module |
Operating Temperature | -40-85 |
Dissipation Power | .. |
Supply Voltage | 3.3V 5V |
Application | Wireless Remote Control Module |
Condition | New |
Type | Module |
Origin | Mainland China |
Static Current | 3~5uA, Dynamic Current: 3~5mA |
Remote size | 8.5 x 4 x 0.65cm(L x W x H) |
Reviews
There are no reviews yet.