Voltage Divider Module Symbol
Definition: The Voltage Divider Module symbol represents a pre-built resistor-based scaling module with a three-terminal interface (VIN, GND, VOUT), used in circuit diagrams to indicate a packaged attenuator block that scales a high input voltage down to a lower output voltage suitable for analogue-to-digital converter (ADC) inputs or logic-level measurement circuits.
Also known as: resistive voltage divider module, ADC voltage scaler, voltage scaling module, voltage attenuator module, resistor divider board.
What the Voltage Divider Module symbol means
The Voltage Divider Module symbol denotes a packaged circuit block containing a two-resistor potential divider network, presented as a single three-terminal component for clarity in wiring diagrams. The module accepts a higher input voltage on VIN, references it to GND, and delivers a proportionally scaled output voltage on VOUT, determined by the resistor ratio R2/(R1 + R2). These modules are commonly encountered in microcontroller and maker projects where an analogue input pin rated for 0-3.3 V or 0-5 V must safely measure a higher voltage such as 12 V or 24 V.
In a wiring diagram, the Voltage Divider Module symbol communicates that the designer has used a pre-assembled module rather than discrete resistors, simplifying the schematic. The module's gain (attenuation ratio) is typically printed on the physical board or noted in the schematic net label. Common commercially available modules use a fixed ratio such as 1:11 (scaling 0-55 V to 0-5 V) or 1:5 (scaling 0-25 V to 0-5 V), designed to interface industrial or automotive voltages with 5 V microcontrollers.
How to identify the Voltage Divider Module symbol
The Voltage Divider Module symbol is drawn as a rectangular block with three labelled pins: VIN (or V+) on the left receiving the high-voltage input, GND at the bottom, and VOUT (or OUT) on the right delivering the scaled output. The block may contain a simplified resistor ladder symbol or be left as a plain labelled box. It is distinguished from the basic Voltage Divider symbol by the GND pin (making it a three-terminal device) and by the block outline indicating a packaged module rather than discrete components.
Function in a circuit
In a circuit, the Voltage Divider Module functions as a passive, linear signal attenuator. The two fixed resistors inside the module form a potential divider: the output voltage VOUT equals VIN multiplied by the ratio R2/(R1 + R2). The module does not amplify, invert, or regulate the signal; it purely scales the voltage downward. The GND terminal establishes the reference potential for both the input signal and the output measurement. At DC and low frequencies the scaling is accurate; at high frequencies the resistor capacitances introduce phase shift, limiting bandwidth.
Standards: IEC vs ANSI
| IEC 60617 | IEC 60617 does not define a dedicated symbol for a voltage divider module; the circuit is represented as a labelled functional block per IEC 60617-02, with VIN, VOUT, and GND terminals labelled. A discrete voltage divider using two resistors would use IEC resistor symbols (filled rectangles) in a series configuration. |
|---|---|
| ANSI/IEEE 315 | ANSI Y32.2 / IEEE 315 similarly treats the voltage divider module as a labelled rectangular block. The internal potential divider using discrete resistors would use the zigzag ANSI resistor symbols in series with a tapped midpoint. |
| Key difference | No unique IEC or ANSI glyph distinguishes the voltage divider module; both standards use a generic block symbol. The difference between standards appears only when drawing the internal discrete-resistor circuit: IEC uses rectangle resistors, ANSI uses zigzag resistors. |
Terminals / pins
| Pin | Name |
|---|---|
| vin | VIN |
| gnd | GND |
| vout | VOUT |
Typical values
Input voltage VIN: module-dependent, typically 0-25 V or 0-55 V (check resistor ratio). Output voltage VOUT: 0-5 V typical (for 5 V ADC) or 0-3.3 V (for 3.3 V ADC). Common attenuation ratios: 1:5 (R1=30k, R2=7.5k), 1:11 (R1=100k, R2=10k). Input impedance: 5 kOhm to 110 kOhm depending on resistor values. Accuracy: 1-5% depending on resistor tolerance.
Where the Voltage Divider Module symbol is used
- Measuring battery voltage (12 V or 24 V) with a 5 V microcontroller ADC input without exceeding the input voltage rating
- Automotive voltage monitoring — reading a 12 V car battery rail with a 3.3 V ESP32 or Arduino
- Scaling industrial 0-24 V analogue signals down to 0-5 V for microcontroller measurement
- Solar panel and photovoltaic system voltage monitoring where panel voltages exceed ADC input limits
- Power supply output monitoring in bench instruments and data loggers
- Level shifting for analogue sensor signals between different voltage domains
- Educational electronics projects demonstrating the voltage divider principle in a convenient plug-in format
Example
In a Raspberry Pi battery monitor circuit, a Voltage Divider Module symbol (1:5 ratio, VIN max 25 V) is shown with its VIN pin connected to the 12 V lead-acid battery positive terminal and its GND pin to the battery negative terminal. The VOUT pin connects to the Raspberry Pi ADC (via an MCP3008 chip) analogue input. When the battery is at 12.6 V, VOUT delivers 2.52 V, which the ADC reads and the software back-calculates to the original battery voltage using the known 1:5 ratio.
Key facts
- A Voltage Divider Module is a pre-built resistor attenuator with three terminals (VIN, GND, VOUT) that scales a high input voltage to a lower output voltage using the potential divider formula VOUT = VIN x R2/(R1 + R2).
- The module symbol is a labelled rectangular block in schematics; it is distinguished from a bare voltage divider symbol by the explicit GND terminal and the block enclosure indicating a packaged module.
- Common commercially available voltage divider modules use a 1:5 ratio (scaling 0-25 V to 0-5 V) or a 1:11 ratio (scaling 0-55 V to 0-5 V), designed for microcontroller ADC voltage measurement.
- Voltage Divider Modules are passive and purely resistive; they do not buffer the output — the output impedance is the parallel combination of R1 and R2, which can load the ADC input and reduce accuracy at very low input currents.
- IEC 60617 and ANSI Y32.2 / IEEE 315 do not define a dedicated symbol for this module; it is drawn as a generic labelled block per both standards, with terminal functions identifying its role in the schematic.
- The accuracy of a voltage divider module depends on resistor tolerance; typical modules use 1% tolerance resistors, giving measurement errors under 2% including resistor mismatch effects.
- For high-voltage measurements (above 50 V), isolated measurement modules or voltage transducer ICs should be used instead of resistive divider modules for safety reasons.
Frequently asked questions
What does the voltage divider module symbol look like?
The voltage divider module symbol is a rectangular block with three labelled pins: VIN on the input side, GND at the bottom, and VOUT on the output side. The block may contain a simplified resistor network or be a plain box. It is distinguished from a basic voltage divider symbol by the GND terminal and the block enclosure indicating a packaged component.
What does the voltage divider module symbol mean in a wiring diagram?
The voltage divider module symbol means a pre-built resistor attenuator module is present in the circuit. It scales a higher input voltage (such as 12 V or 24 V) down to a lower output voltage (such as 5 V or 3.3 V) suitable for microcontroller ADC measurement, using the potential divider principle.
What is the formula for the output voltage of a voltage divider module?
The output voltage is VOUT = VIN x R2/(R1 + R2), where R1 is the series resistor connected between VIN and VOUT, and R2 is the shunt resistor connected between VOUT and GND. For a 1:5 module with R1 = 30 kOhm and R2 = 7.5 kOhm, VOUT = VIN x 7.5/(30 + 7.5) = VIN x 0.2.
Can a voltage divider module be used with AC signals?
Resistive voltage divider modules work with AC signals at low frequencies, but resistor capacitances introduce phase shift and attenuation errors at higher frequencies. For AC measurements above a few kilohertz, a precision AC voltage divider with impedance compensation or a dedicated AC voltage transducer is more appropriate.
What is the difference between a voltage divider module and a voltage regulator symbol?
A voltage divider module is a passive resistor attenuator that scales voltage proportionally to the input; if the input changes, the output changes by the same ratio. A voltage regulator is an active device that maintains a fixed output voltage regardless of input variation or load current. Voltage dividers are used for measurement; regulators are used for supplying power.
What standard defines the voltage divider module symbol?
No IEC 60617 or ANSI Y32.2 / IEEE 315 standard defines a dedicated voltage divider module symbol. The module is represented as a generic labelled functional block per both standards. The discrete resistor voltage divider inside the module uses IEC rectangle or ANSI zigzag resistor symbols when drawn at the component level.
Place the Voltage Divider Module symbol on a wiring diagram or schematic in the free online circuit diagram maker — no download required.