-
Swayam Operating System
Swayam OS is our self-made Operating System that has its own Bootloader, GDT, IDT and Device Drivers, It also has a Swayam Calculator which is capable of handling many exceptions. Swayam OS can successfully be booted from bootable Pen drive. It is programmed in X86 Assembly Language. The aim of the project was to understand the practical implementation and working of OS.
Swayam OS GitHub Repositoryx86 Assembly Language qemu nasm C github
-
Taapamaan Thermometer
The Taapamaan Thermometer is made with an Arduino UNO and LM35 sensor.
Taaapmaan Thermometer's GitHub Repository
Arduino Programming was used to program the UNO. LM35 sensor measures the temperature. The main aim of the project is to detect the temperature of the surroundings and display it on the LCD.Arduino LM35 C C++ LCD -
VIT Banking Software
The VIT Banking Software is a semester project, It is similar to the software used in Banks, It is made primarily using C++ and also has some add-on of SQL to store the data to database.
VIT Banking Software's GitHub Repository
The main aim of the project is to make error free, secure, fast and atomic transactions by maintaining the terms & conditions, and the minimum balance constraints of the Bank.C C++ SQL
-
Edge Detection Robo
The Edge Detection Robot was made as the final project for a workshop,The Robo was made with Arduino UNO and IR Sensors and some other hardware components. I stood first in the competition.
Edge Detection Robo's GitHub Repository
The aim of the project was to make a Car which would detect the edge of the table and will take reverse turn by 90 degrees and move in other direction.Arduino IR Sensors C C++ GitHub