1. Introduction
A health-conducive indoor environment largely depends on the
presence of clean air. One frequently overlooked aspect of maintaining indoor
air quality is ensuring that ceiling fans are free from dust and debris. Dust
accumulation on fan blades and motor housings can redistribute particulate
matter, allergens, and other pollutants during operation, thereby reducing fan
efficiency and degrading air quality [1].
To
overcome this issue, the Sweep Clean Bot, an automated ceiling fan cleaning machine, has been proposed to
optimize fan blade maintenance and reduce manual effort. Effective removal of
dust and debris not only improves fan performance but also enhances indoor air
quality and extends the operational life of fans [2], [3]. In both residential
and workplace environments, neglected fan maintenance can significantly
contribute to airborne pollution and reduced ventilation efficiency [1]. The Fan
Cleaning Machine, also referred to as the Sweep Clean Bot, represents
an innovative approach that automates and simplifies the process of cleaning
ceiling fan blades [4]. Unlike conventional hand-operated cleaning methods that
rely on manual brushes or sticks and involve safety risks, the proposed system
minimizes human intervention while ensuring consistent cleaning performance.
Recent advancements in automated domestic cleaning systems and smart
maintenance devices further support the adoption of such technology for safer
and more efficient household applications [5].
2. Literature Review
Automation
in domestic cleaning systems has gained significant attention due to increasing
safety concerns, efficiency requirements, and the need to reduce manual labor.
Several studies have explored robotic and automated cleaning mechanisms
applicable to household environments, providing foundational insights for the
development of automated ceiling fan cleaning systems.
Mhetre
et al. (2022) proposed a low-cost, sensor-based autonomous ground cleaning
robot using Arduino microcontrollers. Their study demonstrated how affordable
automation can effectively handle routine domestic cleaning tasks, emphasizing
the feasibility of using microcontrollers and simple sensors for cleaning
applications [4].
Anderson
and Li (2023) introduced an IoT-enabled smart cleaning machine capable of
remote monitoring and control via mobile applications. Their work highlighted
the importance of connectivity and adaptability in modern cleaning devices,
which enhances user convenience and operational flexibility [6].
Kimyager
and Bıdık (2021) developed a Bluetooth-controlled cleaning robot integrated
with ultrasonic obstacle detection sensors. Their research emphasized safe
navigation and collision avoidance, which is relevant for designing ceiling fan
cleaners that operate near rotating blades and confined spaces [7].
Dusuki
(2023) designed a lightweight and ergonomically optimized ceiling fan cleaning
device using ABS plastic, microfiber, and aluminum materials. The system
enabled safe cleaning from ground level, eliminating ladder-related risks. This
work directly supports the present study’s goal of ensuring user safety and
ergonomic operation [8].
Negemiya
et al. (2020) presented a semi-automatic glass cleaning system incorporating
rotating brushes and suction mechanisms. Their dual-action cleaning methodology
provided valuable insights into combining mechanical brushing with
suction-based dust removal, a principle adopted in the proposed ceiling fan
cleaning system [9].
Fink
et al. (2013) investigated user interaction with domestic vacuum cleaning
robots and emphasized the necessity of intuitive design and ease of use for
non-technical users. Their findings underline the importance of user-friendly
interfaces in household automation devices [10].
Despite
these advancements, existing solutions either lack integrated suction
mechanisms, are cost-intensive, or are not specifically optimized for ceiling
fan applications. The present research addresses these gaps by proposing a
compact, affordable, and automated ceiling fan cleaning system that integrates
rotating brushes, suction-based dust collection, and microcontroller-based
control.
Components and Architecture
The proposed system consists of a
mechanical cleaning unit, electronic control module, and dust collection
subsystem, as illustrated in figure 1 and figure 2.
The Ceiling Fan Cleaning System is a
combination of hardware and control sub system to clean the ceiling fan blade
in an efficient and safe way. The system is a combination of mechanical,
electrical and electronic elements which work together under the control of a
microcontroller. The design of the entire building is such that it facilitates
easy movement, cleaning, and cleanness.

Fig 1: Clean Sweep Bot
Fig 2: Smart ceiling fan cleaning system
A.
Adjustable Rod
One of the materials is adjustable
rod since it is composed of aluminum and has the following characteristics: low
cost, lightweight, and could be adjusted based on the height of the fan in the
house, the paper shown in fig. 3.

Fig 3:
Adjustable Rod
B. L298 Motor Driver:
The L298 is a 2- H -bridge motor driver IC that allows
you to control direction and speed of DC motors, as in fig. 4. Using it two
motors can be driven concurrently by a microcontroller, such as an Aurdino or a
Raspberry open source board, as it provides higher current and voltage than can
be provided by the controller itself. It in addition enables forwards,
backward, and speed management with PWM signals.

Fig 4: L298 Motor Driver:
C. Tilt
Switch:
A fundamental sensor that records the
change in the angle or the orientation is called a tilt switch depicts in fig.
5. Beyond a certain angle of tilt, the internal conductive part will go, and
this will either complete or interrupt an electrical circuit. It is generally
applied in project work to detect motion, position or orientation, in safety
gadgets, alarms, and even robotics.

Fig 5: Tilt Switch
D. Dust collector
Suction Pipe Vacuum Pierced:
In essence, the primary air-intake pipe in a vacuum or
dust-collector system is the suction pipe as in fig. 6. It sucks air and dust
particles into the collector with the help of suction engineered by using a
motor or fan. The pipe ensures that the process of dust removal is efficient by
ensuring that a waste product in the working area flows directly to the dust-collection
chamber.

Fig 6: Dust collector Suction Pipe
3.
Methodology
The fan
cleaning machine is systematically designed to be as efficient and flexible as
possible. The machine has a rotating brush system, which cleanses the dust and
dirt on the blades of the wall and ceiling-mounted fans in a soft yet efficient
manner. This mechanism has flexible arm, which enables the brushes to fit
various shapes and sizes of fans, and ensures complete coverage by cleaning.
This is an automated method that makes cleaning more efficient, it also reduces
the amount of manual work as well as the exposure of the air to dust, thus it
is a good choice when it comes to keeping fans clean in both home and business
premises.
System
Overview:
The project
fundamentally involves an automated or semi-automated cleaning machine that a
person holds and is attached by a telescopic pole which has all the
adjustments. This allows one to access ceiling fan blades without climbing them
or touching them with hands. It was a rotating or linear sweeping brush on a DC
motor that is controlled through an electronic circuit based on the Arduino
platform.
Assembly
Procedure:
1. The first
thing is to mount the motor brush assembly on the rod head, and it is the
principle.
2. Next you
put on the motor driver and connect it to the motor and make sure all the
things are wired up.
3. You would
then lay all the wires inside the telescopic rod and maintain orderliness.
4. Then, all
you have to do is to insert the power supply and attach handle switch to enjoy
complete control.
5. Lastly,
you check the movement of the brush and fine-tune positions to enable the
movement to be smooth and efficient.
Control
Algorithm:
All this is
operated in the Arduino IDE; the state of the art currently is as follows:
a)
Initialization: The first one is that when the system
is booted it initializes the motor driver and assigns the I/O pins, and
calibrates the speed controls.
b)
Activation: All you have to do is to turn the
handle on to begin cleaning.
c)
Brush
Operation: In the case of rotating brush, the motor will turn at a fixed speed of
RPM. With a linear brush, the rail is moving is driven by the motor on which
the slider is riding.
d)
Cleaning
Cycle: The brush eliminates the dust as you cross the rod on the blade of the
fan.
e)
Cycle
Completion: When the switch goes back to the off position or the device has attained
the preset cleaning time it will shut down in five seconds.
f)
Safety
Handling: Everything is fine with inbuilt over current and overheating protection.
Figure 7 is the complete control
block diagram of the proposed model.

Fig 7: block diagram
4.
Result and Discussion
This way another roof
cleaning framework is generated. The complete mechanization of the framework is
achieved and the framework also becomes practical.
A prototype
of the Ceiling Fan Cleaning System was effective and successful in planning,
assembling, and testing the system in different operating conditions to
determine its performance, efficiency, stability, and safety. The findings show
that the system can clean the fan blades (ceiling fans) adequately without
manual contact and other use of devices like ladders.
Prototype
Implementation:
A fully
functional prototype of the adjustable telescopic rod, motor housing,
rotating/linear brush assembly, and electronic control unit was made. The
system was experimented on ceiling fans of:
900 mm
(36-inch) sweep
1200 mm
(48-inch) sweep
The
telescopic system increased its height up to 2.8 meters and made it possible to
clean regular ceiling fan units in the rooms.
Cleaning
Performance:
The system
was tested on ceiling fans which had varying degree of dust loading. Table 1 is
a summary of the cleaning efficiency.
Table 1: Cleaning Efficiency Results.
|
Dust Condition
|
Efficiency (%)
|
|
Slightly
dusty
|
93%
|
|
Moderately
dusty
|
89%
|
|
Heavily
dusty
|
82%
|
|
Average
Efficiency
|
88%
|
The findings
show that the cleaning process, be it rotating or linear sweeping, is effective
when it comes to the removal of loose and moderately deposited dust. The
marginally poorer results with heavily soiled blades can be explained by the
presence of sticky layers of dust, which are usually wiped by hand or washed
with water. Nevertheless, the system was able to remove satisfactorily even
after a series of passes.
This affirms
the possibility of the use of dry automated cleaning of routine maintenance.
5. Future Scope
The idea that is currently
being implemented is the use of microcontroller to control and automate the
system. The application of fuzzy logic system to control can be adopted in future
that is more advantageous. The system can encourage the use of vacuum cleaner
setup in such a way that the dust would not be accumulated in the environment.
The application of scissor lift mechanism may be abolished through the use of telescopic. The
automation industry's dominant technology, however, has certain drawbacks.
Additionally, the current system uses a brush system that is pneumatically
operated. Electrical actuation can take the place of this system, negating the
need for a compressor. A solenoid actuator system that holds and cleans the
blades could be used in place of the brush system to clean the blades more efficiently.
The addition of Wi-Fi or Bluetooth
modules may allow working remotely with the help of mobile apps and allow a
user to plan cleaning or control the device using smartphones or voice
assistants.
An addition of image sensors and AI
algorithms can be useful in measuring the degree of dust-forming on a blade,
thus the system will automatically know when it should be cleaned.
6.
Conclusion
The Ceiling Fan Cleaning System is a
safe and innovative system which allows the cleaning of ceiling fans automatically.
It is designed in such a way that it eliminates the use of ladders and manual
labor, hence makes sure that dust is removed efficiently and that air quality
is better. Arduino-based automation is economical and allows the system to be
adjusted to a lot of different designs of fans.
Additional features that can be added
in the future are IoT integration to allow remote control, self-mounting
options, and the implementation of AI to detect dirt that can be used to apply
in a smart home.