Pack of 5 VS1838B / TL1838 38KHz IR receiver module
Highly popular in home electronics devices.
Ideal for Arduino / Raspberry Pi Remote receiver projects.
Compact 3 pin device (Signal out / 0v / 5v)
Genuine UK Seller - all items dispatched from South Derbyshire.
CLICK HERE to see my feedback
Simple to use with Arduino Library - see guide here:
https://arduinoinfo.mywikis.net/wiki/IR-RemoteControl
Another guide here:
https://www.electronoobs.com/eng_arduino_tut34
Even more info here:
https://github.com/z3t0/Arduino-IRremote
Datasheet (In English!)
https://eeshop.unl.edu/pdf/VS1838-Infrared-Receiver-datasheet.pdf
It's so simple... Example code:
/*
* IRremote: IRrecvDemo - demonstrates receiving IR codes with IRrecv
* An IR detector/demodulator must be connected to the input RECV_PIN.
* Version 0.1 July, 2009
* Copyright 2009 Ken Shirriff
* http://arcfn.com
*/
#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); // print any received codes
irrecv.resume(); // Receive the next value
}
delay(100);
}
Package contents:
5x VS1838B IR Receiver module
Pack of 5 VS1838B TL1838 38KHZ IR Infrared remote Receiver Module
- Product Code: IR_RX_5
- Availability: 100
-
£3.75
-
- 10 or more £3.71
- 40 or more £3.68
- 100 or more £3.64
Tags: VS1838B, TL1838, 38KHZ, IR, Infrared, remote, Receiver, Module, 5 Pack








