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

How to Use 60x60x20 Fan 24V: Examples, Pinouts, and Specs

Image of 60x60x20 Fan 24V
Cirkit Designer LogoDesign with 60x60x20 Fan 24V in Cirkit Designer

Introduction

The 60x60x20 Fan 24V is a compact axial fan designed for efficient cooling in electronic and industrial applications. With its 60mm x 60mm x 20mm dimensions and 24V operating voltage, this fan is ideal for dissipating heat in confined spaces, ensuring optimal performance and longevity of electronic components. Its lightweight and durable design make it a popular choice for use in power supplies, 3D printers, computer systems, and other heat-sensitive devices.

Explore Projects Built with 60x60x20 Fan 24V

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Dual 12V Cooling Fan Setup
Image of Fans Schematic: A project utilizing 60x60x20 Fan 24V in a practical application
This circuit consists of two 12V fans wired in parallel. Both fans share a common power supply connection, with their +12V pins connected together and their -12V pins also connected together. There is no microcontroller or additional control circuitry involved, indicating that the fans are intended to run continuously when power is applied.
Cirkit Designer LogoOpen Project in Cirkit Designer
12V Battery-Powered Fan System
Image of sdfsdfdfSDf: A project utilizing 60x60x20 Fan 24V 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
IR Sensor-Activated Dual 12V Fans with Relay Control
Image of ajay: A project utilizing 60x60x20 Fan 24V in a practical application
This circuit is a motion-activated fan control system. An IR sensor detects motion and activates a 12V relay, which then powers on 12V fans. The system uses a 9V battery for the sensor and relay, and a separate 12V battery for the fans.
Cirkit Designer LogoOpen Project in Cirkit Designer
Battery-Powered Exhaust Fan with Rocker Switch Control
Image of 1 : A project utilizing 60x60x20 Fan 24V in a practical application
This circuit consists of a 9V battery powering a 12" exhaust fan through a rocker switch. The switch controls the connection between the battery and the fan, allowing the user to turn the fan on and off.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with 60x60x20 Fan 24V

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 Fans Schematic: A project utilizing 60x60x20 Fan 24V in a practical application
Dual 12V Cooling Fan Setup
This circuit consists of two 12V fans wired in parallel. Both fans share a common power supply connection, with their +12V pins connected together and their -12V pins also connected together. There is no microcontroller or additional control circuitry involved, indicating that the fans are intended to run continuously when power is applied.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of sdfsdfdfSDf: A project utilizing 60x60x20 Fan 24V 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
Image of ajay: A project utilizing 60x60x20 Fan 24V in a practical application
IR Sensor-Activated Dual 12V Fans with Relay Control
This circuit is a motion-activated fan control system. An IR sensor detects motion and activates a 12V relay, which then powers on 12V fans. The system uses a 9V battery for the sensor and relay, and a separate 12V battery for the fans.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of 1 : A project utilizing 60x60x20 Fan 24V in a practical application
Battery-Powered Exhaust Fan with Rocker Switch Control
This circuit consists of a 9V battery powering a 12" exhaust fan through a rocker switch. The switch controls the connection between the battery and the fan, allowing the user to turn the fan on and off.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications:

  • Cooling for power supplies and electronic enclosures
  • Heat dissipation in 3D printers and CNC machines
  • Ventilation in small appliances and industrial equipment
  • Temperature regulation in computer systems and servers

Technical Specifications

Below are the key technical details and pin configuration for the 60x60x20 Fan 24V:

Key Technical Details:

Parameter Value
Dimensions 60mm x 60mm x 20mm
Operating Voltage 24V DC
Current Consumption ~0.1A to 0.2A (typical)
Power Consumption ~2.4W to 4.8W
Airflow ~20-30 CFM (varies by model)
Noise Level ~25-35 dBA
Bearing Type Sleeve or Ball Bearing
Connector Type 2-pin or 3-pin JST
Operating Temperature -10°C to 70°C
Lifespan ~30,000 to 50,000 hours

Pin Configuration:

The fan typically comes with a 2-pin or 3-pin connector. Below is the pin description:

2-Pin Connector:

Pin Number Wire Color Description
1 Red Positive (+24V)
2 Black Ground (GND)

3-Pin Connector:

Pin Number Wire Color Description
1 Red Positive (+24V)
2 Black Ground (GND)
3 Yellow Tachometer (RPM Signal)

Usage Instructions

How to Use the Fan in a Circuit:

  1. Power Supply: Ensure the fan is connected to a 24V DC power source. Verify that the power supply can provide sufficient current (at least 0.2A) to avoid underpowering the fan.
  2. Wiring:
    • For a 2-pin fan, connect the red wire to the positive terminal of the power supply and the black wire to the ground.
    • For a 3-pin fan, connect the red and black wires as above. The yellow wire can be connected to a microcontroller or monitoring circuit to read the fan's RPM.
  3. Mounting: Secure the fan using screws or adhesive mounts. Ensure proper airflow by avoiding obstructions near the fan's intake and exhaust.
  4. Testing: Power on the circuit and verify that the fan spins smoothly. Check for airflow and ensure there are no unusual noises or vibrations.

Important Considerations:

  • Polarity: Always double-check the polarity of the connections. Reversing the polarity may damage the fan.
  • Voltage: Do not exceed the rated 24V operating voltage, as this can lead to overheating or permanent damage.
  • Airflow Direction: The fan typically has an arrow on its housing indicating the direction of airflow. Install the fan accordingly to ensure proper cooling.
  • Noise: If noise levels are critical, consider using a fan with a ball bearing for quieter operation.

Example: Controlling the Fan with an Arduino UNO

The 60x60x20 Fan 24V can be controlled using an Arduino UNO and a transistor for switching. Below is an example circuit and code to control the fan's speed using PWM (Pulse Width Modulation):

Circuit:

  • Connect the fan's red wire to the collector of an NPN transistor (e.g., 2N2222).
  • Connect the fan's black wire to the ground.
  • Connect the emitter of the transistor to the ground.
  • Connect a 10kΩ resistor between the Arduino's PWM pin (e.g., pin 9) and the base of the transistor.
  • Connect the 24V power supply's positive terminal to the fan's red wire and its ground to the Arduino's ground.

Code:

// Arduino code to control the speed of a 24V fan using PWM
// Ensure the fan is connected via a transistor for proper switching

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

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

void loop() {
  // Example: Gradually increase and decrease fan speed
  for (int speed = 0; speed <= 255; speed++) {
    analogWrite(fanPin, speed); // Set fan speed (0-255)
    delay(10); // Small delay for smooth ramp-up
  }
  for (int speed = 255; speed >= 0; speed--) {
    analogWrite(fanPin, speed); // Decrease fan speed
    delay(10); // Small delay for smooth ramp-down
  }
}

Troubleshooting and FAQs

Common Issues and Solutions:

  1. Fan Not Spinning:

    • Cause: Incorrect wiring or insufficient power supply.
    • Solution: Verify the wiring and ensure the power supply provides 24V and sufficient current.
  2. Excessive Noise:

    • Cause: Dust accumulation, misalignment, or worn bearings.
    • Solution: Clean the fan blades and housing. If the noise persists, consider replacing the fan.
  3. Overheating Components:

    • Cause: Insufficient airflow or incorrect fan placement.
    • Solution: Check for obstructions and ensure the fan is installed in the correct orientation.
  4. Fan Spins Intermittently:

    • Cause: Loose connections or unstable power supply.
    • Solution: Secure all connections and test the power supply for stability.

FAQs:

  • Can I use this fan with a 12V power supply? No, the fan is designed for 24V operation. Using a lower voltage will result in reduced performance or failure to spin.

  • How do I monitor the fan's RPM? If using a 3-pin fan, connect the yellow wire to a microcontroller's input pin and use a tachometer library or code to read the RPM signal.

  • What is the difference between sleeve and ball bearings? Sleeve bearings are quieter but have a shorter lifespan, while ball bearings are more durable and suitable for high-temperature environments.

  • Can I control the fan speed without an Arduino? Yes, you can use a PWM controller or a variable resistor to adjust the fan speed manually.