Society of Robots - Robot Forum

Electronics => Electronics => Topic started by: Hawaii00000 on May 20, 2010, 10:26:59 AM

Title: Infrared heat sensor use.
Post by: Hawaii00000 on May 20, 2010, 10:26:59 AM
 Can any one help me with wiring the Directional Infrared Radial Sensor on this site: http://www.futurlec.com/PIR_Sensors.shtml (http://www.futurlec.com/PIR_Sensors.shtml)
The spec sheet has the has 47k resistor a between the gnd and signal and an amplification circuit, are both these necessary for a microcontroller?

Heres the specs : http://www.futurlec.com/PIR_D203S.shtml (http://www.futurlec.com/PIR_D203S.shtml)
Title: Re: Infrared heat sensor use.
Post by: waltr on May 20, 2010, 12:14:43 PM
Yes. The resistor biases the internal FET and the output signal is very small therefore requires amplification.

Did you look at the PIR control chip on the Futurlec page? This might be the way to go as most of the required circuits are included, just external passive components are needed.
Title: Re: Infrared heat sensor use.
Post by: Hawaii00000 on May 20, 2010, 01:04:02 PM
Yes. The resistor biases the internal FET and the output signal is very small therefore requires amplification.

Would a transistor work?

Did you look at the PIR control chip on the Futurlec page? This might be the way to go as most of the required circuits are included, just external passive components are needed.

Yeah, but that's not quite what I'm using the sensor for.

What about the 47k resistor between the gnd and signal? What is that for?
Title: Re: Infrared heat sensor use.
Post by: waltr on May 20, 2010, 07:44:56 PM
Quote
What about the 47k resistor between the gnd and signal? What is that for?

The resistor biases the internal FET. Look at the Equivalent Circuit on page two of the data sheet.

Depending on how large of a signal you need a transistor may work. You would need to experiment to find out.
Title: Re: Infrared heat sensor use.
Post by: Hawaii00000 on May 21, 2010, 08:15:22 AM
Ok thanks for the replys!