SlideShare uma empresa Scribd logo
1 de 9
Baixar para ler offline
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 7, July 2013
2389
www.ijarcet.org
VOICE ACTIVATED PROGRAMMABLE
MULTIPURPOSE ROBOT
V.NAGAMANI1
SHANTI SWAROOP KAMPA2
CH.SREEDHAR3
SIDDARTH.G4
A.RAKESH REDDY5
1
ASSISTANT PROFESSOR,ECE, CHAITANYA BHARATI INSTITUTE OF TECHNOLOGY ,PRODDATUR
2
ASSISTANT PROFESSOR,ECE, DR.KV.SRIT (DR.KV SUBBAREDDY INSTITUTE OF TECH).KURNOOL
3
ASSISTANT PROFESSOR,ECE, GLOBAL INSTITUTE OF ENGINEERING AND TECHNOLOGY ,HYDERABAD
4
B.TECH,ECE,VIDYA JYOTHI INSTITUTE OF TECHNOLOGY, HYDERABAD
5
B.TECH,ECE,VIDYA JYOTHI INSTITUTE OF TECHNOLOGY, HYDERABAD
ABSTRACT: This paper introduces a systematic approach to design and implement a Real-time Voice Activated
Programmable Multipurpose Robot. The robot’s architecture consists of the following subsystems, namely Electronics
subsystem and Software subsystem. Electronics subsystem gets a set of commands from software subsystem and generates
control signals for the entire system. Software subsystem which is usually a computer provides easy to use interface for users
which may be accepting commands like natural language sentences and translates it to low level commands which could be
understood by machine (microcontroller or microprocessor). A voice recording IC APR9600 of non-volatile storage and
playback capability is deployed in the system. This IC can be used in visitor guiding mode and patient guiding mode to play
the voices stored. APR9600 can store 8 voices as we are using voice recorder IC in random access mode.
A photoelectric sensor through opto-coupler is connected to the microcontroller to sense the obstacles in front of the
robot and to take appropriate decisions The robot is controlled wirelessly using DTMF Decoder by dual tone multi frequency
technique (DTMF). Two cell phones are used here one as transmitter and another as a receiver .The signal from the receiver
cell phone headset is given to the IC HT9170B which decodes the dual tones and gives a binary data according to the key
pressed in the transmitter cell phone. The receiver cell phone is kept in the robot. First a call is made from a transmitter cell
phone. After the call gets activated in the receiver end we can control the robot through the transmitter cell phone.
Keywords: DTMF, IC, ROBOT, VOICE
I . INTRODUCTION TO EMBEDDED SYSTEMS:
An embedded system is an application that contains
at least one programmable computer (typically in the form of
a microcontroller, a microprocessor or digital signal processor
chip) and which is used by individuals who are, in the main,
unaware that the system is computer-based. Embedded
systems incorporate microprocessor with in their
implementation. The main purpose of the microprocessor is to
simplify the system design and provide flexibility. This
system may not have a disk driver and so the software is often
stored in a ROM chip. Embedded systems often have several
things to do at once.
Embedded systems are found in wide range of
applications like expensive industrial control applications. As
the technology brought down the cost of dedicated processors,
they began to appear in moderately expansive applications
such as automobiles, communications and office equipment,
televisions. Today’s embedded system is so inexpensive that
they are used in almost every electronic product in our
life.Frequently, an embedded system is a component within
some larger system. For example, modern cars and trucks
contain many embedded systems. One embedded system
controls the anti-lock brakes, while the other monitors and
controls the vehicle's emissions, and a third displays
information on the dashboard. In some cases, these embedded
systems are connected by some sort of a communications
network, but that is certainly not a requirement.
Many embedded systems have to run 24 hours a day,
it can’t just “reboot” when something goes wrong. Also,
unlike software designed for general-purpose computers,
embedded software cannot usually be run on other embedded
systems without significant modification. As a result,
unnecessary circuitry is eliminated and hardware resources are
shared wherever possible. For this reason a good coding
practices and thorough testing take on a new level of realm of
embedded processors.
2. Introduction to Robotics:
Robotics can be described as the current pinnacle of
technical development. Robotics is a confluence science using
the continuing advancements of mechanical engineering,
material science, sensor fabrication, manufacturing
techniques, and advanced algorithms. Robotics is the science
and technology of robots, their design, manufacture, and
application. Robotics requires a working knowledge of
electronics, mechanics and software, and is usually
accompanied by a large working knowledge of many subjects.
The International Organization for Standardization defines a
robot as "an automatically controlled, reprogrammable,
multipurpose, manipulator programmable in three or more
axes, which may be either fixed in place or mobile for use in
industrial automation applications."A robot is a mechanical or
virtual, artificial agent. It is usually an electromechanical
system, which, by its appearance or movements, conveys a
sense that it has intent or agency of its own.
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 7, July 2013
2390
www.ijarcet.org
2.1 Block Diagram:
Sensor ---------
---
Fig 2.1 Block Diagram of voice activated
programmable multipurpose robot
AT89C52
LCD Interfacing
(2x16type,5x7 methodology)
Power
Supply
(7805
Voltage
Regulator)
DTMF
Reciever
(CM8870)
APR9600
ULN Driver
Opto
Coupler
(MCT2E)
Microphone
Speaker
Cell Phone
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 7, July 2013
2391
www.ijarcet.org
Fig 2.1.1 The circuit diagram for the robot is shown below.
2.1.2 Explanation of circuit diagram & operation:
The clock is generated for the microcontroller using a
crystal of frequency 11.0592MHz connected to pins XTAL1
and XTAL2. A 6V battery is connected to a 7805 voltage
regulator. The regulated output is given as supply to the
microcontroller and all the other IC'S used.
PORT0 of microcontroller AT89C51 is connected to
input of buffer 74HC244. The buffer is used to isolate the
microcontroller and the stepper motor. The output of buffer is
given to IRF 540N, a FET to provide the necessary current to
drive the stepper motor. The power supply for the stepper
motor is from a 12V battery.
PORT1 of the AT89C51 is connected to a
multiplexed seven segment display system. The seven
segment displays used here are common anode displays. Each
pin of upper nibble in PORT1 is connected to a transistor
BC547 which selects one of the 7-segment displays. The
lower nibble is connected to IC 4511 a common anode BCD
to seven segment decoder which converts the BCD data to
seven segment data and then give it to the seven segment
displays. These displays are used for the user to set the time,
distance to be traveled, display time, display distance to be
traveled, etc. In PORT2 the lower nibble is connected to a 4
x16 decoder. The decoder outputs select which voice is to be
played in APR9600's.
The APR9600 device offers voice recording, non-
volatile storage and playback capability. APR 9600 can store
8 voices because we use voice recorder IC's in random access
mode. The duration of each voice is 7.5 seconds. We use these
two voice recorder IC's in visitor guiding mode and patient
guiding mode to play the voices stored. In the upper nibble pin
P2.4 is connected to a photoelectric sensor through an opto-
coupler IC MCT2E which senses the obstacles in front of the
robot. When the sensor senses the object it gives logic one to
the controller. The pin P2.5 is connected to a buzzer. In
PORT3 the pins P3.3-P3.6 are connected to push to on
switches which are used for giving input such as directions,
distance and time to the robot. The port pins P3.2 and P3.7 are
connected to the SDA and SCL pins of the real time clock IC
DS1307 respectively.
The microcontroller communicates with DS1307
through I2C logic. We read the time from the real time clock
and we can set the time in the patient guiding mode. The robot
is controlled wirelessly using the IC CM8870 by dual tone
multi frequency technique (DTMF). Two cell phones are used
here one as transmitter and another as a receiver .The signal
from the receiver cell phone headset is given to the IC
CM8870 which decodes the dual tones and gives a binary data
according to the key pressed in the transmitter cell phone. The
receiver cell phone is kept in the robot. First a call is made
from a transmitter cell phone. After the call gets activated in
the receiver end we can control the robot through the
transmitter cell phone.
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 7, July 2013
2392
www.ijarcet.org
3. Source Code
1. Click on the Keil uVision Icon on Desktop
2. The following fig will appear
3. Click on the Project menu from the title bar
4. Then Click on New Project
5. Save the Project by typing suitable project name
with no extension in u r own folder sited in
either C: or D:
6. Then Click on Save button above.
7. Select the component for u r project. i.e.
Atmel……
8. Click on the + Symbol beside of Atmel
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 7, July 2013
2393
www.ijarcet.org
9. Select AT89C52 as shown below
10. Then Click on “OK”
11. The Following fig will appear
12. Then Click either YES or NO………mostly
“NO”
13. Now your project is ready to USE
14. Now double click on the Target1, you would get
another option “Source group 1” as shown in
next page.
15. Click on the file option from menu bar and select
“new”
16. The next screen will be as shown in next page,
and just maximize it by double clicking on its
blue boarder.
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 7, July 2013
2394
www.ijarcet.org
17. Now start writing program in either in “C” or
“ASM”
18. For a program written in Assembly, then save it
with extension “. asm” and for “C” based
program save it with extension “ .C”
19. Now right click on Source group 1 and click on
“Add files to Group Source”
20. Now you will get another window, on which by
default “C” files will appear.
21. Now select as per your file extension given
while saving the file
22. Click only one time on option “ADD”
23. Now Press function key F7 to compile. Any
error will appear if so happen.
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 7, July 2013
2395
www.ijarcet.org
24. If the file contains no error, then press
Control+F5 simultaneously.
25. The new window is as follows
26. Then Click “OK”
27. Now Click on the Peripherals from menu bar,
and check your required port as shown in fig
below
28. Drag the port a side and click in the program
file.
29. Now keep Pressing function key “F11” slowly
and observe.
30. You are running your program successfully
4. Conclusions:
This paper work titled “Voice Activated Robot” has
been developed from the basic idea of designing a completely
automated system possessing reprogram ability feature, to
meet the industrial and real time applications, and can work in
any situations, with maximum efficiency and more life time.
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 7, July 2013
2396
www.ijarcet.org
As discussed earlier the robot emulates biomorphic properties
to a certain extent. The basic working principles of
communications for sensor properties and stepper motor are
thoroughly studied prior to their application in the paper work.
The locomotive ability is provided using a small
range stepper motor is used and the wheels are directly
coupled to the shaft of stepper motor because it’s a demo. But
in practice suitable gear mechanism should be designed to
drive the huge bodies and a larger rating stepper has to be
employed. Also here in the demo module, as we embedded a
voice activated chip [APR9600] which plays the role of alarm
by intimating, when the robot faces an obstacle. But the
response can be made intelligent using proper technology.
Also the scope of using robots to help disabled people is
enhanced by vocal programmable multifunctional robot. The
programmable feature of also allows for mass production and
to personalize it according to one’s ease, thus providing a
reliable source of assistance. The overall module is completely
tested and trail run; results found satisfactory.
5. Bibliography:
1. www.embedded.com
2. www.esacademy.com/automation/docs/c51primer/c5
1prim.htm
3. www.atmelcorporation.com
4. www.wikipedia.com
5. www.mitel.databook.com
6. www.atmel.databook.com
7. www.franklin.com
8. www.keil.com
9. www.ikalogic.com/cat_microcontrollers.php
6. Authors Biography:
V.NAGAMANI1
working as an ASSISTANT
PROFESSOR in chaitanya bharati institute of technology
,proddatur.herareasofresearchinterestsincludeWireless&Mobil
ecommunications,Digitalsignalprocessing,Imageprocessing,Te
lecommunications, communication systems, Signal
processing, embedded systems, network security
SHANTI SWAROOP KAMPA2
is working as an
Asst.professor in Department of Electronics and
Communication Engineering at DR.KV.SRIT (DR.KV
SUBBAREDDY INSTITUTE OF TECH). He completed
M.Tech (VLSI) from Rashtrasant Tukadoji Maharaj Nagpur
University and B.Tech (ECE) from Sri Krishna deveraya
University, ANANTAPUR. His area of research includes
Digital Image Processing, Embedded systems, Wireless
mobile communications
CH. SREEDHAR3
is from
HYDERABAD, ANDHRAPRADESH. Completed
M.TECH in ECE with specialization (VLSI SYSTEMS
DESIGN) from Kshatriya college of engineering affiliated by
JNTUH in 2011and B.TECH in ECE from Aizza College of
Engineering & technology affiliated by JNTUH in 2006.
Currently he is working as an Assistant professor in ECE
department at Global Institute of Engineering & Technology,
Hyderabad from 2007.His areas of research interests
includeWireless&Mobilecommunications,Digitalsignalpro
cessing, Imageprocessing, Telecommunications,
communication systems, Signal processing, embedded
systems, network security.
SIDDARTH.G4
is from
hyderabad, presently he is final year student of vidya jyothi
institute of technology,aziz nagar,ECE branch. HIS areas of
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 7, July 2013
2397
www.ijarcet.org
research interests are include VLSI DESIGN, EMBEDDED
SYSTEMS, AND COMMUNICATION SYSTEMS.
A.RAKESH REDDY5
is from hyderabad,
presently he is final year student of vidya jyothi
institute of technology,aziz nagar,ECE branch. HIS
areas of research interests are include VLSI
DESIGN, EMBEDDED SYSTEMS, AND
COMMUNICATION SYSTEMS.

Mais conteúdo relacionado

Mais procurados

embedded systems and robotics on avr platform
embedded systems and robotics on avr platformembedded systems and robotics on avr platform
embedded systems and robotics on avr platformNeha Sharma
 
IRJET-Home Automation System Based on Voice Recognition
IRJET-Home Automation System Based on Voice RecognitionIRJET-Home Automation System Based on Voice Recognition
IRJET-Home Automation System Based on Voice RecognitionIRJET Journal
 
Embedded Systems & Robotics
Embedded Systems  & RoboticsEmbedded Systems  & Robotics
Embedded Systems & Roboticsspoorani
 
Smart door project ppt shivnaresh likhar
Smart door project ppt shivnaresh likharSmart door project ppt shivnaresh likhar
Smart door project ppt shivnaresh likharShivnaresh Likhar
 
Presentation on embedded system and robotics
Presentation on embedded system and roboticsPresentation on embedded system and robotics
Presentation on embedded system and roboticsArpit Upadhyay
 
Smart door project report shivnaresh likhar
Smart door project report shivnaresh likharSmart door project report shivnaresh likhar
Smart door project report shivnaresh likharShivnaresh Likhar
 
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
 
Project Report on Embedded Systems
Project Report on Embedded Systems Project Report on Embedded Systems
Project Report on Embedded Systems Suhani Singh
 
Interactive voice response (ivr) electronic control unit (ecu) for unmanned g...
Interactive voice response (ivr) electronic control unit (ecu) for unmanned g...Interactive voice response (ivr) electronic control unit (ecu) for unmanned g...
Interactive voice response (ivr) electronic control unit (ecu) for unmanned g...eSAT Journals
 
IRJET- Navigation Camp – Bot
IRJET-  	  Navigation Camp – BotIRJET-  	  Navigation Camp – Bot
IRJET- Navigation Camp – BotIRJET Journal
 
Embedded system development-Arduino UNO
Embedded system development-Arduino UNOEmbedded system development-Arduino UNO
Embedded system development-Arduino UNOayush sultania
 
Bachelors Project Report
Bachelors Project ReportBachelors Project Report
Bachelors Project ReportManu Mitra
 
BLUETOOTH CONTROLLED ROBOCAR
BLUETOOTH CONTROLLED ROBOCARBLUETOOTH CONTROLLED ROBOCAR
BLUETOOTH CONTROLLED ROBOCARPulkit Singhal
 
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
 
Embedded systems and robotics by scmandota
Embedded systems and robotics by scmandotaEmbedded systems and robotics by scmandota
Embedded systems and robotics by scmandotascmandota
 
An Introduction to Robotics and Embedded System
An Introduction to Robotics and Embedded SystemAn Introduction to Robotics and Embedded System
An Introduction to Robotics and Embedded SystemPeeyush Sahu CAPM®
 

Mais procurados (19)

embedded systems and robotics on avr platform
embedded systems and robotics on avr platformembedded systems and robotics on avr platform
embedded systems and robotics on avr platform
 
IRJET-Home Automation System Based on Voice Recognition
IRJET-Home Automation System Based on Voice RecognitionIRJET-Home Automation System Based on Voice Recognition
IRJET-Home Automation System Based on Voice Recognition
 
Embedded Systems & Robotics
Embedded Systems  & RoboticsEmbedded Systems  & Robotics
Embedded Systems & Robotics
 
Smart door project ppt shivnaresh likhar
Smart door project ppt shivnaresh likharSmart door project ppt shivnaresh likhar
Smart door project ppt shivnaresh likhar
 
Presentation on embedded system and robotics
Presentation on embedded system and roboticsPresentation on embedded system and robotics
Presentation on embedded system and robotics
 
Smart door project report shivnaresh likhar
Smart door project report shivnaresh likharSmart door project report shivnaresh likhar
Smart door project report shivnaresh likhar
 
Arduino Based Collision Prevention Warning System
Arduino Based Collision Prevention Warning SystemArduino Based Collision Prevention Warning System
Arduino Based Collision Prevention Warning System
 
Project Report on Embedded Systems
Project Report on Embedded Systems Project Report on Embedded Systems
Project Report on Embedded Systems
 
Interactive voice response (ivr) electronic control unit (ecu) for unmanned g...
Interactive voice response (ivr) electronic control unit (ecu) for unmanned g...Interactive voice response (ivr) electronic control unit (ecu) for unmanned g...
Interactive voice response (ivr) electronic control unit (ecu) for unmanned g...
 
IRJET- Navigation Camp – Bot
IRJET-  	  Navigation Camp – BotIRJET-  	  Navigation Camp – Bot
IRJET- Navigation Camp – Bot
 
Embedded system development-Arduino UNO
Embedded system development-Arduino UNOEmbedded system development-Arduino UNO
Embedded system development-Arduino UNO
 
Bachelors Project Report
Bachelors Project ReportBachelors Project Report
Bachelors Project Report
 
Major
MajorMajor
Major
 
J04701080085
J04701080085J04701080085
J04701080085
 
BLUETOOTH CONTROLLED ROBOCAR
BLUETOOTH CONTROLLED ROBOCARBLUETOOTH CONTROLLED ROBOCAR
BLUETOOTH CONTROLLED ROBOCAR
 
Arduino Based Collision Prevention Warning System
Arduino Based Collision Prevention Warning SystemArduino Based Collision Prevention Warning System
Arduino Based Collision Prevention Warning System
 
Embedded systems and robotics by scmandota
Embedded systems and robotics by scmandotaEmbedded systems and robotics by scmandota
Embedded systems and robotics by scmandota
 
Industrial Safety Measurement using Sensors and Voice Announcement
Industrial Safety Measurement using Sensors and Voice AnnouncementIndustrial Safety Measurement using Sensors and Voice Announcement
Industrial Safety Measurement using Sensors and Voice Announcement
 
An Introduction to Robotics and Embedded System
An Introduction to Robotics and Embedded SystemAn Introduction to Robotics and Embedded System
An Introduction to Robotics and Embedded System
 

Destaque (14)

A new-look-at-rpo-final
A new-look-at-rpo-finalA new-look-at-rpo-final
A new-look-at-rpo-final
 
Gaja Magda
Gaja MagdaGaja Magda
Gaja Magda
 
1663 1669
1663 16691663 1669
1663 1669
 
Volume 2-issue-6-1987-1992
Volume 2-issue-6-1987-1992Volume 2-issue-6-1987-1992
Volume 2-issue-6-1987-1992
 
Ijarcet vol-2-issue-2-319-322
Ijarcet vol-2-issue-2-319-322Ijarcet vol-2-issue-2-319-322
Ijarcet vol-2-issue-2-319-322
 
1709 1715
1709 17151709 1715
1709 1715
 
Ijarcet vol-2-issue-3-1036-1040
Ijarcet vol-2-issue-3-1036-1040Ijarcet vol-2-issue-3-1036-1040
Ijarcet vol-2-issue-3-1036-1040
 
1694 1698
1694 16981694 1698
1694 1698
 
Ijarcet vol-2-issue-3-875-880
Ijarcet vol-2-issue-3-875-880Ijarcet vol-2-issue-3-875-880
Ijarcet vol-2-issue-3-875-880
 
Ijarcet vol-2-issue-2-323-329
Ijarcet vol-2-issue-2-323-329Ijarcet vol-2-issue-2-323-329
Ijarcet vol-2-issue-2-323-329
 
1694 1698
1694 16981694 1698
1694 1698
 
Ijarcet vol-2-issue-4-1383-1388
Ijarcet vol-2-issue-4-1383-1388Ijarcet vol-2-issue-4-1383-1388
Ijarcet vol-2-issue-4-1383-1388
 
1801 1805
1801 18051801 1805
1801 1805
 
Hyperlink dipa
Hyperlink dipaHyperlink dipa
Hyperlink dipa
 

Semelhante a Ijarcet vol-2-issue-7-2389-2397

Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th year
Floor cleaning robot(autonomus mannual)  vatsal shah-ec_4th yearFloor cleaning robot(autonomus mannual)  vatsal shah-ec_4th year
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th yearVatsal N Shah
 
Decibel meter using IoT with notice board
Decibel meter using IoT with notice boardDecibel meter using IoT with notice board
Decibel meter using IoT with notice boardIRJET Journal
 
IRJET- Rescue of Psycological Infirmity People using Wirless Network
IRJET- Rescue of Psycological Infirmity People using Wirless NetworkIRJET- Rescue of Psycological Infirmity People using Wirless Network
IRJET- Rescue of Psycological Infirmity People using Wirless NetworkIRJET Journal
 
final project report_full edit
final project report_full editfinal project report_full edit
final project report_full editSayam Roy
 
IRJET - Automatic Toll E-Tickting System for Transportation and Finding o...
IRJET -  	  Automatic Toll E-Tickting System for Transportation and Finding o...IRJET -  	  Automatic Toll E-Tickting System for Transportation and Finding o...
IRJET - Automatic Toll E-Tickting System for Transportation and Finding o...IRJET Journal
 
A Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled PersonA Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled PersonIRJET Journal
 
IOT Based Soldier Position Tracking and Health Monitoring System
IOT Based Soldier Position Tracking and Health Monitoring SystemIOT Based Soldier Position Tracking and Health Monitoring System
IOT Based Soldier Position Tracking and Health Monitoring SystemIRJET Journal
 
Design & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOTDesign & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOTIRJET Journal
 
Automatic Car Parking
Automatic Car ParkingAutomatic Car Parking
Automatic Car ParkingIRJET Journal
 
RAMKESH MEENA TRAINING REPORT IHT.pdf
RAMKESH MEENA TRAINING REPORT IHT.pdfRAMKESH MEENA TRAINING REPORT IHT.pdf
RAMKESH MEENA TRAINING REPORT IHT.pdfYaarJani
 
Design and implementation of real time security guard robot using GSM/CDMA ne...
Design and implementation of real time security guard robot using GSM/CDMA ne...Design and implementation of real time security guard robot using GSM/CDMA ne...
Design and implementation of real time security guard robot using GSM/CDMA ne...Claude Ndayisenga
 
IRJET- Earthquake Early Warning System for Android
IRJET-  	  Earthquake Early Warning System for AndroidIRJET-  	  Earthquake Early Warning System for Android
IRJET- Earthquake Early Warning System for AndroidIRJET Journal
 
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security DeviceIRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security DeviceIRJET Journal
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMIRJET Journal
 
IOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIRJET Journal
 
Iot based garbage monitoring system
Iot based garbage monitoring systemIot based garbage monitoring system
Iot based garbage monitoring systemankitguptakishu
 
Anam rajkumar sarvesh k10779,k10626
Anam rajkumar sarvesh k10779,k10626Anam rajkumar sarvesh k10779,k10626
Anam rajkumar sarvesh k10779,k10626shailesh yadav
 

Semelhante a Ijarcet vol-2-issue-7-2389-2397 (20)

Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th year
Floor cleaning robot(autonomus mannual)  vatsal shah-ec_4th yearFloor cleaning robot(autonomus mannual)  vatsal shah-ec_4th year
Floor cleaning robot(autonomus mannual) vatsal shah-ec_4th year
 
Decibel meter using IoT with notice board
Decibel meter using IoT with notice boardDecibel meter using IoT with notice board
Decibel meter using IoT with notice board
 
IRJET- Rescue of Psycological Infirmity People using Wirless Network
IRJET- Rescue of Psycological Infirmity People using Wirless NetworkIRJET- Rescue of Psycological Infirmity People using Wirless Network
IRJET- Rescue of Psycological Infirmity People using Wirless Network
 
final project report_full edit
final project report_full editfinal project report_full edit
final project report_full edit
 
IRJET - Automatic Toll E-Tickting System for Transportation and Finding o...
IRJET -  	  Automatic Toll E-Tickting System for Transportation and Finding o...IRJET -  	  Automatic Toll E-Tickting System for Transportation and Finding o...
IRJET - Automatic Toll E-Tickting System for Transportation and Finding o...
 
A Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled PersonA Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled Person
 
MONITORING FIXTURES OF CNC MACHINE
MONITORING FIXTURES OF CNC MACHINEMONITORING FIXTURES OF CNC MACHINE
MONITORING FIXTURES OF CNC MACHINE
 
IOT Based Soldier Position Tracking and Health Monitoring System
IOT Based Soldier Position Tracking and Health Monitoring SystemIOT Based Soldier Position Tracking and Health Monitoring System
IOT Based Soldier Position Tracking and Health Monitoring System
 
[IJET-V2I3P18] Authors: Mr. B. N. Patil , Mr. Sandesh Sonar , Mr. Pavankumar ...
[IJET-V2I3P18] Authors: Mr. B. N. Patil , Mr. Sandesh Sonar , Mr. Pavankumar ...[IJET-V2I3P18] Authors: Mr. B. N. Patil , Mr. Sandesh Sonar , Mr. Pavankumar ...
[IJET-V2I3P18] Authors: Mr. B. N. Patil , Mr. Sandesh Sonar , Mr. Pavankumar ...
 
Design & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOTDesign & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOT
 
Automatic Car Parking
Automatic Car ParkingAutomatic Car Parking
Automatic Car Parking
 
RAMKESH MEENA TRAINING REPORT IHT.pdf
RAMKESH MEENA TRAINING REPORT IHT.pdfRAMKESH MEENA TRAINING REPORT IHT.pdf
RAMKESH MEENA TRAINING REPORT IHT.pdf
 
Design and implementation of real time security guard robot using GSM/CDMA ne...
Design and implementation of real time security guard robot using GSM/CDMA ne...Design and implementation of real time security guard robot using GSM/CDMA ne...
Design and implementation of real time security guard robot using GSM/CDMA ne...
 
IRJET- Earthquake Early Warning System for Android
IRJET-  	  Earthquake Early Warning System for AndroidIRJET-  	  Earthquake Early Warning System for Android
IRJET- Earthquake Early Warning System for Android
 
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security DeviceIRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEM
 
IOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEM
 
Iot based garbage monitoring system
Iot based garbage monitoring systemIot based garbage monitoring system
Iot based garbage monitoring system
 
Anam rajkumar sarvesh k10779,k10626
Anam rajkumar sarvesh k10779,k10626Anam rajkumar sarvesh k10779,k10626
Anam rajkumar sarvesh k10779,k10626
 
Anam rajkumar sarvesh
Anam rajkumar sarveshAnam rajkumar sarvesh
Anam rajkumar sarvesh
 

Mais de Editor IJARCET

Electrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationElectrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationEditor IJARCET
 
Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Editor IJARCET
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Editor IJARCET
 
Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Editor IJARCET
 
Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Editor IJARCET
 
Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Editor IJARCET
 
Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Editor IJARCET
 
Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Editor IJARCET
 
Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Editor IJARCET
 
Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Editor IJARCET
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Editor IJARCET
 
Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Editor IJARCET
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Editor IJARCET
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Editor IJARCET
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Editor IJARCET
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Editor IJARCET
 
Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Editor IJARCET
 
Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Editor IJARCET
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Editor IJARCET
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Editor IJARCET
 

Mais de Editor IJARCET (20)

Electrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationElectrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturization
 
Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199
 
Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204
 
Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194
 
Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189
 
Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185
 
Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176
 
Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172
 
Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158
 
Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138
 
Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129
 
Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107
 

Último

Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 

Último (20)

Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 

Ijarcet vol-2-issue-7-2389-2397

  • 1. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 7, July 2013 2389 www.ijarcet.org VOICE ACTIVATED PROGRAMMABLE MULTIPURPOSE ROBOT V.NAGAMANI1 SHANTI SWAROOP KAMPA2 CH.SREEDHAR3 SIDDARTH.G4 A.RAKESH REDDY5 1 ASSISTANT PROFESSOR,ECE, CHAITANYA BHARATI INSTITUTE OF TECHNOLOGY ,PRODDATUR 2 ASSISTANT PROFESSOR,ECE, DR.KV.SRIT (DR.KV SUBBAREDDY INSTITUTE OF TECH).KURNOOL 3 ASSISTANT PROFESSOR,ECE, GLOBAL INSTITUTE OF ENGINEERING AND TECHNOLOGY ,HYDERABAD 4 B.TECH,ECE,VIDYA JYOTHI INSTITUTE OF TECHNOLOGY, HYDERABAD 5 B.TECH,ECE,VIDYA JYOTHI INSTITUTE OF TECHNOLOGY, HYDERABAD ABSTRACT: This paper introduces a systematic approach to design and implement a Real-time Voice Activated Programmable Multipurpose Robot. The robot’s architecture consists of the following subsystems, namely Electronics subsystem and Software subsystem. Electronics subsystem gets a set of commands from software subsystem and generates control signals for the entire system. Software subsystem which is usually a computer provides easy to use interface for users which may be accepting commands like natural language sentences and translates it to low level commands which could be understood by machine (microcontroller or microprocessor). A voice recording IC APR9600 of non-volatile storage and playback capability is deployed in the system. This IC can be used in visitor guiding mode and patient guiding mode to play the voices stored. APR9600 can store 8 voices as we are using voice recorder IC in random access mode. A photoelectric sensor through opto-coupler is connected to the microcontroller to sense the obstacles in front of the robot and to take appropriate decisions The robot is controlled wirelessly using DTMF Decoder by dual tone multi frequency technique (DTMF). Two cell phones are used here one as transmitter and another as a receiver .The signal from the receiver cell phone headset is given to the IC HT9170B which decodes the dual tones and gives a binary data according to the key pressed in the transmitter cell phone. The receiver cell phone is kept in the robot. First a call is made from a transmitter cell phone. After the call gets activated in the receiver end we can control the robot through the transmitter cell phone. Keywords: DTMF, IC, ROBOT, VOICE I . INTRODUCTION TO EMBEDDED SYSTEMS: An embedded system is an application that contains at least one programmable computer (typically in the form of a microcontroller, a microprocessor or digital signal processor chip) and which is used by individuals who are, in the main, unaware that the system is computer-based. Embedded systems incorporate microprocessor with in their implementation. The main purpose of the microprocessor is to simplify the system design and provide flexibility. This system may not have a disk driver and so the software is often stored in a ROM chip. Embedded systems often have several things to do at once. Embedded systems are found in wide range of applications like expensive industrial control applications. As the technology brought down the cost of dedicated processors, they began to appear in moderately expansive applications such as automobiles, communications and office equipment, televisions. Today’s embedded system is so inexpensive that they are used in almost every electronic product in our life.Frequently, an embedded system is a component within some larger system. For example, modern cars and trucks contain many embedded systems. One embedded system controls the anti-lock brakes, while the other monitors and controls the vehicle's emissions, and a third displays information on the dashboard. In some cases, these embedded systems are connected by some sort of a communications network, but that is certainly not a requirement. Many embedded systems have to run 24 hours a day, it can’t just “reboot” when something goes wrong. Also, unlike software designed for general-purpose computers, embedded software cannot usually be run on other embedded systems without significant modification. As a result, unnecessary circuitry is eliminated and hardware resources are shared wherever possible. For this reason a good coding practices and thorough testing take on a new level of realm of embedded processors. 2. Introduction to Robotics: Robotics can be described as the current pinnacle of technical development. Robotics is a confluence science using the continuing advancements of mechanical engineering, material science, sensor fabrication, manufacturing techniques, and advanced algorithms. Robotics is the science and technology of robots, their design, manufacture, and application. Robotics requires a working knowledge of electronics, mechanics and software, and is usually accompanied by a large working knowledge of many subjects. The International Organization for Standardization defines a robot as "an automatically controlled, reprogrammable, multipurpose, manipulator programmable in three or more axes, which may be either fixed in place or mobile for use in industrial automation applications."A robot is a mechanical or virtual, artificial agent. It is usually an electromechanical system, which, by its appearance or movements, conveys a sense that it has intent or agency of its own.
  • 2. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 7, July 2013 2390 www.ijarcet.org 2.1 Block Diagram: Sensor --------- --- Fig 2.1 Block Diagram of voice activated programmable multipurpose robot AT89C52 LCD Interfacing (2x16type,5x7 methodology) Power Supply (7805 Voltage Regulator) DTMF Reciever (CM8870) APR9600 ULN Driver Opto Coupler (MCT2E) Microphone Speaker Cell Phone
  • 3. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 7, July 2013 2391 www.ijarcet.org Fig 2.1.1 The circuit diagram for the robot is shown below. 2.1.2 Explanation of circuit diagram & operation: The clock is generated for the microcontroller using a crystal of frequency 11.0592MHz connected to pins XTAL1 and XTAL2. A 6V battery is connected to a 7805 voltage regulator. The regulated output is given as supply to the microcontroller and all the other IC'S used. PORT0 of microcontroller AT89C51 is connected to input of buffer 74HC244. The buffer is used to isolate the microcontroller and the stepper motor. The output of buffer is given to IRF 540N, a FET to provide the necessary current to drive the stepper motor. The power supply for the stepper motor is from a 12V battery. PORT1 of the AT89C51 is connected to a multiplexed seven segment display system. The seven segment displays used here are common anode displays. Each pin of upper nibble in PORT1 is connected to a transistor BC547 which selects one of the 7-segment displays. The lower nibble is connected to IC 4511 a common anode BCD to seven segment decoder which converts the BCD data to seven segment data and then give it to the seven segment displays. These displays are used for the user to set the time, distance to be traveled, display time, display distance to be traveled, etc. In PORT2 the lower nibble is connected to a 4 x16 decoder. The decoder outputs select which voice is to be played in APR9600's. The APR9600 device offers voice recording, non- volatile storage and playback capability. APR 9600 can store 8 voices because we use voice recorder IC's in random access mode. The duration of each voice is 7.5 seconds. We use these two voice recorder IC's in visitor guiding mode and patient guiding mode to play the voices stored. In the upper nibble pin P2.4 is connected to a photoelectric sensor through an opto- coupler IC MCT2E which senses the obstacles in front of the robot. When the sensor senses the object it gives logic one to the controller. The pin P2.5 is connected to a buzzer. In PORT3 the pins P3.3-P3.6 are connected to push to on switches which are used for giving input such as directions, distance and time to the robot. The port pins P3.2 and P3.7 are connected to the SDA and SCL pins of the real time clock IC DS1307 respectively. The microcontroller communicates with DS1307 through I2C logic. We read the time from the real time clock and we can set the time in the patient guiding mode. The robot is controlled wirelessly using the IC CM8870 by dual tone multi frequency technique (DTMF). Two cell phones are used here one as transmitter and another as a receiver .The signal from the receiver cell phone headset is given to the IC CM8870 which decodes the dual tones and gives a binary data according to the key pressed in the transmitter cell phone. The receiver cell phone is kept in the robot. First a call is made from a transmitter cell phone. After the call gets activated in the receiver end we can control the robot through the transmitter cell phone.
  • 4. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 7, July 2013 2392 www.ijarcet.org 3. Source Code 1. Click on the Keil uVision Icon on Desktop 2. The following fig will appear 3. Click on the Project menu from the title bar 4. Then Click on New Project 5. Save the Project by typing suitable project name with no extension in u r own folder sited in either C: or D: 6. Then Click on Save button above. 7. Select the component for u r project. i.e. Atmel…… 8. Click on the + Symbol beside of Atmel
  • 5. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 7, July 2013 2393 www.ijarcet.org 9. Select AT89C52 as shown below 10. Then Click on “OK” 11. The Following fig will appear 12. Then Click either YES or NO………mostly “NO” 13. Now your project is ready to USE 14. Now double click on the Target1, you would get another option “Source group 1” as shown in next page. 15. Click on the file option from menu bar and select “new” 16. The next screen will be as shown in next page, and just maximize it by double clicking on its blue boarder.
  • 6. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 7, July 2013 2394 www.ijarcet.org 17. Now start writing program in either in “C” or “ASM” 18. For a program written in Assembly, then save it with extension “. asm” and for “C” based program save it with extension “ .C” 19. Now right click on Source group 1 and click on “Add files to Group Source” 20. Now you will get another window, on which by default “C” files will appear. 21. Now select as per your file extension given while saving the file 22. Click only one time on option “ADD” 23. Now Press function key F7 to compile. Any error will appear if so happen.
  • 7. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 7, July 2013 2395 www.ijarcet.org 24. If the file contains no error, then press Control+F5 simultaneously. 25. The new window is as follows 26. Then Click “OK” 27. Now Click on the Peripherals from menu bar, and check your required port as shown in fig below 28. Drag the port a side and click in the program file. 29. Now keep Pressing function key “F11” slowly and observe. 30. You are running your program successfully 4. Conclusions: This paper work titled “Voice Activated Robot” has been developed from the basic idea of designing a completely automated system possessing reprogram ability feature, to meet the industrial and real time applications, and can work in any situations, with maximum efficiency and more life time.
  • 8. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 7, July 2013 2396 www.ijarcet.org As discussed earlier the robot emulates biomorphic properties to a certain extent. The basic working principles of communications for sensor properties and stepper motor are thoroughly studied prior to their application in the paper work. The locomotive ability is provided using a small range stepper motor is used and the wheels are directly coupled to the shaft of stepper motor because it’s a demo. But in practice suitable gear mechanism should be designed to drive the huge bodies and a larger rating stepper has to be employed. Also here in the demo module, as we embedded a voice activated chip [APR9600] which plays the role of alarm by intimating, when the robot faces an obstacle. But the response can be made intelligent using proper technology. Also the scope of using robots to help disabled people is enhanced by vocal programmable multifunctional robot. The programmable feature of also allows for mass production and to personalize it according to one’s ease, thus providing a reliable source of assistance. The overall module is completely tested and trail run; results found satisfactory. 5. Bibliography: 1. www.embedded.com 2. www.esacademy.com/automation/docs/c51primer/c5 1prim.htm 3. www.atmelcorporation.com 4. www.wikipedia.com 5. www.mitel.databook.com 6. www.atmel.databook.com 7. www.franklin.com 8. www.keil.com 9. www.ikalogic.com/cat_microcontrollers.php 6. Authors Biography: V.NAGAMANI1 working as an ASSISTANT PROFESSOR in chaitanya bharati institute of technology ,proddatur.herareasofresearchinterestsincludeWireless&Mobil ecommunications,Digitalsignalprocessing,Imageprocessing,Te lecommunications, communication systems, Signal processing, embedded systems, network security SHANTI SWAROOP KAMPA2 is working as an Asst.professor in Department of Electronics and Communication Engineering at DR.KV.SRIT (DR.KV SUBBAREDDY INSTITUTE OF TECH). He completed M.Tech (VLSI) from Rashtrasant Tukadoji Maharaj Nagpur University and B.Tech (ECE) from Sri Krishna deveraya University, ANANTAPUR. His area of research includes Digital Image Processing, Embedded systems, Wireless mobile communications CH. SREEDHAR3 is from HYDERABAD, ANDHRAPRADESH. Completed M.TECH in ECE with specialization (VLSI SYSTEMS DESIGN) from Kshatriya college of engineering affiliated by JNTUH in 2011and B.TECH in ECE from Aizza College of Engineering & technology affiliated by JNTUH in 2006. Currently he is working as an Assistant professor in ECE department at Global Institute of Engineering & Technology, Hyderabad from 2007.His areas of research interests includeWireless&Mobilecommunications,Digitalsignalpro cessing, Imageprocessing, Telecommunications, communication systems, Signal processing, embedded systems, network security. SIDDARTH.G4 is from hyderabad, presently he is final year student of vidya jyothi institute of technology,aziz nagar,ECE branch. HIS areas of
  • 9. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 7, July 2013 2397 www.ijarcet.org research interests are include VLSI DESIGN, EMBEDDED SYSTEMS, AND COMMUNICATION SYSTEMS. A.RAKESH REDDY5 is from hyderabad, presently he is final year student of vidya jyothi institute of technology,aziz nagar,ECE branch. HIS areas of research interests are include VLSI DESIGN, EMBEDDED SYSTEMS, AND COMMUNICATION SYSTEMS.