A DC voltage sensor is essentially a (e.g., to an Arduino).
A physical voltage sensor module (like the common ZMPT101B for AC or a simple resistor divider network for DC) steps down high voltages to a safe level (0–5V) that a microcontroller like Arduino can read. In Proteus, you can represent a voltage sensor in two ways:
Add a to the Arduino TX/RX pins to view the measured voltage values during simulation. Sample Arduino Code voltage sensor proteus library
This table should cover the majority of needs for voltage measurement and monitoring tasks. If you have a specific use case in mind, consider the following:
Connect the (or Analog out) pin of the sensor to pin A0 of the Arduino. A DC voltage sensor is essentially a (e
The installation path varies depending on your Proteus version.
If you want, I can provide the (including file download links) or show you a ready‑to‑run Proteus schematic for AC voltage measurement. Just let me know. Sample Arduino Code This table should cover the
Input goes to the 30k resistor; the junction between them goes to the Arduino Analog Pin. In Proteus, use the component to build this. For AC Voltage
I can provide specific circuit layouts or code adjustments for your design. Share public link
Because the sensor divides the input voltage by 5, your code must multiply the measured analog voltage by 5 to display the correct value. Paste this code into your Arduino IDE to test the setup:
When you download a Proteus library, it usually comes as a .zip or .rar archive. Extract the folder to find two essential files: VoltageSensorTEP.IDX (Index file) VoltageSensorTEP.LIB (Library file) Step 2: Locate your Proteus Library Folder