Recent Changes - Search:

Introduction to Microcontroller Programming

About PICmicro Chips

Clocking Your PICmicro Devices

E-Blocks

Flowcode Step By Step

PICmicro Projects

Labs

Sensing Units

<^< Sensors | Course Index | Input Conditioning >^>

We have just seen that some sensors, like the thermistor and the LDR, produce a change in resistance when the conditions in the outside world change.

We need to convert that change in resistance into a change in voltage or current in order for the electronic control system to understand it.

The voltage divider is one way of doing that. It consists of two resistors connected in series (one after the other), so that they share the power supply voltage between them.

The diagram shows a voltage divider where one resistor is twice as big as the other. They share the 6V power supply voltage between them in such a way that the 8kW resistor takes twice as much of the voltage as the 4k ohm resistor. The sum of the voltages must equal the power supply's 6V, of course.

Suppose that the lower resistor is actually a thermistor. Hence the different symbol, the rectangle with the hockey stick through it, in the next diagram.

As luck would have it, the resistance of the thermistor is 8kW when its temperature is 100C! This means that the voltage across it will be 4V, as before.

Let's suppose that it is a ntc thermistor, and that its resistance drops to 2kW when the temperature has risen to 500C.

The voltage across the thermistor has now dropped to 2V. The thermistor resistance is now only half as big as the 4k ohm resistor, and so the voltage across the thermistor is only half that across the 4kW resistor.

In other words, here we have a circuit that outputs a voltage that changes with temperature. Just what the control system needs to tell it what the weather is like in the outside world!

Here are some more sensing units:

Sensing unit Behaviour

  1. Temperature Output voltage drops as temp rises
  2. Temperature Output voltage rises as temp rises
  3. Light Output voltage drops as light level rises
  4. Light Output voltage rises as light level rises

Notice:

  • the symbol for a LDR
  • the fixed resistor in the earlier circuits has been replaced with a variable resistor (the symbol with an arrow through.)

<^< Sensors | Course index | Input Conditioning >^>

Print - Search - Login

Page last modified on January 30, 2012, at 03:18 PM