
- ★Product Description
- ★About us
- ★Custom cable
SPECIFICATIONS
Brand Name: Si Tai&SH
Condition: New
Dissipation Power: ..
High-concerned chemical: None
Model Number: Infrared IR Wireless Remote Control Module
Operating Temperature: -40-85
Origin: Mainland China
Package: standard
Remote size: 8.5 x 4 x 0.65cm(L x W x H)
Static Current: 3~5uA, Dynamic Current: 3~5mA
Supply Voltage: 3.3V 5V
Type: standard
is_customized: Yes

- 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 <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
}
}


- ♥Hear From Our Happy Customers
- ♥Verified Buyer Reviews
- ♥Trusted by Professionals and Engineers


