Society of Robots - Robot Forum

Electronics => Electronics => Topic started by: rockrobotics on March 11, 2010, 09:38:52 AM

Title: Very Basic Question!
Post by: rockrobotics on March 11, 2010, 09:38:52 AM
Hi,

I'm very new to electronics and to robots and I want to know
how you connect the three pins on a potentiometer!  I know this is really simple to you experts, but please explain it to me.  I don't get why it has three pins!  Please help.

Thanks,

Newbe
Title: Re: Very Basic Question!
Post by: chelmi on March 11, 2010, 10:14:16 AM
Multiple posts...

What do you want to do with your potentiometer?
If you just need an adjustable resistor, use the middle pin and on of the other one (doesn't matter which one).
If you want to do a voltage divider to get an adjustable output voltage, connect it like that:

VCC -----+
         |
        | |
        | |<---- out
        | |
         |
GND -----+


Chelmi.
Title: Re: Very Basic Question!
Post by: rockrobotics on March 11, 2010, 10:37:13 AM
Thanks,

That answered my question! :D
Title: Re: Very Basic Question!
Post by: Soeren on March 11, 2010, 04:42:40 PM
Hi,

If you just need an adjustable resistor, use the middle pin and on of the other one (doesn't matter which one).

Better yet, connect the unused "side pin" to the middle pin. That way the resistance can never be more than the value used and cannot go open (in some circuits that would be disastrous).

Like this
Code: [Select]
    -----+
         |
        | |
        | |<--+ out
        | |   |
         |    |
    -----*----+
Title: Re: Very Basic Question!
Post by: rockrobotics on March 11, 2010, 05:11:43 PM
Thanks alot!

Your very helpful!