

The Blower Fan (AC220V 370W), manufactured by Shopee, is an electric fan designed to move air at high volumes. Operating at 220 volts AC and consuming 370 watts of power, this blower fan is ideal for applications requiring efficient cooling or ventilation. Its robust design makes it suitable for industrial, commercial, and residential use.








| Parameter | Specification |
|---|---|
| Manufacturer | Shopee |
| Part ID | Blower Fan (AC220V 370W) |
| Operating Voltage | 220V AC |
| Power Consumption | 370W |
| Airflow Capacity | High volume (varies by model) |
| Frequency | 50/60 Hz |
| Motor Type | Single-phase AC motor |
| Dimensions | Varies by model (refer to datasheet) |
| Weight | Approx. 3-5 kg (varies by model) |
| Operating Temperature | -10°C to 50°C |
| Noise Level | Typically <70 dB |
The blower fan does not have a pin configuration like electronic ICs. Instead, it typically includes the following connections:
| Connection Type | Description |
|---|---|
| Live (L) | Connects to the live wire of the AC mains. |
| Neutral (N) | Connects to the neutral wire of the AC mains. |
| Ground (G) | Connects to the ground for safety. |
Power Connection:
Mounting:
Wiring:
Testing:
The Blower Fan (AC220V 370W) operates on AC power and cannot be directly controlled by an Arduino. However, you can use a relay module to control the fan via an Arduino. Below is an example code snippet for controlling the fan using a relay:
// Arduino code to control an AC blower fan using a relay module
const int relayPin = 7; // Pin connected to the relay module
void setup() {
pinMode(relayPin, OUTPUT); // Set relay pin as output
digitalWrite(relayPin, LOW); // Ensure relay is off at startup
}
void loop() {
digitalWrite(relayPin, HIGH); // Turn on the blower fan
delay(5000); // Keep the fan on for 5 seconds
digitalWrite(relayPin, LOW); // Turn off the blower fan
delay(5000); // Keep the fan off for 5 seconds
}
Note: Use a relay module rated for 220V AC and ensure proper isolation between the Arduino and the AC circuit.
| Issue | Possible Cause | Solution |
|---|---|---|
| Fan does not start | No power supply or loose connections | Check power supply and wiring connections. |
| Unusual noise or vibration | Improper mounting or debris inside fan | Secure the fan and clean any obstructions. |
| Overheating of the fan | Blocked airflow or prolonged operation | Ensure proper ventilation and reduce runtime. |
| Relay not controlling the fan | Incorrect wiring or faulty relay module | Verify relay connections and functionality. |
Can this fan be used with a variable speed controller?
What is the expected lifespan of the fan?
Is the fan waterproof?
Can I use this fan in a 110V AC system?
How do I clean the fan?
This documentation provides all the necessary details to understand, use, and troubleshoot the Blower Fan (AC220V 370W) effectively. For further assistance, refer to the manufacturer's datasheet or contact Shopee support.