Max. distance between a temperature sensor and microcontroller.
markuster
Posts: 184
Hi,
I need to use a temperature sensor.
My problem is about the distance.
Do you know the max. distance between a temperature sensor
and a Basic Stamp or a Propeller or a SX microcontroller ?
I read about the DS1620 and about the Parallax temperature probe
but I can't find this information.
I need 30 feet from the Basic Stamp to thr sensor.
Thanks, Mark
I need to use a temperature sensor.
My problem is about the distance.
Do you know the max. distance between a temperature sensor
and a Basic Stamp or a Propeller or a SX microcontroller ?
I read about the DS1620 and about the Parallax temperature probe
but I can't find this information.
I need 30 feet from the Basic Stamp to thr sensor.
Thanks, Mark
Comments
What you have going for you with the DS1620 is that the clock frequency can be from 1.75MHz to DC.
What this means is that you can slow down your communication to the DS1620 based on your distance.
In a length of wire you have resistive, inductive, and capacitive properties. The resistive component in most cases is negligible. Your biggest culprit is going to be inductive and capacitive properties. The length of wire itself is an inductor, and the parallel relationship between the wire and the shield or neighboring wire is capacitive. Together they form a LOW-pass filter which prevents higher frequencies from making their way from one end to the other. As a result, the longer the distance, the lower the frequency you are able to transmit and still have a signal at the other end.
Also, because of that distance I would use termination resistors (1k or so) to ground on BOTH ends with every signal line. This helps to attenuate any RF noise caused by antenna effects due to the length of the wire. The resistors one both ends create a pseudo transmission line that can improve the overall performance.
I only make them for custom orders now, but I can build them fairly quickly. I have a batch in the works using the SHT15 version and will be buying extra for the price break, so I will have some of those to sell within a couple weeks.
You have been very clear.
Just , about the thickness of the cable:
If I use a wider or thicker cable if will be better ? , or a shielded cable must be considered.
(or both , the width and shielded? )
Thanks, Mark