Elevator control System.
Project Information :
The Elevator Control System project is designed using the 8051 microcontroller to simulate the working of a lift in a building. It allows the user to select the floor number using a 4x3 matrix keypad and shows the current and target floor on a 16x2 LCD. The elevator moves to the selected floor by controlling a DC motor through driver pins. The motor rotates in one direction to move the lift up and in the opposite direction to go down. The LCD shows messages like “Enter Floor”, “Floor X”, and “Arrived on the Given Floor” to keep the user informed. If the same floor is selected, it shows "Same Floor Entered". The motor stops automatically once the target floor is reached. The project makes use of delay functions, motor control logic, keypad scanning, and LCD interfacing, making it a great example of how embedded systems are used in real-world applications like elevators.
Project Output Video
You can download the project code from here
0 Comments