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

How to Use Linear voltage conversion module: Examples, Pinouts, and Specs

Image of Linear voltage conversion module
Cirkit Designer LogoDesign with Linear voltage conversion module in Cirkit Designer

Introduction

The Linear Voltage Conversion Module (FSR402) by Arduino is a high-precision device designed to convert a varying input voltage into a stable and regulated output voltage. Utilizing linear regulation, this module ensures low noise and high accuracy, making it ideal for sensitive electronic circuits. It is commonly used in applications requiring consistent voltage levels, such as powering microcontrollers, sensors, and analog circuits.

Explore Projects Built with Linear voltage conversion module

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Battery-Powered DC-DC Converter System for Multi-Voltage Power Distribution
Image of test 1 ih: A project utilizing Linear voltage conversion module in a practical application
This circuit converts a 38.5V battery output to multiple lower voltage levels using a series of DC-DC converters and a power module. It includes an emergency stop switch for safety and distributes power to various components such as a relay module, USB ports, and a bus servo adaptor.
Cirkit Designer LogoOpen Project in Cirkit Designer
Adjustable DC Power Supply with LM317 and 7-Segment Voltmeter
Image of DC variable Power  Supply: A project utilizing Linear voltage conversion module in a practical application
This circuit converts 220V AC to a regulated DC voltage using a power transformer, bridge rectifier, and LM317 voltage regulator. The output voltage can be adjusted using a potentiometer, and the voltage is displayed on a 7-segment panel voltmeter.
Cirkit Designer LogoOpen Project in Cirkit Designer
DC-DC Converter and Relay Module Power Distribution System
Image of relay: A project utilizing Linear voltage conversion module in a practical application
This circuit consists of a DC-DC converter powering a 6-channel power module, which in turn supplies 5V to a 2-relay module. The power module distributes the converted voltage to the relay module, enabling it to control external devices.
Cirkit Designer LogoOpen Project in Cirkit Designer
Raspberry Pi Pico Controlled Smart Relay System with Emergency Stop
Image of Labo power: A project utilizing Linear voltage conversion module in a practical application
This circuit converts 120V AC power from an outlet to a regulated DC voltage using an AC/DC converter and a DC/DC converter. It includes a Raspberry Pi Pico microcontroller connected to an 8-channel relay module for controlling various devices, with an emergency stop button integrated for safety.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with Linear voltage conversion module

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 test 1 ih: A project utilizing Linear voltage conversion module in a practical application
Battery-Powered DC-DC Converter System for Multi-Voltage Power Distribution
This circuit converts a 38.5V battery output to multiple lower voltage levels using a series of DC-DC converters and a power module. It includes an emergency stop switch for safety and distributes power to various components such as a relay module, USB ports, and a bus servo adaptor.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of DC variable Power  Supply: A project utilizing Linear voltage conversion module in a practical application
Adjustable DC Power Supply with LM317 and 7-Segment Voltmeter
This circuit converts 220V AC to a regulated DC voltage using a power transformer, bridge rectifier, and LM317 voltage regulator. The output voltage can be adjusted using a potentiometer, and the voltage is displayed on a 7-segment panel voltmeter.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of relay: A project utilizing Linear voltage conversion module in a practical application
DC-DC Converter and Relay Module Power Distribution System
This circuit consists of a DC-DC converter powering a 6-channel power module, which in turn supplies 5V to a 2-relay module. The power module distributes the converted voltage to the relay module, enabling it to control external devices.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Labo power: A project utilizing Linear voltage conversion module in a practical application
Raspberry Pi Pico Controlled Smart Relay System with Emergency Stop
This circuit converts 120V AC power from an outlet to a regulated DC voltage using an AC/DC converter and a DC/DC converter. It includes a Raspberry Pi Pico microcontroller connected to an 8-channel relay module for controlling various devices, with an emergency stop button integrated for safety.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications and Use Cases

  • Powering microcontrollers like Arduino boards
  • Voltage regulation for analog sensors and circuits
  • Noise-sensitive audio and RF applications
  • Battery-powered devices requiring stable voltage output
  • Laboratory and prototyping environments

Technical Specifications

The FSR402 module is designed to deliver reliable performance under a wide range of operating conditions. Below are its key technical details:

Key Technical Details

Parameter Value
Input Voltage Range 6V to 24V
Output Voltage Options 3.3V or 5V (selectable)
Maximum Output Current 1.5A
Output Voltage Accuracy ±1%
Dropout Voltage 1.1V (typical)
Quiescent Current 5mA (typical)
Operating Temperature -40°C to +85°C
Package Type TO-220 or SMD (varies by model)

Pin Configuration and Descriptions

The FSR402 module typically has three pins for easy integration into circuits. Below is the pinout description:

Pin Number Pin Name Description
1 Input (VIN) Connect to the unregulated input voltage source.
2 Ground (GND) Connect to the circuit ground.
3 Output (VOUT) Provides the regulated output voltage.

Usage Instructions

How to Use the Component in a Circuit

  1. Connect the Input Voltage (VIN):
    Attach the unregulated voltage source (6V to 24V) to the VIN pin. Ensure the input voltage is within the specified range to avoid damage to the module.

  2. Connect the Ground (GND):
    Connect the GND pin to the ground of your circuit. This establishes a common reference point for the module and the circuit.

  3. Connect the Output Voltage (VOUT):
    Use the VOUT pin to power your load or circuit. The output voltage will be either 3.3V or 5V, depending on the module's configuration.

  4. Select the Output Voltage (if applicable):
    Some versions of the FSR402 module include a jumper or switch to select between 3.3V and 5V output. Refer to the specific module's datasheet for details.

  5. Add Decoupling Capacitors:
    For optimal performance, place a capacitor (e.g., 10µF electrolytic and 0.1µF ceramic) between VOUT and GND to reduce noise and improve stability.

Important Considerations and Best Practices

  • Heat Dissipation:
    The FSR402 module may generate heat during operation, especially at high input voltages or currents. Use a heatsink or ensure proper ventilation to prevent overheating.

  • Input Voltage Margin:
    Ensure the input voltage is at least 1.1V higher than the desired output voltage to maintain proper regulation (dropout voltage).

  • Load Current:
    Do not exceed the maximum output current of 1.5A to avoid damaging the module.

  • Polarity Protection:
    Double-check the polarity of the input voltage to prevent reverse voltage damage.

Example: Using the FSR402 with an Arduino UNO

Below is an example of how to use the FSR402 module to power an Arduino UNO with a 12V input source:

Circuit Connections

  • Connect the 12V input source to the VIN pin of the FSR402.
  • Connect the GND pin of the FSR402 to the ground of the Arduino UNO.
  • Connect the VOUT pin of the FSR402 to the VIN pin of the Arduino UNO.

Sample Code

// Example code to read an analog sensor powered by the FSR402 module
// Ensure the FSR402 is providing a stable 5V output to the Arduino UNO

const int sensorPin = A0; // Analog pin connected to the sensor
int sensorValue = 0;      // Variable to store the sensor reading

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

void loop() {
  sensorValue = analogRead(sensorPin); // Read the sensor value
  Serial.print("Sensor Value: ");
  Serial.println(sensorValue); // Print the sensor value to the Serial Monitor
  delay(500); // Wait for 500ms before the next reading
}

Troubleshooting and FAQs

Common Issues and Solutions

  1. No Output Voltage:

    • Cause: Input voltage is below the minimum required level.
    • Solution: Ensure the input voltage is within the 6V to 24V range.
  2. Overheating:

    • Cause: Excessive current draw or insufficient heat dissipation.
    • Solution: Reduce the load current or attach a heatsink to the module.
  3. Output Voltage Fluctuations:

    • Cause: Insufficient decoupling capacitors or unstable input voltage.
    • Solution: Add a 10µF electrolytic and 0.1µF ceramic capacitor between VOUT and GND.
  4. Incorrect Output Voltage:

    • Cause: Output voltage selector is set incorrectly (if applicable).
    • Solution: Verify and adjust the jumper or switch to select the desired output voltage.

FAQs

Q: Can I use the FSR402 module to power a 3.3V microcontroller?
A: Yes, the FSR402 can provide a stable 3.3V output. Ensure the module is configured for 3.3V operation.

Q: What happens if I exceed the maximum input voltage?
A: Exceeding 24V may damage the module. Always ensure the input voltage is within the specified range.

Q: Can I use the FSR402 with a battery-powered circuit?
A: Yes, the FSR402 is suitable for battery-powered circuits, provided the battery voltage is within the input range.

Q: Is the FSR402 suitable for high-frequency applications?
A: While the FSR402 provides low noise, it is not optimized for high-frequency switching applications. Consider using a switching regulator for such cases.