SlideShare a Scribd company logo
Project Proposal on: Microcontroller-based Jimma Institute of
Technology Interactive Voice Response Student Information System
(MBJIT – IVRSIS)
Compiled By Turi Isamel, ECE Department, computer engineering stream Page 1
Executive Summary
The MBJIT-IVRSIS serves as a connection between people and computer database by
connecting the telephone with database. The telephone user can access the information from
anywhere at any time by dialing a specified number and following an online instruction when a
connection to database established. Students or their Parents at remote can obtain real time
information using just their telephone set or mobile phone via a simple voice call, even in a
situation where no internet connection or PC is available to get this information. The system uses
pre-recorded or computer generated voice response to provide information in response to an
input from telephone caller. In this proposal the aims and characteristics of the proposed system
are described. Furthermore, its problem, significant of the project and methodology will be
described.
Project Proposal on: Microcontroller-based Jimma Institute of
Technology Interactive Voice Response Student Information System
(MBJIT – IVRSIS)
Compiled By Turi Isamel, ECE Department, computer engineering stream Page 2
Statement of the Problem
The research aims to design and develop a Microcontroller-based Jimma Institute of Technology
Interactive Voice Response Student Information System (MBJIT-IVRSIS). Specifically it seeks
to answer the following questions:
What is the profile of JIT Student information System?
The academic success of students in all spheres of university life is the major concern for
Jimma University.
Vision
we aspire to be the best university in the country driven by passion and commitment for
student success by providing quality services.
Mission
To plan and put into action initiatives, programs, activities and services that will engage
the entire campus community to help students achieve their education, personal and
career goals.
Objectives
 Assess and improve services to our students
 Increase efforts to build a secure and inclusive campus community
 Promote an inclusive and diverse community where civility and respect for each
individual are valued.
Values
Since students are the most important part of what we do, as service providers, we value:
Diversity, tolerance, and inclusiveness in the ethnicity, religion, culture and gender
Equity and access in all our services
Project Proposal on: Microcontroller-based Jimma Institute of
Technology Interactive Voice Response Student Information System
(MBJIT – IVRSIS)
Compiled By Turi Isamel, ECE Department, computer engineering stream Page 3
What is the existing JIT Student information System?
 Students are using notice boards for access of information like:
a. Information about their grades.
b. Teaching and examination schedule.
c. Class Registration
d. Library Services.
e. General Information
 They need to call to some operator or administrator when they are on vacation, at
home, Internship places, etc to get some information like university time tabling.
What are the problems encountered on the current system in terms of the
following stakeholders:
a. Students
b. Parents
 Usually Student information is delivered with an existing of agent or help desk
technician.
 Their parents have no access to know the academic status of their sons from
remote area.
 The students should wait physically in line for hours at the administration offices
or trying to find an internet access point when they seek some information.
 The working overload for administrative staff.
Project Proposal on: Microcontroller-based Jimma Institute of
Technology Interactive Voice Response Student Information System
(MBJIT – IVRSIS)
Compiled By Turi Isamel, ECE Department, computer engineering stream Page 4
Features of the Proposed MBJIT-IVRSIS
The following items are some of the features of the proposed system:
 Security: unlike internet-based applications, in MBJIT-IVRSIS there is no entry point for
hackers. This will give more security to the data.
 Reduce human resources by avoiding agent working on server.
 Save time and money: answering phone calls takes a lot of time, and not every phone call
deserves the attention of trained employee.
 The system will support and deliver the information to students like:
 Marks scored in any test or exam
 Time Table
 Date of admission, pre-requisites for admission and status of admission for any
application.
 Vacancy for faculty, if any.
 etc.
Project Goals and Objectives
The main objective of this project is put an end to the problems and bottleneck inherent in the
JIT student information system and to help students obtain the academic information they
seek timely from their colleges without the interaction of agent/operator.
Operation of MBJIT-IVRSIS
The user dials the phone number connected to the system. The call taken over by the MBJIT-IVRSIS
after a delay of some seconds during which the call can be attended. The microcontroller then
switches the relay to the DTMF and sends a signal to PC via a USB serial converter. On the PC side
the program prompts the user to enter students details like id number to access the
information related.
Project Proposal on: Microcontroller-based Jimma Institute of
Technology Interactive Voice Response Student Information System
(MBJIT – IVRSIS)
Compiled By Turi Isamel, ECE Department, computer engineering stream Page 5
TELEPHONE
Fig1. System Diagram
Hardware Components
1. Relay: For switching between the ring detector and the DTMF decoder
2. Ring Detector: To detect the presence of incoming calls
3. DTMF decoder: To convert the DTMF tones to 4 bit BCD code
4. Micro Controller: To accept the BCD codes, process them serially to the PC.
5. USB to serial converter: To provide the interface between PC controller.
6. Personal Computer: To store the database and to carry out text to speech conversion.
7. Audio Amplifier: To provide audio amplification and act as a buffer between the telephone line
and sound card.
RELAY RING
DETECTOR
DTMF
DECODER
MICRO
CONTROLLER
PERSONAL
COMPUTER
DBMS
AUDIO AMPLIFIER
USB TO
SERIAL
CONVERTER
Project Proposal on: Microcontroller-based Jimma Institute of
Technology Interactive Voice Response Student Information System
(MBJIT – IVRSIS)
Compiled By Turi Isamel, ECE Department, computer engineering stream Page 6
Hardware parts descriptions
a. Microcontroller
The microcontroller is the heart of our project. It controls the operation of various parts of the
MBJIT-IVRSIS system. When a telephone call is detected by the ring detector, the micro
controller switches the relay to the DTMF decoder and sends a signal to the PC to run the wave
file welcoming the user to the system. The number given by the user is decoded by the DTMF IC
and is stored in the memory of microcontroller. The code stored in the microcontroller is send to
the serial port. If any hardware failure occurs, it is the micro controller which is taking necessary
measures. The MBJIT-IVRSIS system will make use of stand by computer so as to working 24hrs
a day for customer satisfaction.
b. RING DETECTOR
The ring detector is connected directly to the telephone line through the relay which is controlled
by micro controller. The function of the ring detector is to detect if the telephone is ringing or not.
c. DTMF DECODER
The DTMF (Dual Tone Multi Frequency) decoder is a specific IC which performs the function of
converting the DTMF frequency tones into BCD codes. The BCD code is fed to the micro
controller to process the data and take necessary action.
d. AUDIO AMPLIFIER
The audio amplifier is used to amplify the output of the PCs sound card by making the PC output
audible on telephone line.
e. RELAY
The relay switch is used to switch between the ring detector circuits and the DTMF decoder
circuit.
Project Proposal on: Microcontroller-based Jimma Institute of
Technology Interactive Voice Response Student Information System
(MBJIT – IVRSIS)
Compiled By Turi Isamel, ECE Department, computer engineering stream Page 7
Software Components
At hardware side:
 Keil Simulator
 Microc
 Proteus
At computer side:
 Microsoft Visual Basic
Visual Basic is an ideal programming language for developing sophisticated professional applications.
The use of graphical user interface (GUI) enables user to interact with application. Visual Basic enables
us to develop application that:
 Create read and write to text, database and binary files.
 Access database in format such as SQL, ORACLE, MS Access etc.
 Communicate with the application through the clip board dynamic data exchange, object linking
and embedding.
 Use serial communication ports to communicate with modem and other devices.

More Related Content

PDF
IRJET- Deployment of Nanosat at Low Altitude for Atmospheric Parameter Analysis
PDF
Ic3 gs5-computing-fundamentals-021016
PPTX
ASLP2 Social Research ICT Workplan 2013
PPT
Week 4--Action Plan
PPT
La3 Tcp Ip
DOC
Notacd03
PPT
WIRELESS LAN TECHNOLOGIES
PPTX
Computer Literacy Lesson 30
IRJET- Deployment of Nanosat at Low Altitude for Atmospheric Parameter Analysis
Ic3 gs5-computing-fundamentals-021016
ASLP2 Social Research ICT Workplan 2013
Week 4--Action Plan
La3 Tcp Ip
Notacd03
WIRELESS LAN TECHNOLOGIES
Computer Literacy Lesson 30

What's hot (19)

PDF
IRJET-Accessing Information about Programs and Services through a Voice Site ...
PDF
Marek Tiits - Challenges Of Estonian LCT Development
PDF
Bq4301381388
PPTX
Components of an ICT System
DOC
Research proposal
PDF
Become a New Generation Engineer or Architect
PPTX
Application of IT
PDF
ITSS course spec
PDF
File000092
PPTX
Imran ppt
PDF
File000091
DOC
Mahlo CV
PDF
Cell Phone Forensics Research
PPTX
ICT and computer ethics
PDF
IRJET - Design of Student Security System using RFID Mechanism
DOCX
project report 8051,eembedded system,pcb designing,electronic voting machine
PDF
Assistive Examination System for Visually Impaired
PDF
Internship_Report
PDF
Eltigani Osman.CV
IRJET-Accessing Information about Programs and Services through a Voice Site ...
Marek Tiits - Challenges Of Estonian LCT Development
Bq4301381388
Components of an ICT System
Research proposal
Become a New Generation Engineer or Architect
Application of IT
ITSS course spec
File000092
Imran ppt
File000091
Mahlo CV
Cell Phone Forensics Research
ICT and computer ethics
IRJET - Design of Student Security System using RFID Mechanism
project report 8051,eembedded system,pcb designing,electronic voting machine
Assistive Examination System for Visually Impaired
Internship_Report
Eltigani Osman.CV
Ad

Viewers also liked (6)

DOCX
Hosting the archangels in your home
PPTX
5. pre production(20
PPTX
Bba203 unit 2data processing concepts
DOCX
Electrical and electronics engineering projects list
PDF
Microcontroller based digital code lock report 2
PPTX
Electrical Engineering Final Presentation
Hosting the archangels in your home
5. pre production(20
Bba203 unit 2data processing concepts
Electrical and electronics engineering projects list
Microcontroller based digital code lock report 2
Electrical Engineering Final Presentation
Ad

Similar to Micro-Controller based jimma university Interactive voice response System (20)

PDF
Interactive Voice Response System for College automation
PPT
BE Project Presentation on IVRS
PDF
Speech enabled interactive voice response system
PDF
IRJET- Voice based Retrieval for Transport Enquiry System
PDF
Towards building a message retrieval facility via telephone
PDF
Ivrs based news extracting system
PDF
Ivrs based news extracting system
PDF
CV_Swapnil_Deshmukh
PDF
VOICE-BASED EMAIL SYSTEM FOR VISUALLY IMPAIRED PEOPLE
PDF
VOICE-BASED EMAIL SYSTEM FOR VISUALLY IMPAIRED PEOPLE
PDF
Automatic Control of Instruments Using Efficient Speech Recognition Algorithm
PPT
Who what and by whom
PPSX
Automatic attendance system
PDF
Developing a hands-free interface to operate a Computer using voice command
DOCX
Voting report final
PDF
IJSRED-V2I2P57
DOC
Thesis - Voice Control Home Automation
PDF
Vlsi projects
PDF
Synthesized Speech using a small Microcontroller
PDF
N010637794
Interactive Voice Response System for College automation
BE Project Presentation on IVRS
Speech enabled interactive voice response system
IRJET- Voice based Retrieval for Transport Enquiry System
Towards building a message retrieval facility via telephone
Ivrs based news extracting system
Ivrs based news extracting system
CV_Swapnil_Deshmukh
VOICE-BASED EMAIL SYSTEM FOR VISUALLY IMPAIRED PEOPLE
VOICE-BASED EMAIL SYSTEM FOR VISUALLY IMPAIRED PEOPLE
Automatic Control of Instruments Using Efficient Speech Recognition Algorithm
Who what and by whom
Automatic attendance system
Developing a hands-free interface to operate a Computer using voice command
Voting report final
IJSRED-V2I2P57
Thesis - Voice Control Home Automation
Vlsi projects
Synthesized Speech using a small Microcontroller
N010637794

Recently uploaded (20)

PPTX
Welding lecture in detail for understanding
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PPT
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
PPTX
CH1 Production IntroductoryConcepts.pptx
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PPTX
bas. eng. economics group 4 presentation 1.pptx
PPTX
Internet of Things (IOT) - A guide to understanding
PPTX
OOP with Java - Java Introduction (Basics)
DOCX
573137875-Attendance-Management-System-original
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PDF
Digital Logic Computer Design lecture notes
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PDF
Well-logging-methods_new................
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
Welding lecture in detail for understanding
Automation-in-Manufacturing-Chapter-Introduction.pdf
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
CH1 Production IntroductoryConcepts.pptx
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
bas. eng. economics group 4 presentation 1.pptx
Internet of Things (IOT) - A guide to understanding
OOP with Java - Java Introduction (Basics)
573137875-Attendance-Management-System-original
Foundation to blockchain - A guide to Blockchain Tech
Digital Logic Computer Design lecture notes
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
Well-logging-methods_new................
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
Embodied AI: Ushering in the Next Era of Intelligent Systems

Micro-Controller based jimma university Interactive voice response System

  • 1. Project Proposal on: Microcontroller-based Jimma Institute of Technology Interactive Voice Response Student Information System (MBJIT – IVRSIS) Compiled By Turi Isamel, ECE Department, computer engineering stream Page 1 Executive Summary The MBJIT-IVRSIS serves as a connection between people and computer database by connecting the telephone with database. The telephone user can access the information from anywhere at any time by dialing a specified number and following an online instruction when a connection to database established. Students or their Parents at remote can obtain real time information using just their telephone set or mobile phone via a simple voice call, even in a situation where no internet connection or PC is available to get this information. The system uses pre-recorded or computer generated voice response to provide information in response to an input from telephone caller. In this proposal the aims and characteristics of the proposed system are described. Furthermore, its problem, significant of the project and methodology will be described.
  • 2. Project Proposal on: Microcontroller-based Jimma Institute of Technology Interactive Voice Response Student Information System (MBJIT – IVRSIS) Compiled By Turi Isamel, ECE Department, computer engineering stream Page 2 Statement of the Problem The research aims to design and develop a Microcontroller-based Jimma Institute of Technology Interactive Voice Response Student Information System (MBJIT-IVRSIS). Specifically it seeks to answer the following questions: What is the profile of JIT Student information System? The academic success of students in all spheres of university life is the major concern for Jimma University. Vision we aspire to be the best university in the country driven by passion and commitment for student success by providing quality services. Mission To plan and put into action initiatives, programs, activities and services that will engage the entire campus community to help students achieve their education, personal and career goals. Objectives  Assess and improve services to our students  Increase efforts to build a secure and inclusive campus community  Promote an inclusive and diverse community where civility and respect for each individual are valued. Values Since students are the most important part of what we do, as service providers, we value: Diversity, tolerance, and inclusiveness in the ethnicity, religion, culture and gender Equity and access in all our services
  • 3. Project Proposal on: Microcontroller-based Jimma Institute of Technology Interactive Voice Response Student Information System (MBJIT – IVRSIS) Compiled By Turi Isamel, ECE Department, computer engineering stream Page 3 What is the existing JIT Student information System?  Students are using notice boards for access of information like: a. Information about their grades. b. Teaching and examination schedule. c. Class Registration d. Library Services. e. General Information  They need to call to some operator or administrator when they are on vacation, at home, Internship places, etc to get some information like university time tabling. What are the problems encountered on the current system in terms of the following stakeholders: a. Students b. Parents  Usually Student information is delivered with an existing of agent or help desk technician.  Their parents have no access to know the academic status of their sons from remote area.  The students should wait physically in line for hours at the administration offices or trying to find an internet access point when they seek some information.  The working overload for administrative staff.
  • 4. Project Proposal on: Microcontroller-based Jimma Institute of Technology Interactive Voice Response Student Information System (MBJIT – IVRSIS) Compiled By Turi Isamel, ECE Department, computer engineering stream Page 4 Features of the Proposed MBJIT-IVRSIS The following items are some of the features of the proposed system:  Security: unlike internet-based applications, in MBJIT-IVRSIS there is no entry point for hackers. This will give more security to the data.  Reduce human resources by avoiding agent working on server.  Save time and money: answering phone calls takes a lot of time, and not every phone call deserves the attention of trained employee.  The system will support and deliver the information to students like:  Marks scored in any test or exam  Time Table  Date of admission, pre-requisites for admission and status of admission for any application.  Vacancy for faculty, if any.  etc. Project Goals and Objectives The main objective of this project is put an end to the problems and bottleneck inherent in the JIT student information system and to help students obtain the academic information they seek timely from their colleges without the interaction of agent/operator. Operation of MBJIT-IVRSIS The user dials the phone number connected to the system. The call taken over by the MBJIT-IVRSIS after a delay of some seconds during which the call can be attended. The microcontroller then switches the relay to the DTMF and sends a signal to PC via a USB serial converter. On the PC side the program prompts the user to enter students details like id number to access the information related.
  • 5. Project Proposal on: Microcontroller-based Jimma Institute of Technology Interactive Voice Response Student Information System (MBJIT – IVRSIS) Compiled By Turi Isamel, ECE Department, computer engineering stream Page 5 TELEPHONE Fig1. System Diagram Hardware Components 1. Relay: For switching between the ring detector and the DTMF decoder 2. Ring Detector: To detect the presence of incoming calls 3. DTMF decoder: To convert the DTMF tones to 4 bit BCD code 4. Micro Controller: To accept the BCD codes, process them serially to the PC. 5. USB to serial converter: To provide the interface between PC controller. 6. Personal Computer: To store the database and to carry out text to speech conversion. 7. Audio Amplifier: To provide audio amplification and act as a buffer between the telephone line and sound card. RELAY RING DETECTOR DTMF DECODER MICRO CONTROLLER PERSONAL COMPUTER DBMS AUDIO AMPLIFIER USB TO SERIAL CONVERTER
  • 6. Project Proposal on: Microcontroller-based Jimma Institute of Technology Interactive Voice Response Student Information System (MBJIT – IVRSIS) Compiled By Turi Isamel, ECE Department, computer engineering stream Page 6 Hardware parts descriptions a. Microcontroller The microcontroller is the heart of our project. It controls the operation of various parts of the MBJIT-IVRSIS system. When a telephone call is detected by the ring detector, the micro controller switches the relay to the DTMF decoder and sends a signal to the PC to run the wave file welcoming the user to the system. The number given by the user is decoded by the DTMF IC and is stored in the memory of microcontroller. The code stored in the microcontroller is send to the serial port. If any hardware failure occurs, it is the micro controller which is taking necessary measures. The MBJIT-IVRSIS system will make use of stand by computer so as to working 24hrs a day for customer satisfaction. b. RING DETECTOR The ring detector is connected directly to the telephone line through the relay which is controlled by micro controller. The function of the ring detector is to detect if the telephone is ringing or not. c. DTMF DECODER The DTMF (Dual Tone Multi Frequency) decoder is a specific IC which performs the function of converting the DTMF frequency tones into BCD codes. The BCD code is fed to the micro controller to process the data and take necessary action. d. AUDIO AMPLIFIER The audio amplifier is used to amplify the output of the PCs sound card by making the PC output audible on telephone line. e. RELAY The relay switch is used to switch between the ring detector circuits and the DTMF decoder circuit.
  • 7. Project Proposal on: Microcontroller-based Jimma Institute of Technology Interactive Voice Response Student Information System (MBJIT – IVRSIS) Compiled By Turi Isamel, ECE Department, computer engineering stream Page 7 Software Components At hardware side:  Keil Simulator  Microc  Proteus At computer side:  Microsoft Visual Basic Visual Basic is an ideal programming language for developing sophisticated professional applications. The use of graphical user interface (GUI) enables user to interact with application. Visual Basic enables us to develop application that:  Create read and write to text, database and binary files.  Access database in format such as SQL, ORACLE, MS Access etc.  Communicate with the application through the clip board dynamic data exchange, object linking and embedding.  Use serial communication ports to communicate with modem and other devices.