Time Fan
A Python and hardware development

Introduction
The Time Fan is an innovative cooling solution equipped with an IR sensor, lights, relay module, motor, and Arduino board to provide a seamless user experience. Simply activate it with a hand gesture, and the fan will light up and emit a sound to indicate it is on, then start a countdown timer to keep you cool. For further customization, connect to the Time Fan menu on a computer to adjust the timer settings. This advanced device ensures optimal cooling with minimal effort.
Video
A visual cue
The aim of the video is to explain in depth the circuit functions and also showcase the functionality of the circuit featuring an IR sensor, motor, Arduino board, lights, and sound. This demonstration will highlight how the IR sensor detects objects, triggering the Arduino to activate the motor while simultaneously illuminating lights and emitting a sound.



Python codes
Backend development
Here is a snippet of the python code to give you a rough idea on how the code works
Project Development & Design
A clear idea on how it functions
The flowchart and design provides a clear overview of the circuit operation, while the design implementation offers a visual reference for what to expect on the circuit's output

