Skip to main content

Posts

Showing posts with the label IIT

Practical Projects for Engineering Students-7

Raspberry Pi Vehicle Number Plate Recognition Recognizing vehicle number plates is a difficult but much needed system. This is very useful for automating toll booths, automated signal breakers identification and finding out traffic rule breakers. Here we propose a Raspberry Pi based vehicle number plate recognition system that automatically recognizes vehicle number plates using image processing. The system uses a camera along with LCD display circuit interfaced to a Raspberry pi. The system constantly processes incoming camera footage to detect any trace of number plates. On sensing a number plate in front of the camera, it processes the camera input, extracts the number plate part from the image. Processes the extracted image using OCR and extracts the number plate number from it. The system then displays the extracted number on an LCD display. Thus we put forward a fully functional vehicle number plate recognition system using Raspberry Pi. Hardware Specificat...

Practical Projects for Engineering Students-6

Voice Controlled Robotic Vehicle This project Voice Controlled Robotic Vehicle helps to control robot through voice commands received via android application. The integration of control unit with Bluetooth device is done to capture and read the voice commands. The robotic vehicle then operates as per the command received via android application. For this 8051 micro-controller is integrated in the system which makes it possible to operate the vehicle via android application. The controlling device may be any android based Smartphone/tab etc having an android OS. The android controlling system provides a good interactive GUI that makes it easy for the user to control the vehicle. The transmitter uses an android application required for transmitting the data. The receiver end reads these commands and interprets them into controlling the robotic vehicle. The android device sends commands to move the vehicle in forward, backward, right and left directions. After receiving the comma...

Practical Projects for Engineering Students-5

Accident Identification and alerting project When an individual riding his/her bike, meets with an accident, there is a chance that the individual may suffer from a serious injury or expire instantaneously and there is no one around to help him. Well this system is a solution to the problem. The system acts as an accident identification system that gathers and sends this vehicle information that met with an accident, and conveys it to the nearest control room. For this the user vehicle is fixed with an RF transmitter circuit that has a vibration sensor along with microcontroller, RF encoder and also fitted with an RF transmitter. Each and every control room must have an RF receiver fitted to receive the transmission. Whenever a user vehicle meets with any accident, the vibration sensor detects and gives its output. This output is then detected by the microcontroller. Now the microcontroller sends this change detection signal to an RF transmitter. The RF transmitter now intern be...