The Cooling Fan 5Vdc, Size 50x50x10mm is a small, low-voltage fan designed to efficiently cool electronic components and devices that require minimal power consumption. With its compact size of 50mm x 50mm x 10mm, this fan is ideal for cooling applications where space is limited, such as in Raspberry Pi projects, small computer systems, and embedded electronics.
Key Features:
Voltage: 5V DC, perfect for use with 5V-powered devices or low-power electronics.
Size: 50x50x10mm, a compact form factor that fits into tight spaces without compromising airflow.
Low Power Consumption: Operates efficiently with minimal energy usage, making it ideal for battery-operated systems.
Airflow: Provides effective cooling to prevent overheating in small-scale electronic components.
Quiet Operation: Designed to operate with low noise levels, making it suitable for quiet environments or where noise reduction is important.
Durability: Built with quality materials to ensure long-lasting performance and reliability.
This 5V cooling fan is perfect for cooling small circuit boards, microcontrollers, or any device where keeping temperatures low is critical for performance and longevity. Its quiet operation and low energy consumption make it a great choice for portable or battery-powered applications.
🔌
Pin Connections
1 Table
Pin Connections Table 1
Board
Sensor Pin
Connection
Fan
to switching transistor
fan lead into a transistor/MOSFET switch gated by a board pin
Cooling Fan 5Vdc Size 50x50x10mm - Raspberry Pi Pico
📄 File: cooling_fan_5vdc_size_50x50x10mm_-_arduino_uno.inoArduino Uno
460 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// Switch through an NPN transistor/MOSFET (never drive a fan straight from a GPIO pin) - PWM pin 9 on Arduino Uno for speed control, or just digitalWriteHIGH/LOWfor simple on/off.
5// Switch through an NPN transistor/MOSFET (never drive a fan straight from a GPIO pin) - PWM pin 9 on Arduino Nano for speed control, or just digitalWriteHIGH/LOWfor simple on/off.
6#define FAN_PIN 9
7
8voidsetup() {
9Serial.begin(115200);
10pinMode(FAN_PIN, OUTPUT);
11}
12
13voidloop() {
14 analogWrite(FAN_PIN, 180); // ~70% speed
15delay(5000);
16 analogWrite(FAN_PIN, 0); // off
17delay(5000);
18}
📄 File: cooling_fan_5vdc_size_50x50x10mm_-_arduino_mega.inoArduino Mega
461 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// Switch through an NPN transistor/MOSFET (never drive a fan straight from a GPIO pin) - PWM pin 9 on Arduino Mega for speed control, or just digitalWriteHIGH/LOWfor simple on/off.
5// Switch through an NPN transistor/MOSFET (never drive a fan straight from a GPIO pin) - PWM pin 25 on ESP32 for speed control, or just digitalWriteHIGH/LOWfor simple on/off.
5// Switch through an NPN transistor/MOSFET (never drive a fan straight from a GPIO pin) - PWM pin D1 on ESP8266 for speed control, or just digitalWriteHIGH/LOWfor simple on/off.
5// Switch through an NPN transistor/MOSFET (never drive a fan straight from a GPIO pin) - PWM pin PA8 on STM32 for speed control, or just digitalWriteHIGH/LOWfor simple on/off.
6#define FAN_PIN PA8
7
8voidsetup() {
9Serial.begin(115200);
10pinMode(FAN_PIN, OUTPUT);
11}
12
13voidloop() {
14 analogWrite(FAN_PIN, 180); // ~70% speed
15delay(5000);
16 analogWrite(FAN_PIN, 0); // off
17delay(5000);
18}
📄 File: cooling_fan_5vdc_size_50x50x10mm_-_raspberry_pi_pico.inoRaspberry Pi Pico
468 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// Switch through an NPN transistor/MOSFET (never drive a fan straight from a GPIO pin) - PWM pin 15 on Raspberry Pi Pico for speed control, or just digitalWriteHIGH/LOWfor simple on/off.
6#define FAN_PIN 15
7
8voidsetup() {
9Serial.begin(115200);
10pinMode(FAN_PIN, OUTPUT);
11}
12
13voidloop() {
14 analogWrite(FAN_PIN, 180); // ~70% speed
15delay(5000);
16 analogWrite(FAN_PIN, 0); // off
17delay(5000);
18}
Small 5V brushed fan.
نظرة عامة ومواصفات المنتج — بالعربية
Cooling Fan 5Vdc Size 50x50x10mm متوفر الآن في متجر إكوسترا للإلكترونيات، ضمن قسم Cooling Fans وMotors | Drivers | Pumps | Actuators، بسعر 50,00 EGP. كود المنتج لدينا: EK1469. المنتج متوفر في المخزون وجاهز للشحن الفوري لكل محافظات مصر مع إمكانية الدفع عند الاستلام.
أهم المواصفات الفنية:
Product Name: Cooling Fan 5VDC 50x50x10 mm
Fan Type: DC Cooling Fan
Rated Voltage: 5V DC
المقاس: 50x50x10 mm
Bearing Type: Sleeve Bearing
Connector Type: 2-Wire
Airflow: High Airflow
Noise Level: Low Noise
منتج أصلي بجودة مضمونة من إكوسترا، مع دعم فني ومتابعة بعد البيع لكل عملائنا في مصر.