IR Sensor (Using Long Wires) ...

Hello :smiley:

I recently got 2 IR Sensors i tested both on arduino using a breadboard , Both worked well , now i wondered is it possible to connect them to arduino from a far place (4meter long) using a long Cables , got the cables from a Ethernet Cable but when i tried connecting them that way both of the sensors heated up and Stopped working (Fried)

So i wanted to ask , is what i did with Connecting the sensors with long cables wrong ?? And what did exactly happen ?

i'm using the Arduino uno Connected the infrared sensor with 5v Directly Without any resistors .. and i'm using pin3 (PWM) As an input for the sensor

Thank you so much :smiley:

Sorry if posted in the wrong section

4m wires is not the problem.

  • Wrong connections ?
  • 5V to low-volt sensor?

Tell exact which sensor you are using.

Well i'm sure it's not wrong connections ... Since there was an led ...

about "5v to low...."
Well it was running normally on the breadboard using 5v

this is the sensor VS1838 Infrared Sensor Receiver Module Compatible For Arduino | eBay

VS1838 Infrared Sensor Receiver Module Compatible For Arduino

Thank you

If it heated up, you made wrong connections.

I really hope you didn't connect them parallel!
The only thing (I guess not very relevant) is that the datasheet for the part tells
to add a RC-filter for power-supply (47Ohm/47uF)
page 3

knut_ny:
I really hope you didn't connect them parallel!

Why not? I understand that using the wrong value pullup would be bad but I don't see anything distinctly wrong from using them in parallel (for purposes of more reception range/area).

You cannot be sure they are completly in phase... and they will short eachothers output.

If you insist doing it this way: add resistans in series with each output

knut_ny:
You cannot be sure they are completly in phase... and they will short eachothers output.

IR receivers have open collector outputs with weak pullup resistors (30k for the TSOP18xx).
So there should be no problem using several in parallel.
The TSOP18xx has an absolute max output current of 5mA.
Not sure what is on those boards (LED/resistor?).
Assume one TSOP has to switch combined board currents to ground (+ cable capacitace).
Leo..