Arduino Potentiometer
Arduino Potentiometer
Potentiometer
What is Potentiometer?
■ A potentiometer is a manually adjustable variable resistor with 3 terminals.
■ Two of the terminals are connected to the opposite ends of a resistive element, and the
third terminal connects to a sliding contact, called a wiper, moving over the resistive
element.
■ The potentiometer essentially functions as a variable resistance divider.
■ The resistive element can be seen as two resistors in series (the total potentiometer
resistance), where the wiper position determines the resistance ratio of the first resistor
to the second resistor. If a reference voltage is applied across the end terminals, the
position of the wiper determines the output voltage of the potentiometer.
■ A potentiometer is also commonly known as a potmeter or pot.
■ The most common form of potmeter is the single turn rotary potmeter. This type of pot
is often used in audio volume control (logarithmic taper) as well as many other
applications. Different materials are used to construct potentiometers, including
carbon composition, cermet, wirewound, conductive plastic or metal film.
A potentiometer is a manually adjustable, variable resistor with three terminals. Two terminals are
connected to the ends of a resistive element, the third terminal is connected to an adjustable wiper.
The position of the wiper sets the resistive divider ratio.
Rotary Potentiometers
The most common type of potentiometer where the wiper moves along a circular path.
Two potentiometer
combined on the same
shaft, enabling the
Used in for example
parallel setting of two
stereo audio volume
channels. Most
Dual-gang control or other
common are single turn
pot applications where 2
potentiometers with
channels have to be
equal resistance and
adjusted in parallel.
taper. More than two
gangs are possible but
not very common.
Types of Potentiometers
The most common type of potentiometer where the wiper moves along a circular path.
Trimmers or trimpots are
a special type of rotary
potentiometer that can be
fixed once in the circuit They are common
and used to make materials used as the
Presets and
Trimmers
occasional adjustments to resistive track is either
the circuit. The rotary carbon composition or
wiper on the POT can be cement.
adjusted by using a small
bladed screwdriver or a
similar plastic tool.
Linear Potentiometers
Potentiometers where the wiper moves along a linear path. Also known as slider, slide pot or fader.
TYPE DESCRIPTION APPLICATION FIGURE SYMBOL
Wirewound pots can handle high power,are long lasting and can be very precise. They have
Wirewound however a limited resolution and rough feel. Most used in high power applications
(rheostats are often wirewound) or as precision pots.
Very smooth feel and high resolution, can be constructed to perform millions of cycles. Can
Conductive plastic only handle a limited power and are expensive. Often used in high-end (audio) equipment
where a high resolution and low noise are important.
Very stable, low temperature coefficient and handles high temperatures well. On the other
Cermet hand quite expensive and often limited amount of cycles allowed(special long-life cermet
pots also exist). Often used for trimpots which do not have to be adjusted often.
Marking Codes
■ The potentiometer’s value is mostly marked on top of the device as an exact value like
100K for a 100KΩ potentiometer. Sometimes they are represented as a three-digit code,
the first two digits of the code represent the value of the POT and the last digit
represents the multiplier.
Example
Consider the three-digit code on the pot as
103, as is said we can expand the code as
10Ω x 103 = 10 kΩ, This means that the
potentiometer of value 10KΩ will have a
marking “103” as shown in the picture.
Potentiometer Symbol
■ The following symbol is used for a potentiometer. The potentiometer symbol on the left
is according to the IEC standard.
■ The potentiometer symbol on the right is according to the old American ANSI standard,
but is still widely used. An overview of resistor symbols is also available in the
Resistor Guide.
Examples problem
1. Create a program in Arduino and in proteus that will record the output value of the
potentiometer using serial monitor in proteus.
END OF
DISCUSSION