REMOTE CONTROL KIT + RECEIVER FOR ARDUINO / FUNDUINO
search
  • REMOTE CONTROL KIT + RECEIVER FOR ARDUINO / FUNDUINO

REMOTE CONTROL KIT + RECEIVER FOR ARDUINO / FUNDUINO

€1.90
Quantity
immediate delivery

 

Security policy

 

Delivery policy

Infrared IR + Remote Control Module Kit for the Arduino remote control, as well as Raspberry and other micro controllers.
Crystal: the oscillation frequency of 455 KHz
IR carrier frequency: 38 kHz
Encoding: NEC Encoding Format
Size: 86 x 40 x 6mm

TSOP Sensor Specifications:
Photodetector and preamplifier in one package
Internal filter for PCM frequency
Improved shielding against electric field disturbance
TTL and CMOS compatibility
Low active output
Low energy consumption
High immunity to ambient light
Continuous data transmission possible (up to 2400 bps)
Burst Length Suitable ≥10 Cycles / Burst

Receiver Module Specifications:
HX1838 sensor, high sensitivity performance
Operating voltage: 5V
Digital output
Red power indicator
With fixed bolt hole for easy installation
Low energy consumption

Transmission distance: 8m (unimpeded)
Effective angle: 60 °
Material: 0.125mm PET
Useful life: 20,000 clicks
Static Current: 3 ~ 5uA; Dynamic Current: 3 ~ 5mA
Code example:

#include
int RECV_PIN = 11; //define input pin on Arduino
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
}

DATASHEET

703706
New