SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 961
Braille Oriented Classroom
Amrutha R.1, Bhavya A.2, Keerthi K.S.3, Sruthi K.R.4 , Bindu P.K.5
1,2,3,4 Final year Students, Dept. of ECE, Ammini College of Engineering, Palakkad, Kerala, India
5Asst Professor, Dept. of Electronics and Communication Engineering, Ammini College of Engineering, Palakkad
--------------------------------------------------------------------------------***--------------------------------------------------------------------------------
Abstract – Visually impaired people faces difficulties in
interaction and in communication. Brailleisthelanguageused
by the blind to interact and communicate. It is a system of
writing that uses patterns of raised dots to inscribe characters
on paper. It therefore allows visually impaired people to read
and write using touch instead of vision. All over the world,
persons who are visually impaired have used Braille as the
primary means of accessing information. Braille is a means of
reading and writing for blind people. Despite of all these
advancement in the technological field, the physically
impaired people have no access for these technologies. So as a
step to bridge the gap between the blind people and the
technological advancement we decided to design a braille
oriented classroom that provides a campus like environment.
Key Words: Braille, Relay, Visual Basic Application, PIC,
Zigbee, Actuator.
1. INTRODUCTION
The paper proposes an effective way for developing braille
classroom which allow visually impaired students to read
the text messages in the form of braille characters. Braille is
the system for blind students to participate in a literate
culture. A braille trained student can easily read these data
by putting their hands on the dc actuators. Here a visual
basic application is used for inputting. The teacher can type
the text-messages in the VB application and can send using
zigbee. The Braille-kit of the student receive the data from
the transmitter PC. LCD display interface for trouble
shooting purposes. The paper here intended to do in only
one direction i.e.; text to Braille conversion. The Braille cell
consist of 6 moveable pins in rectangular array. The
proposed system is divided into 2 sections
1) Transmitter section.
2) Receiver section or embedded section.
Fig-1 shows the basic block diagram of the proposed
transmitter section.
Fig -1: Block diagram of transmitter section.
The Fig-2 shows the basic block diagram of the proposed
receiver section.
Fig -2: Block diagram of receiver section.
1.1 Basic mechanism
Transmitted section consists of PC with VBplatformwhichis
controlled by those who is handling the class. The one who
handlesthe class can type the text-data inVBapplicationand
the application send these data wirelessly through a Zigbee
transceiver.
Receiver section consists of a Braille-kit with a
microcontroller, which is programmed to receive the data
from the transmitter PC. There is also a zigbee transceiver
module in receiver Braille-kit and these module receive the
data and given to the microcontroller. The program loaded
in the microcontroller decodes these data to Braille format
and the dc- actuators will up and down accordingly.
1.2 Transmitter section
The transmitter section consists of a PC with visual basic
application. It is a programming environment. Visual basic
application is programmed to serially communicatewiththe
zigbee transmitter module. Also VB is programmed to
produce the front end consisting label, command box, and
text box.
Following are the steps for creating a programming
environment in Visual studio.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 962
 Open Visual studio.
 Build a form.
 Show the code window.
 Writing code.
 Test the code.
 Build the code.
In Visual studio there are toolsfor writing and designing.On
the left of Visual studio is a tool box of windows controls
(Drop down menus, text boxes, labels, buttons, checkboxes
etc.). By programming this application can control these
tools and can be used to transmit the text messages to the
braille kit.
Fig-3: VB front-end
1.3 Receiver section
The receiver section consists of 6 actuators which is
connected to 6 relays. Each actuators are controlled by each
relay. The actuator are actually controlled by the outputs
received which are equivalent to the text message. The pic
microcontroller is programmed to decode the text message
into braille characters and the actuators will up and down
accordingly.
2. SIMULATION OF THE SYSTEM
Simulation of the system is done bythesoftwareProteus
8 Professional and mikroC PRO for PIC. The 16F877A is a
capable microcontroller that can do many tasks because it
has a large enough programming memory (large in terms of
sensor and control projects) 8k words and 368 Bytes of
RAM. This is enough to do many different projects. Among
the peripheral features of PIC here we have used the Port
programming, LCD programming and Zigbee programming
i.e. serial communication.
2.1 Simulation result
PIC 16F877A normally have 5 input/output ports. The
ports are used for the input/output interfacing with other
devices. Here Port B, Port C, and Port D are used as input as
well as output ports.
Port B is an 8 bit bi-directional port and its direction is
controlled and maintained by TRIS-B data directionregister.
Setting TRIS-B into logic 0 makes the port B as an output
port. Here instead of actuators, in simulation LED is
interfaced with port B and when the input reaches it will on
and off accordingly.
Fig-4: Simulation
Port C is also an 8 bit bi-directional port and its direction is
controlled and maintained by TRIS-C data direction register.
Setting TRIS-C data direction register into logic 1 makes the
port C as an input port. Here zigbee module is interfaced and
it acts as an input port.
Port D is an 8 bit bi-directional port and its direction is
controlled andmaintained by TRIS-Ddata directionregister.
Setting TRIS-D into logic 0 makes the port D as an output
port. Here RD0 to RD7 are connected to the LCD display’s D0
to D7 pins. This acts as an output port.
3. HARDWARE SECTIONS
Main hardware sections used in this project are PIC
microcontroller, Actuators, Relay, and LCD fordisplayingthe
words which is transmitted. Fig-7 shows the Braille kit.
Fig-5: Braille kit
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 963
3.1 Microcontroller-PIC16F877A
The controller is programmed to receive the text message.
The controller then decodes the message accordingly to the
program loaded. The controller converts the input text
signals to the equivalent braille form. PIC 16F877A is one of
the most advanced microcontroller which is used here. A
slight disadvantage is that it has no internal oscillator so an
external crystal oscillator of 4MHZ is provided.
Features
Themidrange PIC Microcontroller offer severalfeaturesthat
help to achieve these goals. The special features include:
 5 Digital I/O Ports –Port A,B,C,D,E
 Three timer/counter modules
 A 10-bit ADC with 8 inputs
 Two Capture, Compare, PWM modules
 Synchronous Serial Port (SSP) withSPI(Mastermode)
and I2C (Master/Slave)
 Universal Synchronous Asynchronous Receiver
Transmitter (USART/SCI) with 9- bit address
detection.
 Parallel Slave Port (PSP) 8-bitswide,withexternalRD,
WR and CS.
3.2 Actuators
A linear actuator that creates motion in straight line.
Actuators are devices which converts electrical energy in to
mechanical motion. The piezoelectric effect isthepropertyin
the linear actuators usedhere.The applicationofthevoltages
correspond to tiny expansions.
Fig-6: Actuators
3.3 ZIGBEE module
The transceiver module used here is Zigbee. The operating
frequency is about 2.4GHZ. One zigbee module is placed in
the transmitter section. Also in transmitter section for serial
communication from the PC, USB to TTL converter is used.
Since PC doesn’t have serial port.
Fig-7: Transmitter module along with USB to TTL
converter
Receiver sectionconsists of another zigbeemodulewhich
is interfaced with the controller. CC2500 is used as
transceiver module here.
Features
 Low power consumption.
 Available frequency at: 2.4 2.483 GHz
Adjustable
 Integrated IF and data filters.
3. 4 LCD module
A 16x2 LCD (Liquid Crystal Display) screen is used for
displaying the received text message. Main function of LCD
display here used is for trouble shooting purpose.
3.5 Voltage regulator
The voltage regulator here used is to regulate the DC voltage
to a stable voltage level. In this project stable voltages 5V is
required. For this 7805 voltage regulators is used for 5V.
3.6 Relay
Six relaysare used inorder to control the six actuators. Relay
switches open and close electromagnetically and controls
another circuit. Applying an electric current to the contacts
will change the state then gets energized and can drive high
power devices. Here actuators are driven by these relays.
4. CONCLUSIONS
The proposed method is a new and cost effective way of
developing a system for controlling piezoelectricBraille cell
by using Programmable Interface Controller (PIC)
microcontroller. The new design makes use of
electromagnetic or piezoelectric principles. The
development of low cost English text to Braille is necessary
for Braille teaching people and help to visually impaired
community. It will show the new way of conversion method
for people working in computer environment. The system
that has been proposed here eliminates the use of vacuum
suction principle and hence reduces the cost to a great
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 964
extent. To support this new design, we have also given
details of interface circuitry and software system that
controls this head. The Braille code equivalent of each
character is generated in the output box of the tool. The
same technique can be used in various languages like
Bengali, Hindi, Tamil, French, etc., The Braille code
conversion process is a single step and the data transferrate
is normal and it is controllable. It is one of the best tool for
visually impaired people and Braille learning people using
computer technology.
ACKNOWLEDGEMENT
We wish to express our deep sense of gratitude to our
beloved Chairman Sri. K.G Madhu and all trust members of
Ammini College of Engineering for providing all the
necessary facilities to conduct our project work. We express
our sincere thanks to the principal Dr. Shasi Dharan for his
support. We express our gratitude to Head of the
Department Ms. Susan Varghese, department of Electronics
and Communication Engineering, for the support and
guidance she has extended to carry out the project work
successfully. We extend our sincere thanks to the project
coordinator and our guide Ms. Bindu P.K, Assistantprofessor
and staff members of the Department of Electronics and
Communication Engineering for their valuable suggestions
and help throughout our project work.
REFERENCES
1. Implementation of assistive technology with
students who are visually impaired: Teachers
readiness." by Abner, G. H., Lahm, E. A
2. The Braille Literacy Crisis for Children-Journal of
Visual Impairment Blindness, v90, n3, p276-78,
ISSN": by Johnson.
3. Development of Piezoelectric Braille Cell Control
System Using Microcontroller Unit (MCU)" by S.
MAD SAAD.
4. Design with PIC Microcontrollers: J.B. Peat man
5. Peter Daniels, 1996, "Analog and DigitalWriting",in
The World’s Writing Systems 886.
6. Dr. N. R. Bhasme and Madhuresh Sontakke,
Topologies of Power Converters For Led Light
Applications, International Journal of Electrical
Engineering and Technology, 5(3), 2014, 14–26.
BIOGRAPHIES
Bindu P K is with Ammini College of
engineering, Palakkad as Assistant
professor in the ECE dept. She
received the B.Tech degree in
Electronics and Communication
Engineering from Government
Engineering College, Wayanad and
M.E in Applied Electronics fromAnna
University Regional Centre,
Coimbatore. She published3National
Conference papers and 3
International Journals on the topic
related to Communication, Image
Processing and VLSI
Sruthi K.R. is doing his B.Tech in
Electronics and Communication
Engineering at Ammini college of
Engineering, Calicut university,
Kerala.
Amrutha R. is pursuing her B.Techin
Electronics and Communication
Engineering from Ammini College of
Engineering, Palakkad, Kerala.
Bhavya A. currentlydoingherB.Tech
in Electronics and Communication
Engineering at Ammini college of
Engineering, Calicut university,
Kerala.
Keerthi K.S. is with Ammini College
of Engineering doing her B.Tech in
Electronics and Communication
Engineering, Calicut university,
Kerala.
.

More Related Content

What's hot

Eee3420 lecture08 rev2011
Eee3420 lecture08 rev2011Eee3420 lecture08 rev2011
Eee3420 lecture08 rev2011benson215
 
Eee3420 lecture01 rev2011
Eee3420 lecture01 rev2011Eee3420 lecture01 rev2011
Eee3420 lecture01 rev2011benson215
 
Innovic automation college_presentation
Innovic automation college_presentationInnovic automation college_presentation
Innovic automation college_presentationRaj Nayak
 
Liquid foilling machine project
Liquid foilling machine projectLiquid foilling machine project
Liquid foilling machine projectUDYAASEKHARJ
 
IRJET- Design and Implementation of PID Controller using HDL on FPGA
IRJET- 	  Design and Implementation of PID Controller using HDL on FPGAIRJET- 	  Design and Implementation of PID Controller using HDL on FPGA
IRJET- Design and Implementation of PID Controller using HDL on FPGAIRJET Journal
 
PLC Programming Languages
PLC Programming LanguagesPLC Programming Languages
PLC Programming LanguagesLIJU. G. CHACKO
 
BASICS OF FIELDBUS
BASICS OF FIELDBUSBASICS OF FIELDBUS
BASICS OF FIELDBUSShivam Singh
 
Resume - Swapnil Shewalkar (1)
Resume - Swapnil Shewalkar (1)Resume - Swapnil Shewalkar (1)
Resume - Swapnil Shewalkar (1)Swapnil Shewalkar
 
IEC 61131-3 PLC Programming Languages: Beyond Ladder Logic
IEC 61131-3 PLC Programming Languages:  Beyond Ladder LogicIEC 61131-3 PLC Programming Languages:  Beyond Ladder Logic
IEC 61131-3 PLC Programming Languages: Beyond Ladder LogicDrives & Systems
 
Yakaiah_Resume_9Yrs
Yakaiah_Resume_9YrsYakaiah_Resume_9Yrs
Yakaiah_Resume_9YrsYakaiah S
 
PLC Programming Introduction
PLC Programming IntroductionPLC Programming Introduction
PLC Programming IntroductionPranavAutomation
 
3.programmable interrupt controller 8259
3.programmable interrupt controller 82593.programmable interrupt controller 8259
3.programmable interrupt controller 8259MdFazleRabbi18
 
Training Report BHARAT ELECTRONICS LIMITED
Training Report BHARAT ELECTRONICS LIMITEDTraining Report BHARAT ELECTRONICS LIMITED
Training Report BHARAT ELECTRONICS LIMITEDHimanshiSingh71
 

What's hot (20)

Plc
PlcPlc
Plc
 
PLC Architecture
PLC ArchitecturePLC Architecture
PLC Architecture
 
Eee3420 lecture08 rev2011
Eee3420 lecture08 rev2011Eee3420 lecture08 rev2011
Eee3420 lecture08 rev2011
 
Eee3420 lecture01 rev2011
Eee3420 lecture01 rev2011Eee3420 lecture01 rev2011
Eee3420 lecture01 rev2011
 
10
1010
10
 
I010315760
I010315760I010315760
I010315760
 
Innovic automation college_presentation
Innovic automation college_presentationInnovic automation college_presentation
Innovic automation college_presentation
 
Liquid foilling machine project
Liquid foilling machine projectLiquid foilling machine project
Liquid foilling machine project
 
Communication Protocols
Communication ProtocolsCommunication Protocols
Communication Protocols
 
IRJET- Design and Implementation of PID Controller using HDL on FPGA
IRJET- 	  Design and Implementation of PID Controller using HDL on FPGAIRJET- 	  Design and Implementation of PID Controller using HDL on FPGA
IRJET- Design and Implementation of PID Controller using HDL on FPGA
 
PLC Programming Languages
PLC Programming LanguagesPLC Programming Languages
PLC Programming Languages
 
BASICS OF FIELDBUS
BASICS OF FIELDBUSBASICS OF FIELDBUS
BASICS OF FIELDBUS
 
Resume - Swapnil Shewalkar (1)
Resume - Swapnil Shewalkar (1)Resume - Swapnil Shewalkar (1)
Resume - Swapnil Shewalkar (1)
 
Di33658661
Di33658661Di33658661
Di33658661
 
IEC 61131-3 PLC Programming Languages: Beyond Ladder Logic
IEC 61131-3 PLC Programming Languages:  Beyond Ladder LogicIEC 61131-3 PLC Programming Languages:  Beyond Ladder Logic
IEC 61131-3 PLC Programming Languages: Beyond Ladder Logic
 
Yakaiah_Resume_9Yrs
Yakaiah_Resume_9YrsYakaiah_Resume_9Yrs
Yakaiah_Resume_9Yrs
 
PLC Programming Introduction
PLC Programming IntroductionPLC Programming Introduction
PLC Programming Introduction
 
3.programmable interrupt controller 8259
3.programmable interrupt controller 82593.programmable interrupt controller 8259
3.programmable interrupt controller 8259
 
Training Report BHARAT ELECTRONICS LIMITED
Training Report BHARAT ELECTRONICS LIMITEDTraining Report BHARAT ELECTRONICS LIMITED
Training Report BHARAT ELECTRONICS LIMITED
 
Sivanantham resume
Sivanantham resumeSivanantham resume
Sivanantham resume
 

Similar to IRJET- Braille Oriented Classroom

Simulation and Modelling of 3-Floor Elevator System using PLC
Simulation and Modelling of 3-Floor Elevator System using PLCSimulation and Modelling of 3-Floor Elevator System using PLC
Simulation and Modelling of 3-Floor Elevator System using PLCIRJET Journal
 
IRJET- To Design 16 bit Synchronous Microprocessor using VHDL on FPGA
IRJET-  	  To Design 16 bit Synchronous Microprocessor using VHDL on FPGAIRJET-  	  To Design 16 bit Synchronous Microprocessor using VHDL on FPGA
IRJET- To Design 16 bit Synchronous Microprocessor using VHDL on FPGAIRJET Journal
 
Development of Software for Estimation of Structural Dynamic Characteristics ...
Development of Software for Estimation of Structural Dynamic Characteristics ...Development of Software for Estimation of Structural Dynamic Characteristics ...
Development of Software for Estimation of Structural Dynamic Characteristics ...IRJET Journal
 
IRJET - Ingenious Menu Ordering System for Restaurants
IRJET -  	  Ingenious Menu Ordering System for RestaurantsIRJET -  	  Ingenious Menu Ordering System for Restaurants
IRJET - Ingenious Menu Ordering System for RestaurantsIRJET Journal
 
IRJET- Data Acquisition using Tensile Strength Testing Machine
IRJET- Data Acquisition using Tensile Strength Testing MachineIRJET- Data Acquisition using Tensile Strength Testing Machine
IRJET- Data Acquisition using Tensile Strength Testing MachineIRJET Journal
 
IRJET- Home Automation System for Specially Challenged and Senior Citizens
IRJET- Home Automation System for Specially Challenged and Senior CitizensIRJET- Home Automation System for Specially Challenged and Senior Citizens
IRJET- Home Automation System for Specially Challenged and Senior CitizensIRJET Journal
 
IRJET - Design of RISC-V Bit Manipulation Instruction IP using Bluespec S...
IRJET -  	  Design of RISC-V Bit Manipulation Instruction IP using Bluespec S...IRJET -  	  Design of RISC-V Bit Manipulation Instruction IP using Bluespec S...
IRJET - Design of RISC-V Bit Manipulation Instruction IP using Bluespec S...IRJET Journal
 
Paper id 24201428
Paper id 24201428Paper id 24201428
Paper id 24201428IJRAT
 
IRJET- Development of General Purpose Controller Board
IRJET- Development of General Purpose Controller BoardIRJET- Development of General Purpose Controller Board
IRJET- Development of General Purpose Controller BoardIRJET Journal
 
IRJET- Design and Verification of APB Protocol by using System Verilog and Un...
IRJET- Design and Verification of APB Protocol by using System Verilog and Un...IRJET- Design and Verification of APB Protocol by using System Verilog and Un...
IRJET- Design and Verification of APB Protocol by using System Verilog and Un...IRJET Journal
 
IRJET- A Paper on IoT based Digital Notice Board using Arduino ATMega 328
IRJET-  	  A Paper on IoT based Digital Notice Board using Arduino ATMega 328IRJET-  	  A Paper on IoT based Digital Notice Board using Arduino ATMega 328
IRJET- A Paper on IoT based Digital Notice Board using Arduino ATMega 328IRJET Journal
 
IRJET- Smart Energy Meter Billing, Monitoring and Controlling System
IRJET-  	  Smart Energy Meter Billing, Monitoring and Controlling SystemIRJET-  	  Smart Energy Meter Billing, Monitoring and Controlling System
IRJET- Smart Energy Meter Billing, Monitoring and Controlling SystemIRJET Journal
 
IRJET- A Review Paper on Development of General Purpose Controller Board
IRJET- A Review Paper on Development of General Purpose Controller BoardIRJET- A Review Paper on Development of General Purpose Controller Board
IRJET- A Review Paper on Development of General Purpose Controller BoardIRJET Journal
 
IRJET- Automatic Mseb Meter Reading
IRJET- Automatic Mseb Meter ReadingIRJET- Automatic Mseb Meter Reading
IRJET- Automatic Mseb Meter ReadingIRJET Journal
 
3 Axis Drawing Machine
3 Axis Drawing Machine3 Axis Drawing Machine
3 Axis Drawing MachineIRJET Journal
 
IRJET - Design and Implementation of RF based Wireless Home Automation System
IRJET - Design and Implementation of RF based Wireless Home Automation SystemIRJET - Design and Implementation of RF based Wireless Home Automation System
IRJET - Design and Implementation of RF based Wireless Home Automation SystemIRJET Journal
 
Raspberry Pi Based Industrial Process Monitoring Over Android and Controlling...
Raspberry Pi Based Industrial Process Monitoring Over Android and Controlling...Raspberry Pi Based Industrial Process Monitoring Over Android and Controlling...
Raspberry Pi Based Industrial Process Monitoring Over Android and Controlling...IRJET Journal
 
IRJET- Intelligent Car Parking System
IRJET-  	  Intelligent Car Parking SystemIRJET-  	  Intelligent Car Parking System
IRJET- Intelligent Car Parking SystemIRJET Journal
 
IRJET- Note to Coin Converter using Digital Image Correlation Technique i...
IRJET-  	  Note to Coin Converter using Digital Image Correlation Technique i...IRJET-  	  Note to Coin Converter using Digital Image Correlation Technique i...
IRJET- Note to Coin Converter using Digital Image Correlation Technique i...IRJET Journal
 

Similar to IRJET- Braille Oriented Classroom (20)

Simulation and Modelling of 3-Floor Elevator System using PLC
Simulation and Modelling of 3-Floor Elevator System using PLCSimulation and Modelling of 3-Floor Elevator System using PLC
Simulation and Modelling of 3-Floor Elevator System using PLC
 
IRJET- To Design 16 bit Synchronous Microprocessor using VHDL on FPGA
IRJET-  	  To Design 16 bit Synchronous Microprocessor using VHDL on FPGAIRJET-  	  To Design 16 bit Synchronous Microprocessor using VHDL on FPGA
IRJET- To Design 16 bit Synchronous Microprocessor using VHDL on FPGA
 
Development of Software for Estimation of Structural Dynamic Characteristics ...
Development of Software for Estimation of Structural Dynamic Characteristics ...Development of Software for Estimation of Structural Dynamic Characteristics ...
Development of Software for Estimation of Structural Dynamic Characteristics ...
 
IRJET - Ingenious Menu Ordering System for Restaurants
IRJET -  	  Ingenious Menu Ordering System for RestaurantsIRJET -  	  Ingenious Menu Ordering System for Restaurants
IRJET - Ingenious Menu Ordering System for Restaurants
 
IRJET- Data Acquisition using Tensile Strength Testing Machine
IRJET- Data Acquisition using Tensile Strength Testing MachineIRJET- Data Acquisition using Tensile Strength Testing Machine
IRJET- Data Acquisition using Tensile Strength Testing Machine
 
IRJET- Home Automation System for Specially Challenged and Senior Citizens
IRJET- Home Automation System for Specially Challenged and Senior CitizensIRJET- Home Automation System for Specially Challenged and Senior Citizens
IRJET- Home Automation System for Specially Challenged and Senior Citizens
 
Fire Fighting Robot
Fire Fighting RobotFire Fighting Robot
Fire Fighting Robot
 
IRJET - Design of RISC-V Bit Manipulation Instruction IP using Bluespec S...
IRJET -  	  Design of RISC-V Bit Manipulation Instruction IP using Bluespec S...IRJET -  	  Design of RISC-V Bit Manipulation Instruction IP using Bluespec S...
IRJET - Design of RISC-V Bit Manipulation Instruction IP using Bluespec S...
 
Paper id 24201428
Paper id 24201428Paper id 24201428
Paper id 24201428
 
IRJET- Development of General Purpose Controller Board
IRJET- Development of General Purpose Controller BoardIRJET- Development of General Purpose Controller Board
IRJET- Development of General Purpose Controller Board
 
IRJET- Design and Verification of APB Protocol by using System Verilog and Un...
IRJET- Design and Verification of APB Protocol by using System Verilog and Un...IRJET- Design and Verification of APB Protocol by using System Verilog and Un...
IRJET- Design and Verification of APB Protocol by using System Verilog and Un...
 
IRJET- A Paper on IoT based Digital Notice Board using Arduino ATMega 328
IRJET-  	  A Paper on IoT based Digital Notice Board using Arduino ATMega 328IRJET-  	  A Paper on IoT based Digital Notice Board using Arduino ATMega 328
IRJET- A Paper on IoT based Digital Notice Board using Arduino ATMega 328
 
IRJET- Smart Energy Meter Billing, Monitoring and Controlling System
IRJET-  	  Smart Energy Meter Billing, Monitoring and Controlling SystemIRJET-  	  Smart Energy Meter Billing, Monitoring and Controlling System
IRJET- Smart Energy Meter Billing, Monitoring and Controlling System
 
IRJET- A Review Paper on Development of General Purpose Controller Board
IRJET- A Review Paper on Development of General Purpose Controller BoardIRJET- A Review Paper on Development of General Purpose Controller Board
IRJET- A Review Paper on Development of General Purpose Controller Board
 
IRJET- Automatic Mseb Meter Reading
IRJET- Automatic Mseb Meter ReadingIRJET- Automatic Mseb Meter Reading
IRJET- Automatic Mseb Meter Reading
 
3 Axis Drawing Machine
3 Axis Drawing Machine3 Axis Drawing Machine
3 Axis Drawing Machine
 
IRJET - Design and Implementation of RF based Wireless Home Automation System
IRJET - Design and Implementation of RF based Wireless Home Automation SystemIRJET - Design and Implementation of RF based Wireless Home Automation System
IRJET - Design and Implementation of RF based Wireless Home Automation System
 
Raspberry Pi Based Industrial Process Monitoring Over Android and Controlling...
Raspberry Pi Based Industrial Process Monitoring Over Android and Controlling...Raspberry Pi Based Industrial Process Monitoring Over Android and Controlling...
Raspberry Pi Based Industrial Process Monitoring Over Android and Controlling...
 
IRJET- Intelligent Car Parking System
IRJET-  	  Intelligent Car Parking SystemIRJET-  	  Intelligent Car Parking System
IRJET- Intelligent Car Parking System
 
IRJET- Note to Coin Converter using Digital Image Correlation Technique i...
IRJET-  	  Note to Coin Converter using Digital Image Correlation Technique i...IRJET-  	  Note to Coin Converter using Digital Image Correlation Technique i...
IRJET- Note to Coin Converter using Digital Image Correlation Technique i...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
(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
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
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
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 

Recently uploaded (20)

Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
(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...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
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
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
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
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 

IRJET- Braille Oriented Classroom

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 961 Braille Oriented Classroom Amrutha R.1, Bhavya A.2, Keerthi K.S.3, Sruthi K.R.4 , Bindu P.K.5 1,2,3,4 Final year Students, Dept. of ECE, Ammini College of Engineering, Palakkad, Kerala, India 5Asst Professor, Dept. of Electronics and Communication Engineering, Ammini College of Engineering, Palakkad --------------------------------------------------------------------------------***-------------------------------------------------------------------------------- Abstract – Visually impaired people faces difficulties in interaction and in communication. Brailleisthelanguageused by the blind to interact and communicate. It is a system of writing that uses patterns of raised dots to inscribe characters on paper. It therefore allows visually impaired people to read and write using touch instead of vision. All over the world, persons who are visually impaired have used Braille as the primary means of accessing information. Braille is a means of reading and writing for blind people. Despite of all these advancement in the technological field, the physically impaired people have no access for these technologies. So as a step to bridge the gap between the blind people and the technological advancement we decided to design a braille oriented classroom that provides a campus like environment. Key Words: Braille, Relay, Visual Basic Application, PIC, Zigbee, Actuator. 1. INTRODUCTION The paper proposes an effective way for developing braille classroom which allow visually impaired students to read the text messages in the form of braille characters. Braille is the system for blind students to participate in a literate culture. A braille trained student can easily read these data by putting their hands on the dc actuators. Here a visual basic application is used for inputting. The teacher can type the text-messages in the VB application and can send using zigbee. The Braille-kit of the student receive the data from the transmitter PC. LCD display interface for trouble shooting purposes. The paper here intended to do in only one direction i.e.; text to Braille conversion. The Braille cell consist of 6 moveable pins in rectangular array. The proposed system is divided into 2 sections 1) Transmitter section. 2) Receiver section or embedded section. Fig-1 shows the basic block diagram of the proposed transmitter section. Fig -1: Block diagram of transmitter section. The Fig-2 shows the basic block diagram of the proposed receiver section. Fig -2: Block diagram of receiver section. 1.1 Basic mechanism Transmitted section consists of PC with VBplatformwhichis controlled by those who is handling the class. The one who handlesthe class can type the text-data inVBapplicationand the application send these data wirelessly through a Zigbee transceiver. Receiver section consists of a Braille-kit with a microcontroller, which is programmed to receive the data from the transmitter PC. There is also a zigbee transceiver module in receiver Braille-kit and these module receive the data and given to the microcontroller. The program loaded in the microcontroller decodes these data to Braille format and the dc- actuators will up and down accordingly. 1.2 Transmitter section The transmitter section consists of a PC with visual basic application. It is a programming environment. Visual basic application is programmed to serially communicatewiththe zigbee transmitter module. Also VB is programmed to produce the front end consisting label, command box, and text box. Following are the steps for creating a programming environment in Visual studio.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 962  Open Visual studio.  Build a form.  Show the code window.  Writing code.  Test the code.  Build the code. In Visual studio there are toolsfor writing and designing.On the left of Visual studio is a tool box of windows controls (Drop down menus, text boxes, labels, buttons, checkboxes etc.). By programming this application can control these tools and can be used to transmit the text messages to the braille kit. Fig-3: VB front-end 1.3 Receiver section The receiver section consists of 6 actuators which is connected to 6 relays. Each actuators are controlled by each relay. The actuator are actually controlled by the outputs received which are equivalent to the text message. The pic microcontroller is programmed to decode the text message into braille characters and the actuators will up and down accordingly. 2. SIMULATION OF THE SYSTEM Simulation of the system is done bythesoftwareProteus 8 Professional and mikroC PRO for PIC. The 16F877A is a capable microcontroller that can do many tasks because it has a large enough programming memory (large in terms of sensor and control projects) 8k words and 368 Bytes of RAM. This is enough to do many different projects. Among the peripheral features of PIC here we have used the Port programming, LCD programming and Zigbee programming i.e. serial communication. 2.1 Simulation result PIC 16F877A normally have 5 input/output ports. The ports are used for the input/output interfacing with other devices. Here Port B, Port C, and Port D are used as input as well as output ports. Port B is an 8 bit bi-directional port and its direction is controlled and maintained by TRIS-B data directionregister. Setting TRIS-B into logic 0 makes the port B as an output port. Here instead of actuators, in simulation LED is interfaced with port B and when the input reaches it will on and off accordingly. Fig-4: Simulation Port C is also an 8 bit bi-directional port and its direction is controlled and maintained by TRIS-C data direction register. Setting TRIS-C data direction register into logic 1 makes the port C as an input port. Here zigbee module is interfaced and it acts as an input port. Port D is an 8 bit bi-directional port and its direction is controlled andmaintained by TRIS-Ddata directionregister. Setting TRIS-D into logic 0 makes the port D as an output port. Here RD0 to RD7 are connected to the LCD display’s D0 to D7 pins. This acts as an output port. 3. HARDWARE SECTIONS Main hardware sections used in this project are PIC microcontroller, Actuators, Relay, and LCD fordisplayingthe words which is transmitted. Fig-7 shows the Braille kit. Fig-5: Braille kit
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 963 3.1 Microcontroller-PIC16F877A The controller is programmed to receive the text message. The controller then decodes the message accordingly to the program loaded. The controller converts the input text signals to the equivalent braille form. PIC 16F877A is one of the most advanced microcontroller which is used here. A slight disadvantage is that it has no internal oscillator so an external crystal oscillator of 4MHZ is provided. Features Themidrange PIC Microcontroller offer severalfeaturesthat help to achieve these goals. The special features include:  5 Digital I/O Ports –Port A,B,C,D,E  Three timer/counter modules  A 10-bit ADC with 8 inputs  Two Capture, Compare, PWM modules  Synchronous Serial Port (SSP) withSPI(Mastermode) and I2C (Master/Slave)  Universal Synchronous Asynchronous Receiver Transmitter (USART/SCI) with 9- bit address detection.  Parallel Slave Port (PSP) 8-bitswide,withexternalRD, WR and CS. 3.2 Actuators A linear actuator that creates motion in straight line. Actuators are devices which converts electrical energy in to mechanical motion. The piezoelectric effect isthepropertyin the linear actuators usedhere.The applicationofthevoltages correspond to tiny expansions. Fig-6: Actuators 3.3 ZIGBEE module The transceiver module used here is Zigbee. The operating frequency is about 2.4GHZ. One zigbee module is placed in the transmitter section. Also in transmitter section for serial communication from the PC, USB to TTL converter is used. Since PC doesn’t have serial port. Fig-7: Transmitter module along with USB to TTL converter Receiver sectionconsists of another zigbeemodulewhich is interfaced with the controller. CC2500 is used as transceiver module here. Features  Low power consumption.  Available frequency at: 2.4 2.483 GHz Adjustable  Integrated IF and data filters. 3. 4 LCD module A 16x2 LCD (Liquid Crystal Display) screen is used for displaying the received text message. Main function of LCD display here used is for trouble shooting purpose. 3.5 Voltage regulator The voltage regulator here used is to regulate the DC voltage to a stable voltage level. In this project stable voltages 5V is required. For this 7805 voltage regulators is used for 5V. 3.6 Relay Six relaysare used inorder to control the six actuators. Relay switches open and close electromagnetically and controls another circuit. Applying an electric current to the contacts will change the state then gets energized and can drive high power devices. Here actuators are driven by these relays. 4. CONCLUSIONS The proposed method is a new and cost effective way of developing a system for controlling piezoelectricBraille cell by using Programmable Interface Controller (PIC) microcontroller. The new design makes use of electromagnetic or piezoelectric principles. The development of low cost English text to Braille is necessary for Braille teaching people and help to visually impaired community. It will show the new way of conversion method for people working in computer environment. The system that has been proposed here eliminates the use of vacuum suction principle and hence reduces the cost to a great
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 964 extent. To support this new design, we have also given details of interface circuitry and software system that controls this head. The Braille code equivalent of each character is generated in the output box of the tool. The same technique can be used in various languages like Bengali, Hindi, Tamil, French, etc., The Braille code conversion process is a single step and the data transferrate is normal and it is controllable. It is one of the best tool for visually impaired people and Braille learning people using computer technology. ACKNOWLEDGEMENT We wish to express our deep sense of gratitude to our beloved Chairman Sri. K.G Madhu and all trust members of Ammini College of Engineering for providing all the necessary facilities to conduct our project work. We express our sincere thanks to the principal Dr. Shasi Dharan for his support. We express our gratitude to Head of the Department Ms. Susan Varghese, department of Electronics and Communication Engineering, for the support and guidance she has extended to carry out the project work successfully. We extend our sincere thanks to the project coordinator and our guide Ms. Bindu P.K, Assistantprofessor and staff members of the Department of Electronics and Communication Engineering for their valuable suggestions and help throughout our project work. REFERENCES 1. Implementation of assistive technology with students who are visually impaired: Teachers readiness." by Abner, G. H., Lahm, E. A 2. The Braille Literacy Crisis for Children-Journal of Visual Impairment Blindness, v90, n3, p276-78, ISSN": by Johnson. 3. Development of Piezoelectric Braille Cell Control System Using Microcontroller Unit (MCU)" by S. MAD SAAD. 4. Design with PIC Microcontrollers: J.B. Peat man 5. Peter Daniels, 1996, "Analog and DigitalWriting",in The World’s Writing Systems 886. 6. Dr. N. R. Bhasme and Madhuresh Sontakke, Topologies of Power Converters For Led Light Applications, International Journal of Electrical Engineering and Technology, 5(3), 2014, 14–26. BIOGRAPHIES Bindu P K is with Ammini College of engineering, Palakkad as Assistant professor in the ECE dept. She received the B.Tech degree in Electronics and Communication Engineering from Government Engineering College, Wayanad and M.E in Applied Electronics fromAnna University Regional Centre, Coimbatore. She published3National Conference papers and 3 International Journals on the topic related to Communication, Image Processing and VLSI Sruthi K.R. is doing his B.Tech in Electronics and Communication Engineering at Ammini college of Engineering, Calicut university, Kerala. Amrutha R. is pursuing her B.Techin Electronics and Communication Engineering from Ammini College of Engineering, Palakkad, Kerala. Bhavya A. currentlydoingherB.Tech in Electronics and Communication Engineering at Ammini college of Engineering, Calicut university, Kerala. Keerthi K.S. is with Ammini College of Engineering doing her B.Tech in Electronics and Communication Engineering, Calicut university, Kerala. .