The Домовент 100 ВКО is a domestic ventilation fan designed for efficient air circulation in residential spaces. It is typically used in bathrooms, kitchens, and other areas requiring ventilation. This fan ensures a continuous supply of fresh air, helping to maintain a healthy indoor environment by removing excess moisture, odors, and pollutants.
Parameter | Value |
---|---|
Voltage | 220-240V AC |
Frequency | 50/60 Hz |
Power Consumption | 14W |
Airflow | 98 m³/h |
Noise Level | 35 dB(A) |
IP Rating | IP34 |
Weight | 0.5 kg |
Dimensions | 150mm x 150mm x 100mm |
The Домовент 100 ВКО is a simple device with a straightforward wiring configuration. It typically has three main connections:
Pin Number | Description | Color Code |
---|---|---|
1 | Live (L) | Brown |
2 | Neutral (N) | Blue |
3 | Earth (E) | Green/Yellow |
Fan Does Not Turn On:
Excessive Noise:
Reduced Airflow:
Q1: Can the Домовент 100 ВКО be used in a humid environment?
Q2: How often should I clean the fan?
Q3: Can I connect the Домовент 100 ВКО to an Arduino UNO?
// Arduino code to control Домовент 100 ВКО 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() {
digitalWrite(relayPin, HIGH); // Turn on the relay (and the fan)
delay(10000); // Keep the fan on for 10 seconds
digitalWrite(relayPin, LOW); // Turn off the relay (and the fan)
delay(10000); // Keep the fan off for 10 seconds
}
Q4: What should I do if the fan stops working suddenly?
By following this documentation, users can effectively install, use, and troubleshoot the Домовент 100 ВКО ventilation fan, ensuring a well-ventilated and healthy indoor environment.