Questions tagged [ir-receiver]

An infrared sensor is an electronic instrument that is used to sense certain characteristics of its surroundings by either emitting and/or detecting infrared radiation. It is also capable of measuring heat of an object and detecting motion.

An infrared sensor is an electronic instrument that is used to sense certain characteristics of its surroundings by either emitting and/or detecting infrared radiation. It is also capable of measuring heat of an object and detecting motion.

33 questions
5
votes
1 answer

Detect Hama IR Remote Protocol

I'm working on an universal receiver and I'm not able to detect what protocol is used by the Hama VRC-1100 MCE Remote. The signal is this: The Time/Div is set to 2 mS and the distance between a sequence and another is about 49 mS. Because of the…
Oceanic815
  • 1,179
  • 1
  • 11
  • 19
5
votes
1 answer

Universal IR Receiver for TV Remotes

I'm trying to build a device that is able learn a command from a TV IR Remote and recognise when this command is sent to it. I've see that the most common protocols used are NEC and Philips and that the frequency may vary of some kHz depending on…
Oceanic815
  • 1,179
  • 1
  • 11
  • 19
4
votes
1 answer

What part is used in this IR receiver?

I bought an IR repeater with the simple schematic: What is this receiver component? It looks almost like TSOP4838, has the same pinout, but it outputs an encoded signal and I cannot find what is it. TSOP4838 (right) and this one (left) Back…
BUKTOP
  • 212
  • 1
  • 8
4
votes
2 answers

Understanding circuit diagram on datasheet and resistor value

I am interested in starting an intro electronics project using a IR sensor and am having a little trouble understand the application circuit given on the datasheet of the circuit. The value of resistor they recommend using is far less then the one I…
OSaucey
  • 43
  • 2
3
votes
2 answers

tsop348 infrared receiver

Why do they tell that • Burst length should be 10 cycles/burst or longer. After each burst which is between 10 cycles and 70 cycles a gap time of at least 14 cycles is necessary whereas I see only 7 in the 600us bursts of their time diagram…
Val
  • 1
  • 4
  • 12
3
votes
2 answers

Reading an IR signal and running one of 5 motors

Before you judge me, I'm fairly new to electronics besides the very basics, so be gentle. However, I'm quite proficient with computers at a high level; I'm decent at writing code, and have experience with Java, C#, and JavaScript. Basically what I…
Owen Versteeg
  • 371
  • 3
  • 8
2
votes
1 answer

Decode RCMM protocol

I am trying to decode RCMM(philips protocol) using VISHAY TSOP31536 IR Receiver with STM32F207 microcontroller kit. There is sufficient data for RC5 protocol but not even a single site is explaining about RCMM. Even the details of RCMM…
user34266
  • 21
  • 1
2
votes
2 answers

High bitrate IR receiver (TSOP7000 replacement)

After a many days of research I turned to stack overflow once again to help me. I'm looking for High speed IR receiver circuit for laser-tag weapon. Requirements are High noise cancelation, high distance, high speed and low latency. For obvious…
Po1nt
  • 145
  • 5
2
votes
1 answer

Multiple Macs Controlled by single USB IR Receiver

I am looking to connect a single IR receiver to multiple mac mini computers to advance a slideshow played through front row in sync. I was reading this post below from superuser.com and one of the replies suggested that I post the question here.…
2
votes
3 answers

IR receiver output pulsating instead of constant one('5V') or zero ('0V')

I am trying to detect the size of different bottles on a conveyor belt and for that I thought of using IR transmitter and receiver but I am not getting desired output. I want the output of IR receiver to be constant '1' or '0' but instead I am…
2
votes
2 answers

IR Transistor vs IR diode receiver

I am designing a line following sensor and for this project i am confused between using an infrared diode receiver or an infra red transistor. I don't know the difference between them(as for a long time i thought they where the same). Please I need…
2
votes
1 answer

IR receiver part interchange

I've got an old stereo that doesn't have a remote control. There was a model that did, and after looking at the service manual it looks like I just need to populate a PCB with an IR receiver to add that functionality. However the part isn't…
schlazor
  • 23
  • 3
1
vote
2 answers

trying to use a radio shack 276-640 IR receiver module

We have a mouse (or something) getting into cabinets. My wife doesn't want to kill it, and the no-kill mousetrap isn't catching it. So, I am modifying a trap with an IR emitter / detector so I know when the little fella is there. I naively bought…
davef
  • 11
  • 2
1
vote
2 answers

Unexpected behavior when using 5V from one power supply and Ground from another one

I am trying to use an old phone charger with 5V DC output. I measured the output to be 6.4V. It works for powering an ESP8266 through VIN but does not work to power an IR receiver I want to use. The receiver works when I power it through a…
Mike
  • 21
  • 4
1
vote
2 answers

multiplex multiple photodiodes to one transimpedance amp

TIA = transimpedence I have lots of photodiodes for barrier detection, I tested one photodiode with one TIA op amp, and it was OK 1) Now I want to multiplex multiple photodiodes for my project, and I use 74HC4051 IC for that, I read in datasheet…
1
2 3