Skip to product information
1 of 13

Keszoox

Infrared IR Wireless Remote Control Module Kit HX1838 for Arduino Raspberry Pi DIY Projects

Infrared IR Wireless Remote Control Module Kit HX1838 for Arduino Raspberry Pi DIY Projects

Regular price $4.56 USD
Regular price $0.00 USD Sale price $4.56 USD
Save Liquid error (snippets/price line 136): divided by 0% Sold out
Taxes included. Shipping calculated at checkout.
Default Title
visa
View full details
  • ★Product Description
  • ★About us
  • ★Custom cable

SPECIFICATIONS

Brand Name: Si Tai&SH

Condition: New

Dissipation Power: ..

High-concerned chemical: None

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

 

 

Features:
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.
 
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 <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