

The 10' Firefly Exhaust Fan (Part ID: EXFAN1) is a high-performance ventilation solution designed for efficient air circulation in residential, commercial, and industrial settings. With a 10-foot diameter, this exhaust fan ensures optimal air movement, making it ideal for cooling large spaces, removing stale air, and maintaining a comfortable environment. Manufactured by Firefly, this fan combines durability, energy efficiency, and ease of installation.








| Parameter | Specification |
|---|---|
| Manufacturer | Firefly |
| Part ID | EXFAN1 |
| Fan Diameter | 10 feet (120 inches) |
| Voltage Rating | 220-240V AC |
| Power Consumption | 150W |
| Airflow Capacity | 12,000 CFM (Cubic Feet per Minute) |
| Speed Settings | 3-speed control (Low, Medium, High) |
| Noise Level | ≤ 60 dB |
| Material | Aluminum blades, steel frame |
| Weight | 25 kg |
| Mounting Type | Wall-mounted or ceiling-mounted |
The 10' Firefly Exhaust Fan is typically connected to a power supply and a speed controller. Below is the wiring configuration:
| Pin/Connection | Description |
|---|---|
| L (Live) | Connects to the live wire of the AC mains. |
| N (Neutral) | Connects to the neutral wire of the AC mains. |
| G (Ground) | Connects to the ground for safety. |
| Speed Control Input | Optional input for external speed control. |
Mounting the Fan:
Electrical Connections:
Testing the Fan:
While the 10' Firefly Exhaust Fan is primarily designed for direct AC operation, it can be controlled via an Arduino UNO using a relay module for on/off control. Below is an example code snippet:
// Arduino code to control the Firefly Exhaust 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 the relay is off initially
}
void loop() {
// Turn the fan ON
digitalWrite(relayPin, HIGH); // Activate the relay
delay(10000); // Keep the fan on for 10 seconds
// Turn the fan OFF
digitalWrite(relayPin, LOW); // Deactivate the relay
delay(10000); // Keep the fan off for 10 seconds
}
Note: Use a relay module rated for 220-240V AC and ensure proper isolation between the Arduino and the fan's power supply.
| Issue | Possible Cause | Solution |
|---|---|---|
| Fan does not turn on | Loose or incorrect wiring | Check and secure all connections. |
| Fan makes unusual noise | Dust accumulation or loose components | Clean the fan and tighten screws. |
| Fan speed cannot be adjusted | Faulty speed controller | Replace or repair the speed controller. |
| Overheating of the motor | Prolonged use or blocked airflow | Ensure proper ventilation and rest periods. |
| Excessive vibration during operation | Improper mounting or unbalanced blades | Re-mount the fan or balance the blades. |
Can the fan be used outdoors?
What is the warranty period for the fan?
Can I control the fan speed using a smart home system?
What is the maximum operating temperature for the fan?
Is professional installation required?
This concludes the documentation for the 10' Firefly Exhaust Fan (EXFAN1). For further assistance, please contact Firefly customer support.