In the physical world, a standard voltage sensor module (like the 0-25V sensor for Arduino) is simply a . It uses two resistors (typically 30KΩ and 7.5KΩ) to scale down a high voltage to a 0–5V range that a microcontroller's Analog-to-Digital Converter (ADC) can safely read. In Proteus, you have three primary ways to replicate this:
These sensors (e.g., MC34064, MAX809) are used to detect if the voltage drops below a certain threshold.
A voltage sensor is an electronic device that measures the electrical potential difference between two points in a circuit and converts that measurement into a signal that can be read by a microcontroller (e.g., Arduino) or display unit. In many practical applications, a voltage sensor module is essentially a simple voltage divider that scales down a higher voltage (e.g., 0–25 V or 0–100 V) to a lower voltage range (e.g., 0–5 V) that is safe for an analog‑to‑digital converter (ADC) input.
Connects to the common digital ground of the circuit. Circuit Setup Example
Note: The ProgramData folder is hidden by default in Windows. Enable "Hidden items" in your File Explorer View tab. Step 3: Copy and Paste