Our project, Oasis Smart Window, went through several key stages during development. We started by researching the need for automated window systems and how they can help save energy and improve comfort in homes. After finalizing our idea, we listed the components we needed and planned the basic structure of our prototype.
We used an Arduino with built-in Wi-Fi as the main controller. This allowed us to read data from temperature sensors and control a servo motor. The motor acts as the window opener, which moves based on the temperature readings. We also added manual push buttons so the user could open or close the window directly. An ultrasonic sensor was included to help detect the window position and add a layer of safety.
We powered the system using 9V batteries and built the circuits on a breadboard. Jumper wires and resistors helped us connect all the components properly. The coding was done using the Arduino IDE with basic C/C++ logic for sensor data handling and motor control.
We faced some challenges with sensor calibration and making sure the motor had enough strength, but we managed to adjust our design to work around those issues. The final result is a working prototype that responds to temperature changes and gives users both automated and manual control.
Once the prototype is fully built and tested, we will include real images to show the final setup. This project has helped us understand both hardware and software integration, and we see great potential for this idea in smart homes.