SlideShare a Scribd company logo
1 of 13
Download to read offline
MICROCONTROLLER BASED LIBRARY
GATEWAY MANAGEMENT SYSTEM
submitted in partial fulfillment of the requirements
for the award of the degree
Bachelor of Science
in
Electrical & Computer Engineering
with specialization in
computer engineering
by
Amanuel Zemach RET/0164/04
Emebet Mekuria RET/0516/04
Cheruamlak Kibre RET/0401/04
Samson Negussie RET/2196/03
Tsegaye Natnael PT/0004/02
under the guidance of
Department of Electrical & computer Engineering
Arba Minch Institute of Technology, Arba Minch University
February 2015
CERTIFICATE
This is to certify that the present work entitled MICROCONTROLLER
BASED LIBRARY GATEWAY MANAGEMENT SYSTEM is a
bonafide record of work done by
Amanuel Zemach RET/0164/04
Emebet Mekuria RET/0516/04
Cheruamlak Kibre RET/0401/04
Samson Negussie RET/2196/03
Tsegaye Natnael PT/0004/02
submitted as a partial fulfillment of the requirements for the award of the
degree
Bachelor of Science
in
Electrical & Computer Engineering
with specialisation in
computer engineering
from
Arba Minch University
(Mr. Eyasu Dilla)
(Main Advisor) (H.O.D.)
Date:April 04, 2015
Place: Department of Electrical & computer Engineering,
Arba Minch Institute of Technology, Arba Minch University
Abstract
This project will provide an electronic mean of getting information about the amount of
unoccupied chairs in the library. In addition it will let the user to know the availability of
any unoccupied books as per required. To do so there will be two set of infrared emitter
and receiver will hold the information of the entry to the microcontroller unit (MCU). The
MCU will perform some calculation on these incoming signals and then provide binary
data serially to the computer which is going to be there with the get guard. Small visual
basic based application which is going to be installed on that computer will let the guard
to know number of available chairs inside the library. Finally name of available books
will be informed to the guard through feature of windows operating system so called
Remote Desktop Connection (RDC). Therefore the guard is not expected to be familiar
with what is going behind. And also the user will not face that much job rather using
his/her precious time effectively.
iii
Contents
Abstract iii
Table of Contents iv
List of Figures v
1 Introduction 1
1.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 Problem Statements . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.3 Objectives of The Project . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.4 Scope of The Project . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
2 Methodology 3
2.1 Overall system design . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
3 Work Plan and Time Schedule 5
4 Overall Cost EstimationN 6
5 Conclusions 7
Reference 7
iv
List of Figures
2.1 Overall system design . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
3.1 Work plan and Time schedule . . . . . . . . . . . . . . . . . . . . . . . 5
4.1 Overall Cost Estimation . . . . . . . . . . . . . . . . . . . . . . . . . . 6
v
Chapter 1
Introduction
1.1 Overview
There will be two set of infrared emitter and receiver will hold the information of the
entry to the microcontroller unit (MCU). The MCU will perform some calculation on
these incoming signals and then provide binary data serially to the computer which is
going to be there with the get guard. Small visual basic based application which is going
to be installed on that computer will let the guard to know number of available chairs
inside the library. Finally name of available books will be informed to the guard through
feature of windows operating system so called Remote Desktop Connection (RDC).
1.2 Problem Statements
Now a day so many libraries are on construction especially in Higher education place.
They are intended to be capable of holding much number of students at a time. But still
there will be shortage in number of chairs. Therefore this will create some unwanted
noise or crowed by the students on their way to find seats and available books. Therefore
the project is going to be a solution by providing an electronic mean of managing the
problem being settled at the gateway.
1.3 Objectives of The Project
1.3 Objectives of The Project
General Objective: This project objective will provide a better library gateway manage-
ment system to the library users which reduces the time consumption and stress of the
user by telling the user the availablity of book and seat.
Specific Objective:
• To have quality library management system.
• To meet reliability, security and education criteria.
• To stabilizing the system by reducing the student load.
• To know the characteristics and design of ¸t-controller based LGMS.
1.4 Scope of The Project
• It is planned to design and implement both hardware and software.
• PIC16F877A microcontroller will be used as central processor.
• Set of IR emitter and receiver will used to detect people.
• RDC will be used to switch information between GG and LMS.
• C-language for the MCU and visual basic for the application.
• The Serial communication will proceed using RS232 cable.
• Micro-C and proteous will be used for simulation purpose.
2
Chapter 2
Methodology
2.1 Overall system design
Two set of infrared emitter and sensor will be used to count peoples. One set to count
up and one set to count down. An infrared light at 38 kHz is continually emitted and
the sensor is going to be receiving this light. This frequency level is selected to reduce
some noises that would come from an electromagnetic waves or from light emitted by
fluorescent bulb. Whenever someone is trying to cross this invisible light, the receiver
will provide a high voltage to the microcontroller (PIC16F877A) unit. Then the micro-
controller count up or count down the value on the variable. The previous value on the
variable will be decreased by one if the signal is from Gate1 (exit) or increased by one if
the signal is from Gate2 (entry). The microcontroller then finally transmit the value seri-
ally to the computer. Here RS232 cable will used to facilitate the connection between the
microcontroller and the computer. The gate guard will be informed about the availability
of chairs inside the library by the help of small application which will be written by vi-
sual basic installed on that computer. Again remote desktop connection (RDC) feature of
windows operating system will be used to gate information about the availability of any
books so that any user will be informed before going inside the library. Whenever there
is any click from the library management system to occupy any book, the name of that
book will be place in some folder created on that computer. Exactly this process will be
2.1 Overall system design
displayed on the computer with the library gate guard, hence the guard is required only
to take a look at the folder to tell the user about the availability of the book.
Figure 2.1 Overall system design
4
Chapter 3
Work Plan and Time Schedule
Figure 3.1 Work plan and Time schedule
Chapter 4
Overall Cost EstimationN
Figure 4.1 Overall Cost Estimation
Chapter 5
Conclusions
This project is easy to implement and it does not need any administrative knowledge. It
will develop by combing microcontroller as central processor and by interfacing IR to
detect peoples passing through the door. Additionally by the MCU will effectively pro-
gramed to overcome some problems that would be raised due to lack of synchronization
in between sensors and the microcontroller itself. Hence the combination is going to be
much better for the feasibility of the project.
Reference
1. adafruit webpage for electrical components,Techfest,01 jan 2015,2.http://learn.adafruit.com/ir-
sensor
8

More Related Content

What's hot

ISI_Report_(Repaired) (4) (1)
ISI_Report_(Repaired) (4) (1)ISI_Report_(Repaired) (4) (1)
ISI_Report_(Repaired) (4) (1)Indranil Roy
 
Smart security system for sensitive area by using image processing
Smart security system for sensitive area by using   image processingSmart security system for sensitive area by using   image processing
Smart security system for sensitive area by using image processingMandar Pathrikar
 
Fault Tolerance 101
Fault Tolerance 101 Fault Tolerance 101
Fault Tolerance 101 C4Media
 
Remote temperature and humidity monitoring system using wireless sensor networks
Remote temperature and humidity monitoring system using wireless sensor networksRemote temperature and humidity monitoring system using wireless sensor networks
Remote temperature and humidity monitoring system using wireless sensor networkseSAT Journals
 
Wireless Data Acquisition System Using ARM Cortex M-3
Wireless Data Acquisition System Using ARM Cortex M-3Wireless Data Acquisition System Using ARM Cortex M-3
Wireless Data Acquisition System Using ARM Cortex M-3IOSR Journals
 
B.Eng-Final Year Project interim-report
B.Eng-Final Year Project interim-reportB.Eng-Final Year Project interim-report
B.Eng-Final Year Project interim-reportAkash Rajguru
 
Formatted Paper_References added
Formatted Paper_References addedFormatted Paper_References added
Formatted Paper_References addedMark Kurtz
 
Design of wireless sensor network for building management systems
Design of wireless sensor network for building management systemsDesign of wireless sensor network for building management systems
Design of wireless sensor network for building management systemsTSriyaSharma
 
Wearable Gait Classification Using STM Sensortile
Wearable Gait Classification Using STM SensortileWearable Gait Classification Using STM Sensortile
Wearable Gait Classification Using STM SensortileShayan Mamaghani
 
wireless sensor networks & application :forest fire detection
 wireless sensor networks  & application :forest fire detection wireless sensor networks  & application :forest fire detection
wireless sensor networks & application :forest fire detectionMueenudheen Shafaquath V P
 

What's hot (14)

Report
ReportReport
Report
 
ISI_Report_(Repaired) (4) (1)
ISI_Report_(Repaired) (4) (1)ISI_Report_(Repaired) (4) (1)
ISI_Report_(Repaired) (4) (1)
 
Career Episode_second
Career Episode_secondCareer Episode_second
Career Episode_second
 
Smart security system for sensitive area by using image processing
Smart security system for sensitive area by using   image processingSmart security system for sensitive area by using   image processing
Smart security system for sensitive area by using image processing
 
Fault Tolerance 101
Fault Tolerance 101 Fault Tolerance 101
Fault Tolerance 101
 
Remote temperature and humidity monitoring system using wireless sensor networks
Remote temperature and humidity monitoring system using wireless sensor networksRemote temperature and humidity monitoring system using wireless sensor networks
Remote temperature and humidity monitoring system using wireless sensor networks
 
Wireless Data Acquisition System Using ARM Cortex M-3
Wireless Data Acquisition System Using ARM Cortex M-3Wireless Data Acquisition System Using ARM Cortex M-3
Wireless Data Acquisition System Using ARM Cortex M-3
 
B.Eng-Final Year Project interim-report
B.Eng-Final Year Project interim-reportB.Eng-Final Year Project interim-report
B.Eng-Final Year Project interim-report
 
Formatted Paper_References added
Formatted Paper_References addedFormatted Paper_References added
Formatted Paper_References added
 
Design of wireless sensor network for building management systems
Design of wireless sensor network for building management systemsDesign of wireless sensor network for building management systems
Design of wireless sensor network for building management systems
 
Wearable Gait Classification Using STM Sensortile
Wearable Gait Classification Using STM SensortileWearable Gait Classification Using STM Sensortile
Wearable Gait Classification Using STM Sensortile
 
Insect Mointoring
Insect MointoringInsect Mointoring
Insect Mointoring
 
miniproject
miniprojectminiproject
miniproject
 
wireless sensor networks & application :forest fire detection
 wireless sensor networks  & application :forest fire detection wireless sensor networks  & application :forest fire detection
wireless sensor networks & application :forest fire detection
 

Similar to library get way management system

Seminar Report - Managing the Cloud with Open Source Tools
Seminar Report - Managing the Cloud with Open Source ToolsSeminar Report - Managing the Cloud with Open Source Tools
Seminar Report - Managing the Cloud with Open Source ToolsNakul Ezhuthupally
 
Masters_Thesis_ver.1.02
Masters_Thesis_ver.1.02Masters_Thesis_ver.1.02
Masters_Thesis_ver.1.02Thomas Balle
 
SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION
SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATIONSIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION
SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATIONRicky Drk
 
A PROTOTYPE REMOTE CONTROL FOR HOME APPLIANCE USING r
A PROTOTYPE REMOTE CONTROL FOR HOME APPLIANCE USING rA PROTOTYPE REMOTE CONTROL FOR HOME APPLIANCE USING r
A PROTOTYPE REMOTE CONTROL FOR HOME APPLIANCE USING rStephen Achionye
 
Computer architecture and organization
Computer architecture and organizationComputer architecture and organization
Computer architecture and organizationSubha Deep
 
Wireless appliances control report
Wireless appliances control reportWireless appliances control report
Wireless appliances control reportengineerssolution
 
Automatic Irrigation System Project Report
Automatic Irrigation System Project ReportAutomatic Irrigation System Project Report
Automatic Irrigation System Project ReportEr Gupta
 
Major project report
Major project reportMajor project report
Major project reportPraveen Singh
 
Arduino Based Collision Prevention Warning System
Arduino Based Collision Prevention Warning SystemArduino Based Collision Prevention Warning System
Arduino Based Collision Prevention Warning SystemMadhav Reddy Chintapalli
 
Auto Metro Train to Shuttle Between Stations
Auto Metro Train to Shuttle Between StationsAuto Metro Train to Shuttle Between Stations
Auto Metro Train to Shuttle Between StationsMadhav Reddy Chintapalli
 
Thesis Report - Gaurav Raina MSc ES - v2
Thesis Report - Gaurav Raina MSc ES - v2Thesis Report - Gaurav Raina MSc ES - v2
Thesis Report - Gaurav Raina MSc ES - v2Gaurav Raina
 
Deep Convolutional Neural Network acceleration on the Intel Xeon Phi
Deep Convolutional Neural Network acceleration on the Intel Xeon PhiDeep Convolutional Neural Network acceleration on the Intel Xeon Phi
Deep Convolutional Neural Network acceleration on the Intel Xeon PhiGaurav Raina
 
Deep Convolutional Network evaluation on the Intel Xeon Phi
Deep Convolutional Network evaluation on the Intel Xeon PhiDeep Convolutional Network evaluation on the Intel Xeon Phi
Deep Convolutional Network evaluation on the Intel Xeon PhiGaurav Raina
 
final-year-project-latest
final-year-project-latestfinal-year-project-latest
final-year-project-latestLasitha Konara
 

Similar to library get way management system (20)

Seminar Report - Managing the Cloud with Open Source Tools
Seminar Report - Managing the Cloud with Open Source ToolsSeminar Report - Managing the Cloud with Open Source Tools
Seminar Report - Managing the Cloud with Open Source Tools
 
Full thesis ESD msc
Full thesis ESD mscFull thesis ESD msc
Full thesis ESD msc
 
Masters_Thesis_ver.1.02
Masters_Thesis_ver.1.02Masters_Thesis_ver.1.02
Masters_Thesis_ver.1.02
 
SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION
SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATIONSIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION
SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION
 
Embedded2003
Embedded2003Embedded2003
Embedded2003
 
A PROTOTYPE REMOTE CONTROL FOR HOME APPLIANCE USING r
A PROTOTYPE REMOTE CONTROL FOR HOME APPLIANCE USING rA PROTOTYPE REMOTE CONTROL FOR HOME APPLIANCE USING r
A PROTOTYPE REMOTE CONTROL FOR HOME APPLIANCE USING r
 
Computer architecture and organization
Computer architecture and organizationComputer architecture and organization
Computer architecture and organization
 
Wireless appliances control report
Wireless appliances control reportWireless appliances control report
Wireless appliances control report
 
thesis_SaurabhPanda
thesis_SaurabhPandathesis_SaurabhPanda
thesis_SaurabhPanda
 
Automatic Irrigation System Project Report
Automatic Irrigation System Project ReportAutomatic Irrigation System Project Report
Automatic Irrigation System Project Report
 
Major project report
Major project reportMajor project report
Major project report
 
Tr0976
Tr0976Tr0976
Tr0976
 
Arduino Based Collision Prevention Warning System
Arduino Based Collision Prevention Warning SystemArduino Based Collision Prevention Warning System
Arduino Based Collision Prevention Warning System
 
Mini Project- Dual Processor Computation
Mini Project- Dual Processor ComputationMini Project- Dual Processor Computation
Mini Project- Dual Processor Computation
 
Auto Metro Train to Shuttle Between Stations
Auto Metro Train to Shuttle Between StationsAuto Metro Train to Shuttle Between Stations
Auto Metro Train to Shuttle Between Stations
 
Thesis Report - Gaurav Raina MSc ES - v2
Thesis Report - Gaurav Raina MSc ES - v2Thesis Report - Gaurav Raina MSc ES - v2
Thesis Report - Gaurav Raina MSc ES - v2
 
UDP Report
UDP ReportUDP Report
UDP Report
 
Deep Convolutional Neural Network acceleration on the Intel Xeon Phi
Deep Convolutional Neural Network acceleration on the Intel Xeon PhiDeep Convolutional Neural Network acceleration on the Intel Xeon Phi
Deep Convolutional Neural Network acceleration on the Intel Xeon Phi
 
Deep Convolutional Network evaluation on the Intel Xeon Phi
Deep Convolutional Network evaluation on the Intel Xeon PhiDeep Convolutional Network evaluation on the Intel Xeon Phi
Deep Convolutional Network evaluation on the Intel Xeon Phi
 
final-year-project-latest
final-year-project-latestfinal-year-project-latest
final-year-project-latest
 

Recently uploaded

(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 

Recently uploaded (20)

(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 

library get way management system

  • 1. MICROCONTROLLER BASED LIBRARY GATEWAY MANAGEMENT SYSTEM submitted in partial fulfillment of the requirements for the award of the degree Bachelor of Science in Electrical & Computer Engineering with specialization in computer engineering by Amanuel Zemach RET/0164/04 Emebet Mekuria RET/0516/04 Cheruamlak Kibre RET/0401/04 Samson Negussie RET/2196/03 Tsegaye Natnael PT/0004/02 under the guidance of Department of Electrical & computer Engineering Arba Minch Institute of Technology, Arba Minch University February 2015
  • 2. CERTIFICATE This is to certify that the present work entitled MICROCONTROLLER BASED LIBRARY GATEWAY MANAGEMENT SYSTEM is a bonafide record of work done by Amanuel Zemach RET/0164/04 Emebet Mekuria RET/0516/04 Cheruamlak Kibre RET/0401/04 Samson Negussie RET/2196/03 Tsegaye Natnael PT/0004/02 submitted as a partial fulfillment of the requirements for the award of the degree Bachelor of Science in Electrical & Computer Engineering with specialisation in computer engineering from Arba Minch University (Mr. Eyasu Dilla) (Main Advisor) (H.O.D.) Date:April 04, 2015 Place: Department of Electrical & computer Engineering, Arba Minch Institute of Technology, Arba Minch University
  • 3. Abstract This project will provide an electronic mean of getting information about the amount of unoccupied chairs in the library. In addition it will let the user to know the availability of any unoccupied books as per required. To do so there will be two set of infrared emitter and receiver will hold the information of the entry to the microcontroller unit (MCU). The MCU will perform some calculation on these incoming signals and then provide binary data serially to the computer which is going to be there with the get guard. Small visual basic based application which is going to be installed on that computer will let the guard to know number of available chairs inside the library. Finally name of available books will be informed to the guard through feature of windows operating system so called Remote Desktop Connection (RDC). Therefore the guard is not expected to be familiar with what is going behind. And also the user will not face that much job rather using his/her precious time effectively. iii
  • 4. Contents Abstract iii Table of Contents iv List of Figures v 1 Introduction 1 1.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 Problem Statements . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.3 Objectives of The Project . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.4 Scope of The Project . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 2 Methodology 3 2.1 Overall system design . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 3 Work Plan and Time Schedule 5 4 Overall Cost EstimationN 6 5 Conclusions 7 Reference 7 iv
  • 5. List of Figures 2.1 Overall system design . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 3.1 Work plan and Time schedule . . . . . . . . . . . . . . . . . . . . . . . 5 4.1 Overall Cost Estimation . . . . . . . . . . . . . . . . . . . . . . . . . . 6 v
  • 6. Chapter 1 Introduction 1.1 Overview There will be two set of infrared emitter and receiver will hold the information of the entry to the microcontroller unit (MCU). The MCU will perform some calculation on these incoming signals and then provide binary data serially to the computer which is going to be there with the get guard. Small visual basic based application which is going to be installed on that computer will let the guard to know number of available chairs inside the library. Finally name of available books will be informed to the guard through feature of windows operating system so called Remote Desktop Connection (RDC). 1.2 Problem Statements Now a day so many libraries are on construction especially in Higher education place. They are intended to be capable of holding much number of students at a time. But still there will be shortage in number of chairs. Therefore this will create some unwanted noise or crowed by the students on their way to find seats and available books. Therefore the project is going to be a solution by providing an electronic mean of managing the problem being settled at the gateway.
  • 7. 1.3 Objectives of The Project 1.3 Objectives of The Project General Objective: This project objective will provide a better library gateway manage- ment system to the library users which reduces the time consumption and stress of the user by telling the user the availablity of book and seat. Specific Objective: • To have quality library management system. • To meet reliability, security and education criteria. • To stabilizing the system by reducing the student load. • To know the characteristics and design of ¸t-controller based LGMS. 1.4 Scope of The Project • It is planned to design and implement both hardware and software. • PIC16F877A microcontroller will be used as central processor. • Set of IR emitter and receiver will used to detect people. • RDC will be used to switch information between GG and LMS. • C-language for the MCU and visual basic for the application. • The Serial communication will proceed using RS232 cable. • Micro-C and proteous will be used for simulation purpose. 2
  • 8. Chapter 2 Methodology 2.1 Overall system design Two set of infrared emitter and sensor will be used to count peoples. One set to count up and one set to count down. An infrared light at 38 kHz is continually emitted and the sensor is going to be receiving this light. This frequency level is selected to reduce some noises that would come from an electromagnetic waves or from light emitted by fluorescent bulb. Whenever someone is trying to cross this invisible light, the receiver will provide a high voltage to the microcontroller (PIC16F877A) unit. Then the micro- controller count up or count down the value on the variable. The previous value on the variable will be decreased by one if the signal is from Gate1 (exit) or increased by one if the signal is from Gate2 (entry). The microcontroller then finally transmit the value seri- ally to the computer. Here RS232 cable will used to facilitate the connection between the microcontroller and the computer. The gate guard will be informed about the availability of chairs inside the library by the help of small application which will be written by vi- sual basic installed on that computer. Again remote desktop connection (RDC) feature of windows operating system will be used to gate information about the availability of any books so that any user will be informed before going inside the library. Whenever there is any click from the library management system to occupy any book, the name of that book will be place in some folder created on that computer. Exactly this process will be
  • 9. 2.1 Overall system design displayed on the computer with the library gate guard, hence the guard is required only to take a look at the folder to tell the user about the availability of the book. Figure 2.1 Overall system design 4
  • 10. Chapter 3 Work Plan and Time Schedule Figure 3.1 Work plan and Time schedule
  • 11. Chapter 4 Overall Cost EstimationN Figure 4.1 Overall Cost Estimation
  • 12. Chapter 5 Conclusions This project is easy to implement and it does not need any administrative knowledge. It will develop by combing microcontroller as central processor and by interfacing IR to detect peoples passing through the door. Additionally by the MCU will effectively pro- gramed to overcome some problems that would be raised due to lack of synchronization in between sensors and the microcontroller itself. Hence the combination is going to be much better for the feasibility of the project.
  • 13. Reference 1. adafruit webpage for electrical components,Techfest,01 jan 2015,2.http://learn.adafruit.com/ir- sensor 8