I would like to connect the HC-SR505 sensor to an arduino that is sitting 40-50 meters away.
The Sensor output pin is HIGH when movement is detect.
Can I run 50 meter wire between sensor and the arduino?
The module current drew is 70uA
I calculate the voltage drop of 50 meter 24AWG wire and is about 0.5V. With that in mind - do you see any issues running that length of a wire for that type of sensor?
If it is indeed can raise a problem - what can I do in order to communicate with an arduino sitting 50 meter away?
Can you explain what does it mean? perhaps with schematics? I just don't understand this terminology
Run higher voltage to the end of the sensor? do you mean insted of providing the Vcc leg of the sensor with +5V from the arduino I should give it higher voltage such as 12V?
what type of an amplify? how do you wire that configuration?
is it for amplify only the signal of the sensor? what does it helping for? higher signal less interfaces ?
Sorry, if you don't know the meaning of that, it would be work to explain it to you, especially if I have to draw it. Did you research my suggestion? Like Google "5V regulator circuit"?
Why this way? Can't you put the MCU at the far end, and send some kind of signal back, like via serial?
50m should not be a problem. Alarm installations do this all the time.
What is a problem is your wire acting as an aerial, picking up interference that could randomly trigger the Arduino. Alarm wire or wisted pair Cat-5/6 and a 100n cap from D2 to ground could eliminate that.
Leo..
the idea is to run around 16 sensor from the arduino to different places in the nature. (Is that fact change the interfaces that night be? the fact it is not in a complete urban environment )
So in any way most of the sensor will placed far away from the arduino
what is an estimate of longest 2 core cable 22/24awg I could run from arduino to the sensor without the need of special more expensive cable ? 20 meter? 30 meter? I run in the past 20 meter cables from arduino to 5mm led and had no issues
With a 70uA current draw there is no practical distance limit.
You need three cores (GND, 5volt, data).
You could use 4-core telephone cable (the old stuff for outside).
Leo..