For AC voltage sensing (e.g., 230V mains), the ZMPT101B module is popular. Some Proteus enthusiasts have modeled it. Look for "ZMPT101B Proteus library" on GitHub or Electro-Tech-Online forums.
Run the simulation. Open Virtual Terminal. You will see:
Battery Voltage: 12.59 V
Battery Voltage: 12.60 V
Change the DC battery to 15V. The voltage sensor output will clamp at 5V, and the serial monitor will show exactly 25.0V (full scale).
When you open Proteus ISIS, the default library contains thousands of components, but no specific "VOLTAGE SENSOR" model. Instead, you will find:
If you search for "voltage sensor" in Pick Devices, you may find nothing. However, you can simulate voltage sensing using basic electronic components.
The Voltage Sensor Proteus Library is a specialized addition to the Proteus simulation software that allows you to monitor and measure voltage levels within electronic circuits. While Proteus includes built-in voltage probes for basic measurement, these sensor modules are designed to simulate real-world hardware like the ZMPT101B AC voltage sensor or DC 0-25V modules, making them essential for testing projects involving microcontrollers like Arduino or ESP32. Core Features and Models
Voltage Probes: Native tools for quick point-to-point voltage checks relative to ground.
Low Voltage Detection: Specialized sensors like the MC34064 monitor input levels and provide a reset signal if voltage drops below a specific threshold. voltage sensor proteus library
Module Pins: Standard simulated modules include positive and ground terminals for the source, a Signal Pin for analog data output, and power supply pins ( and Ground).
AC vs. DC: The library includes models for both DC (typically 0-25V) and AC measurements, often requiring an RMS technique to handle complex sine waves. How to Install a New Library
Since many specific sensors are not in the default Proteus 7 or 8 installations, you must manually add them:
Download Library Files: Obtain the specific .LIB (library) and .IDX (index) or .MDF (model) files.
Paste Library Files: Navigate to your Proteus installation folder (usually in C:\Program Files (x86)\Labcenter Electronics\Proteus...). Open the LIBRARY folder and paste the library files.
Paste Model Files: Open the MODELS folder in the same directory and paste the corresponding model files.
Restart Proteus: Re-open the software to allow it to index the new components. You can then find them by searching "voltage sensor" in the "Pick Devices" window. Common Applications For AC voltage sensing (e
Power Monitoring: Measuring real-time power generation in solar panel simulations by combining voltage sensors with ACS712 current sensors.
Smart Energy Meters: Stepping down high-voltage AC (220V) through transformers and voltage dividers to a safe level (0-5V) for Arduino interfacing.
Fault Protection: Using low voltage detection sensors to trigger resets or alarms in sensitive systems.
To simulate a voltage sensor in Proteus, you typically don't need a standalone external library because the software provides built-in tools for measuring voltage across any component. However, if you are looking for a specific sensor module (like the ZMPT101B or a simple voltage divider breakout), you may need to install a third-party library. The Engineering Projects 1. Built-in Measurement Tools
The fastest way to sense or measure voltage is by using the built-in virtual instruments: DC/AC Voltmeter : Go to the Virtual Instruments Mode in the left sidebar. Select DC Voltmeter AC Voltmeter and place it in parallel with your component. Voltage Probes : Click on the Probe Mode icon and select
. Place this on a wire to see its instantaneous potential relative to ground during simulation. The Engineering Projects 2. Physical Sensor Module Libraries
If you need a specific hardware representation (e.g., an Arduino-compatible voltage sensor module), you must download external library files (usually files) from specialized community sites like The Engineering Projects Electronics Tree electronics tree Common Voltage Sensor Modules: : Used for measuring high-voltage AC. Analog Voltage Divider Module : Used for scaling 0-25V down to 0-5V for microcontrollers. 3. How to Install a New Library Run the simulation
Once you have downloaded the sensor files, follow these steps to add them to Proteus: Locate Files : Ensure you have both the (library) and (index) files. Open Library Folder : Right-click your Proteus desktop shortcut and select Open file location . Navigate to the folder (usually under
C:\Program Files (x86)\Labcenter Electronics\Proteus 8 Professional\LIBRARY Paste Files : Copy and paste your downloaded files into this folder. Restart Proteus
: Close and reopen the software so it can index the new components. Pick Device (P)
tool and type the name of the sensor to find it in your updated library. electronics tree
Proteus Library Download and Installation | Easy Guide for Proteus 9
AC voltage sensing is more complex. For high voltage AC (e.g., 120V/230V mains), you cannot directly connect to a microcontroller. Simulation involves a Potential Transformer (PT) or an Optocoupler.
Final Word: Whether you are a student working on a battery monitor or an engineer designing a smart power supply, mastering the voltage sensor in Proteus will save you time, components, and costly mistakes. Start with the simple resistor divider today, and scale up to custom library components tomorrow.
Have you created your own voltage sensor simulation? Share your experience in the comments below.
Here’s a step-by-step guide to using a Voltage Sensor in Proteus ISIS (for simulation) — specifically the common ZMPT101B (AC voltage sensor) or a generic DC voltage sensor.