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

How to Use DC Fan 5V: Examples, Pinouts, and Specs

Image of DC Fan 5V
Cirkit Designer LogoDesign with DC Fan 5V in Cirkit Designer

Introduction

The DC Fan 5V (Manufacturer Part ID: FAN-DC-5V-2PIN) is a compact and efficient direct current fan designed to operate at a nominal voltage of 5 volts. It is commonly used for cooling electronic components, such as microcontrollers, power supplies, and other heat-sensitive devices, or for providing airflow in small enclosures. Manufactured by Generic, SUNON, or Nidec, this fan is a reliable solution for thermal management in a variety of applications.

Explore Projects Built with DC Fan 5V

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Raspberry Pi Pico-Based Smart Fan Controller with Touchscreen Interface
Image of Lueftersteuerung V1: A project utilizing DC Fan 5V in a practical application
This circuit is an automated fan control system using a Raspberry Pi Pico, which reads temperature and humidity data from an AHT20 sensor and displays information on a Nextion Touch LCD. The system uses a Seeed Mosfet to control a fan based on the sensor data, with a logic level converter to interface between the 3.3V and 5V components, and a DCDC converter to step down voltage from 12V to 5V.
Cirkit Designer LogoOpen Project in Cirkit Designer
Battery-Powered Fan Circuit
Image of lesson 1: A project utilizing DC Fan 5V in a practical application
This circuit consists of a 9V battery connected to a fan. The positive terminal of the battery is connected to the 5V pin of the fan, and the negative terminal of the battery is connected to the GND pin of the fan, providing the necessary power for the fan to operate.
Cirkit Designer LogoOpen Project in Cirkit Designer
Battery-Powered IR Sensor Controlled Fan with LED Indicator
Image of pollution control on roads: A project utilizing DC Fan 5V in a practical application
This circuit is a fan control system that uses an IR sensor to detect motion and activate a relay, which in turn powers a fan. The circuit includes a voltage regulator to step down the voltage from a 9V battery to 5V, and an NPN transistor to control the relay coil, with an LED indicator to show the status of the fan.
Cirkit Designer LogoOpen Project in Cirkit Designer
12V Battery-Powered Fan System
Image of sdfsdfdfSDf: A project utilizing DC Fan 5V in a practical application
This circuit connects a 120mm 12V DC fan to a 12V 7Ah battery. The fan's positive and negative terminals are directly connected to the corresponding positive and negative terminals of the battery, allowing the fan to operate at its rated voltage.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with DC Fan 5V

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 Lueftersteuerung V1: A project utilizing DC Fan 5V in a practical application
Raspberry Pi Pico-Based Smart Fan Controller with Touchscreen Interface
This circuit is an automated fan control system using a Raspberry Pi Pico, which reads temperature and humidity data from an AHT20 sensor and displays information on a Nextion Touch LCD. The system uses a Seeed Mosfet to control a fan based on the sensor data, with a logic level converter to interface between the 3.3V and 5V components, and a DCDC converter to step down voltage from 12V to 5V.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of lesson 1: A project utilizing DC Fan 5V in a practical application
Battery-Powered Fan Circuit
This circuit consists of a 9V battery connected to a fan. The positive terminal of the battery is connected to the 5V pin of the fan, and the negative terminal of the battery is connected to the GND pin of the fan, providing the necessary power for the fan to operate.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of pollution control on roads: A project utilizing DC Fan 5V in a practical application
Battery-Powered IR Sensor Controlled Fan with LED Indicator
This circuit is a fan control system that uses an IR sensor to detect motion and activate a relay, which in turn powers a fan. The circuit includes a voltage regulator to step down the voltage from a 9V battery to 5V, and an NPN transistor to control the relay coil, with an LED indicator to show the status of the fan.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of sdfsdfdfSDf: A project utilizing DC Fan 5V in a practical application
12V Battery-Powered Fan System
This circuit connects a 120mm 12V DC fan to a 12V 7Ah battery. The fan's positive and negative terminals are directly connected to the corresponding positive and negative terminals of the battery, allowing the fan to operate at its rated voltage.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications

  • Cooling microcontrollers, CPUs, or GPUs in embedded systems
  • Ventilation in small enclosures or cases
  • Heat dissipation in power supplies or battery packs
  • Airflow management in IoT devices or robotics

Technical Specifications

Key Technical Details

Parameter Specification
Operating Voltage 5V DC
Operating Current 80mA to 200mA (varies by model)
Power Consumption 0.4W to 1W
Airflow 5 to 15 CFM (Cubic Feet per Minute)
Noise Level 20 to 30 dBA
Dimensions 30x30x10 mm, 40x40x10 mm, or similar
Bearing Type Sleeve or Ball Bearing
Connector Type 2-pin JST or bare wire
Lifespan 30,000 to 50,000 hours

Pin Configuration and Descriptions

The DC Fan 5V typically comes with a 2-pin connector or bare wires for easy integration into circuits. Below is the pin configuration:

Pin/Wire Color Function Description
Red VCC (+5V) Connect to the 5V power supply
Black GND (Ground) Connect to the ground of the circuit

Usage Instructions

How to Use the DC Fan 5V in a Circuit

  1. Power Supply: Ensure that the power supply provides a stable 5V DC output. The fan should not be connected to a voltage higher than 5V, as this may damage the motor.
  2. Wiring:
    • Connect the red wire to the 5V power source.
    • Connect the black wire to the ground (GND) of the circuit.
  3. Mounting: Secure the fan in place using screws or adhesive mounts. Ensure that the airflow direction aligns with your cooling requirements (airflow direction is typically indicated by an arrow on the fan housing).
  4. Optional Speed Control: If speed control is required, you can use a PWM (Pulse Width Modulation) signal from a microcontroller like an Arduino to regulate the fan speed. This requires additional circuitry, such as a transistor or MOSFET, to handle the fan's current.

Important Considerations and Best Practices

  • Voltage Tolerance: Do not exceed the rated 5V input to avoid damaging the fan.
  • Current Rating: Ensure that your power supply can provide sufficient current for the fan's operation.
  • Airflow Direction: Check the airflow direction before installation to ensure proper cooling.
  • Noise Reduction: Use rubber mounts or grommets to minimize vibration and noise.
  • Maintenance: Periodically clean the fan blades to prevent dust buildup, which can reduce efficiency and lifespan.

Example: Connecting the DC Fan 5V to an Arduino UNO

Below is an example of how to control the DC Fan 5V using an Arduino UNO and a transistor for PWM speed control.

Circuit Diagram

  • Components Required:
    • DC Fan 5V
    • NPN Transistor (e.g., 2N2222)
    • 1kΩ Resistor
    • Arduino UNO
    • External 5V Power Supply (if needed)

Arduino Code

// Arduino code to control a 5V DC fan using PWM
// Connect the fan's red wire to the collector of the transistor
// Connect the fan's black wire to GND
// Connect the transistor's emitter to GND
// Connect a 1kΩ resistor between the Arduino PWM pin and the transistor base

const int fanPin = 9; // PWM pin connected to the transistor base

void setup() {
  pinMode(fanPin, OUTPUT); // Set the fan pin as an output
}

void loop() {
  analogWrite(fanPin, 128); // Set fan speed to 50% (128 out of 255)
  delay(5000); // Run at 50% speed for 5 seconds

  analogWrite(fanPin, 255); // Set fan speed to 100% (255 out of 255)
  delay(5000); // Run at full speed for 5 seconds

  analogWrite(fanPin, 0); // Turn off the fan
  delay(5000); // Fan off for 5 seconds
}

Troubleshooting and FAQs

Common Issues and Solutions

Issue Possible Cause Solution
Fan does not spin No power or incorrect wiring Check the power supply and wiring connections.
Fan spins slowly or erratically Insufficient voltage or current Ensure the power supply provides 5V and sufficient current.
Excessive noise or vibration Loose mounting or dust buildup Secure the fan properly and clean the blades.
Fan overheats or stops working Overvoltage or prolonged use at high load Ensure the input voltage is 5V and allow cooling periods.

FAQs

  1. Can I use the DC Fan 5V with a 3.3V power supply?

    • No, the fan is designed to operate at 5V. Using a lower voltage may result in insufficient airflow or failure to start.
  2. Can I reverse the polarity of the wires?

    • No, reversing the polarity can damage the fan's motor. Always connect the red wire to VCC and the black wire to GND.
  3. How can I reduce the noise of the fan?

    • Use rubber mounts to minimize vibration and ensure the fan is clean and free of dust.
  4. Can I control the fan speed without a microcontroller?

    • Yes, you can use a variable resistor or a dedicated fan speed controller circuit to adjust the voltage or PWM signal.

By following this documentation, you can effectively integrate and maintain the DC Fan 5V in your projects for optimal cooling and performance.