IoT System, Computer Graphics & Others Projects

Technologies: Arduino Uno, HC-05 Bluetooth, Ultrasonic Sensor, RFID, Servo Motor

An IoT-based solution designed to control and monitor vehicle speed using sensors and microcontrollers. It uses RFID for identification and ultrasonic sensors to detect overspeeding. The system enforces speed reduction through servo-controlled roadblocks and sends alerts wirelessly.

Technologies: Three.js, WebGL

A 3D visualization of a reading room using Three.js and WebGL to simulate lighting, shadows, and perspective. The project allows users to explore an interactive virtual space. It showcases core principles of 3D rendering in a browser environment.

Technologies: IGraphics, C++

A simple shooting game developed using IGraphics and C++ where players pop balloons using keyboard inputs. It features level progression, hit/miss logic, and visual feedback. Great for learning 2D game logic and graphical UI design in native C++.