Cirkit Designer Logo
Cirkit Designer
Your all-in-one circuit design IDE
Home / 
Component Documentation

How to Use Varistor: Examples, Pinouts, and Specs

Image of Varistor
Cirkit Designer LogoDesign with Varistor in Cirkit Designer

Introduction

A varistor, also known as a voltage-dependent resistor (VDR), is a passive electronic component that changes its resistance based on the applied voltage. It is primarily used to protect circuits from voltage spikes and surges by clamping excess voltage to a safe level. Varistors are commonly found in power supplies, surge protectors, and electronic devices to safeguard sensitive components from transient overvoltages.

Explore Projects Built with Varistor

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
ESP32-Based Smart Power Monitoring System with Wi-Fi Connectivity
Image of Alaa : A project utilizing Varistor in a practical application
This circuit is designed to monitor and measure electrical parameters using an ESP32 microcontroller, a ZMPT101B voltage sensor, and a 5A current sensor. It includes visual indicators with red and green LEDs and an audible alert via a piezo buzzer, all controlled by the ESP32.
Cirkit Designer LogoOpen Project in Cirkit Designer
AC to DC Power Supply with Voltage Regulation and Overcurrent Protection
Image of PENGATUR VOLTAN: A project utilizing Varistor in a practical application
This circuit appears to be a power supply unit with a transformer for stepping down voltage, a bridge rectifier for converting AC to DC, and a voltage regulator for stabilizing the output voltage. It includes a Zener diode for overvoltage protection, capacitors for smoothing out ripples in the DC supply, and a fuse for overcurrent protection. A toggle switch and a rocker switch are used to control the power flow, and there is an LED indicator connected through resistors, likely for power-on indication.
Cirkit Designer LogoOpen Project in Cirkit Designer
ESP32-Based Smart Power Monitoring and Control System with Wi-Fi Connectivity
Image of SIM: A project utilizing Varistor in a practical application
This circuit is a smart power monitoring and control system using an ESP32 microcontroller. It features multiple sensors and components, including PZEM-004T AC modules for voltage and current measurement, DS18B20 temperature sensors, an LCD for display, and solid-state relays for controlling power outlets. The system is integrated with Blynk for remote monitoring and control, and includes pushbuttons for local interaction.
Cirkit Designer LogoOpen Project in Cirkit Designer
Battery-Powered UPS with Step-Down Buck Converter and BMS
Image of Mini ups: A project utilizing Varistor in a practical application
This circuit is a power management system that steps down a 240V AC input to a lower DC voltage using a buck converter, which then powers a 40W UPS. The UPS is controlled by a rocker switch and is backed up by a battery management system (BMS) connected to three 3.7V batteries in series, ensuring continuous power supply.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with Varistor

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Image of Alaa : A project utilizing Varistor in a practical application
ESP32-Based Smart Power Monitoring System with Wi-Fi Connectivity
This circuit is designed to monitor and measure electrical parameters using an ESP32 microcontroller, a ZMPT101B voltage sensor, and a 5A current sensor. It includes visual indicators with red and green LEDs and an audible alert via a piezo buzzer, all controlled by the ESP32.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of PENGATUR VOLTAN: A project utilizing Varistor in a practical application
AC to DC Power Supply with Voltage Regulation and Overcurrent Protection
This circuit appears to be a power supply unit with a transformer for stepping down voltage, a bridge rectifier for converting AC to DC, and a voltage regulator for stabilizing the output voltage. It includes a Zener diode for overvoltage protection, capacitors for smoothing out ripples in the DC supply, and a fuse for overcurrent protection. A toggle switch and a rocker switch are used to control the power flow, and there is an LED indicator connected through resistors, likely for power-on indication.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of SIM: A project utilizing Varistor in a practical application
ESP32-Based Smart Power Monitoring and Control System with Wi-Fi Connectivity
This circuit is a smart power monitoring and control system using an ESP32 microcontroller. It features multiple sensors and components, including PZEM-004T AC modules for voltage and current measurement, DS18B20 temperature sensors, an LCD for display, and solid-state relays for controlling power outlets. The system is integrated with Blynk for remote monitoring and control, and includes pushbuttons for local interaction.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Mini ups: A project utilizing Varistor in a practical application
Battery-Powered UPS with Step-Down Buck Converter and BMS
This circuit is a power management system that steps down a 240V AC input to a lower DC voltage using a buck converter, which then powers a 40W UPS. The UPS is controlled by a rocker switch and is backed up by a battery management system (BMS) connected to three 3.7V batteries in series, ensuring continuous power supply.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications and Use Cases

  • Surge protection in power lines and electronic devices
  • Protection of microcontrollers and sensitive ICs
  • Noise suppression in electrical circuits
  • Lightning protection in telecommunications and industrial systems

Technical Specifications

Below are the key technical details of a typical varistor. Note that specific values may vary depending on the model and manufacturer.

General Specifications

  • Voltage Rating (V): 18V to 1000V (varies by model)
  • Clamping Voltage: Typically 1.5 to 2 times the rated voltage
  • Energy Absorption Capacity: 0.1J to 1000J
  • Response Time: < 25 nanoseconds
  • Operating Temperature Range: -40°C to +85°C
  • Capacitance: 10pF to several nanofarads (depends on size and voltage rating)

Pin Configuration and Descriptions

Varistors are typically two-terminal devices with no polarity. Below is a table describing the pins:

Pin Number Name Description
1 Terminal 1 Connects to one side of the circuit to be protected
2 Terminal 2 Connects to the other side of the circuit to be protected

Usage Instructions

How to Use the Varistor in a Circuit

  1. Determine the Voltage Rating: Select a varistor with a voltage rating slightly higher than the normal operating voltage of your circuit. For example, if your circuit operates at 230V AC, choose a varistor with a rating of around 250V AC.
  2. Connect Across the Load: Place the varistor in parallel with the load or component you want to protect. This ensures that any voltage spike is clamped before it reaches the load.
  3. Observe Polarity (if applicable): While most varistors are non-polarized, ensure correct orientation if using a polarized variant.
  4. Add a Fuse (Optional): For additional protection, include a fuse in series with the varistor to prevent damage in case of prolonged overvoltage.

Important Considerations and Best Practices

  • Voltage Selection: Always choose a varistor with a clamping voltage higher than the circuit's normal operating voltage to avoid unnecessary activation.
  • Energy Rating: Ensure the varistor's energy absorption capacity is sufficient to handle expected surges.
  • Temperature: Avoid using the varistor in environments exceeding its specified temperature range.
  • Aging: Replace varistors periodically in high-stress environments, as their performance degrades over time.

Example: Using a Varistor with an Arduino UNO

To protect an Arduino UNO from voltage spikes on its power supply, you can connect a varistor across the input voltage terminals. Below is an example circuit and code:

Circuit Setup

  • Connect a 14D471K varistor (rated for 470V) across the Arduino's VIN and GND pins.
  • Optionally, add a 1A fuse in series with the VIN pin for added protection.

Code Example

No specific code is required for the varistor itself, as it operates passively. However, here is an example of monitoring the Arduino's input voltage:

// This code monitors the input voltage on the Arduino's analog pin A0
// and prints the value to the Serial Monitor for debugging purposes.

const int voltagePin = A0; // Analog pin connected to the voltage divider
float referenceVoltage = 5.0; // Reference voltage of the Arduino (5V for UNO)
int adcResolution = 1024; // ADC resolution (10-bit for Arduino UNO)

void setup() {
  Serial.begin(9600); // Initialize serial communication at 9600 baud
}

void loop() {
  int sensorValue = analogRead(voltagePin); // Read the analog input
  float voltage = (sensorValue * referenceVoltage) / adcResolution;
  
  // Print the voltage to the Serial Monitor
  Serial.print("Input Voltage: ");
  Serial.print(voltage);
  Serial.println(" V");
  
  delay(1000); // Wait for 1 second before the next reading
}

Troubleshooting and FAQs

Common Issues and Solutions

  1. Varistor Overheating:

    • Cause: Prolonged exposure to overvoltage or excessive current.
    • Solution: Check the circuit's operating voltage and ensure the varistor's rating is appropriate. Add a fuse for additional protection.
  2. Frequent Varistor Failures:

    • Cause: Repeated high-energy surges or aging of the varistor.
    • Solution: Use a varistor with a higher energy rating or replace the varistor periodically in high-stress environments.
  3. Circuit Not Protected from Surges:

    • Cause: Incorrect placement of the varistor in the circuit.
    • Solution: Ensure the varistor is connected in parallel with the load or component to be protected.

FAQs

Q: Can I use a varistor in a DC circuit?
A: Yes, varistors can be used in both AC and DC circuits. Ensure the voltage rating is appropriate for the DC operating voltage.

Q: How do I know if a varistor is damaged?
A: A damaged varistor may show physical signs like discoloration, cracks, or bulging. It may also fail to clamp voltage spikes effectively, leading to unprotected circuits.

Q: Can I use multiple varistors in parallel?
A: Yes, multiple varistors can be used in parallel to increase energy absorption capacity. However, ensure they have identical ratings for balanced operation.

Q: Do varistors have a polarity?
A: Most varistors are non-polarized and can be connected in either direction. Always check the datasheet for specific models.