My Projects
🌧️ Automatic Rain Protection System
This project tackles the everyday challenge of drying clothes outdoors in unpredictable weather. The system uses a rain sensor and Arduino Nano to detect rainfall and automatically deploy a motorized canopy. Solar panels ensure energy efficiency.
Impact: Prevents laundry damage, saves time, and demonstrates practical IoT automation.
Future Scope: IoT integration, AI-based rain prediction, and commercial scalability.
🍅 Ultrasonic Cleaning & Sorting of Tomatoes using Computer Vision
This system combines ultrasonic cleaning with computer vision sorting. Tomatoes are cleaned gently without chemicals, then classified using an ESP32-CAM and RGB-based algorithms. A servo mechanism sorts them into bins based on ripeness and quality.
Impact: Reduces manual labor, conserves water, and ensures consistent agricultural quality.
Future Scope: Enhanced image preprocessing, scalability to other crops, industrial deployment.
🔒 Motion Detection using PIR Sensor
A security-focused mini project using a PIR sensor to detect human motion in real time. The sensor output is processed by a microcontroller to trigger alarms or lights when motion is detected.
Impact: Demonstrates sensor integration for safety applications and embedded system design.
🎮 Android Tic-Tac-Toe Game App
A mobile game developed using Java and Android Studio, applying app lifecycle principles. The app allows two players to play Tic-Tac-Toe with a clean interface and responsive design.
Impact: Showcases mobile app development skills, Java programming, and UI/UX design.