DTMF Controlled Robot

Size: px
Start display at page:

Download "DTMF Controlled Robot"

Transcription

1 DTMF Controlled Robot Devesh Waingankar 1, Aaditya Agarwal 2, Yash Murudkar 3, Himanshu Jain 4, Sonali Pakhmode 5 ¹Information Technology-University of Mumbai, India Abstract- Wireless-controlled robots use RF circuits, which have the drawbacks of limited working range, limited frequency range and limited control. The objective of designing our robot is to facilitate the humans for surveillance purpose. Use of a mobile phone for robotic control can overcome these limitations. Our robot s movement is controlled by a mobile phone over a large distance, even from different cities. It provides the advantages of robust control, very large working range as that of the coverage area of the service provider, no interference with other controllers and up to nine controls. Although the appearance and capabilities of robots vary vastly, all robots share the features of a mechanical structure under some form of control. The control of robot involves three distinct phase namely perception, processing and action. The preceptors are camera mounted on the robot, processing is done by the on-board microcontroller, and the task is handled using motors or with some other actuators. Keyword- mobile phone; dual tone multiple frequency; network; micro controller; motor driver; I. INTRODUCTION Radio Controlled Vehicle (RCV) is used frequently to refer to the control of model vehicles from a hand-held radio transmitter. Industrial, military, and scientific research organizations make use of radio-controlled vehicles as well. A remote control vehicle is defined as any mobile device that is controlled by a means that does not restrict its motion with an origin external to the device. It is often seen in a radio control device; there is a cable between controller and vehicle, or an infrared controller. A remote control vehicle differs from a robot. An RCV is always controlled by a human and takes no positive action autonomously. The key technologies which underpin this field are that of remote vehicle control. It is vital that a vehicle must be capable of proceeding accurately to a target area; manoeuvring within that area to fulfil its mission and returning accurately and safely to base. This project includes a robotic car consisting of a cell phone, DTMF decoder and microcontroller. The transmitter is a handheld mobile phone. The technology used is explained below. II. OVERVIEW OF THE TECHNOLOGY DTMF stands for dual tone multiple frequency. It is the signal to the phone company that generates when you press an ordinary telephone's touch keys. In the United States and perhaps elsewhere, it's known as "Touchtone phone. DTMF has generally replaced loop disconnect dialling. DTMF generation is made of audio signal of two tones between the frequency of 697Hz and 1633Hz. The DTMF technique outputs distinct representation of 16 common alphanumeric characters (0-9, A-D, *, #) on the telephone. With DTMF, each key you press on your phone generates two tones of specific frequencies. So that a voice can't imitate the tones, one tone is generated from a high-frequency group of tones and the other from a low frequency group. Devesh, Aaditya,Yash,Himanshu,Sonali Page 24

2 Here are the signals you send when you press your touchtone phone keys: TABLE 1 FREQUENCY TABLE Digit Low Frequency High Frequency * # When any DTMF code has been received at mobile phone it can be audible through speaker. So to decode this DTMF code speaker output itself can be used. Output of speaker is connected to IC MT8870 which is DTMF decoder IC. It is used widely to decode DTMF code. It gives 4-bit digital output Q1, Q2, Q3 and Q4 according to the received key (see Fig.2). Following figure shows the equivalent digital output for each key. TABLE 2 BINARY CODE FOR EACH KEY Key Q4 Q3 Q2 Q * # A B C D Devesh, Aaditya,Yash,Himanshu,Sonali Page 25

3 III. FRAMEWORK OF THE SYSTEM The above mentioned system is a robot that will be used for surveillance purposes. This robot is different from its existing counterparts in various aspects. Although every robot shares common features, our DTMF controlled robot does not have limitation of coverage area and frequency interference. This system provides us with up to twelve controls. The major building blocks of this project are:- 1. Regulated Power Supply 2. GSM Phone 3. Microcontroller based Control Unit 4. Robot Mechanical Assembly 5. DTMF Drivers Fig.1 Block Diagram According to designed block diagram we can see that the heart of above system is its processing unit that is controller 89s51. It receives signal from the user which are converted into machine language by the DTMF decoder before passing it to microcontroller which provides the command to the motor driver. The motors perform the intended command. IV. USE CASE FOR THE SYSTEM Devesh, Aaditya,Yash,Himanshu,Sonali Page 26

4 Fig. 2 Use Case As we can see in the figure 2 the user initiates the connection by making a call to the robot which has a mobile attached to it. After the connection is established the user sends the command to the robot. The DTMF decoder in the circuit receives this command and coverts the signal for the microcontroller, once microcontroller reads this signal they send instruction to the motor driver for the action to be performed by the robot. V. SOFTWARE USED In our project i.e. DTMF Controlled robot, we used a Microsoft paint and online website and for designing a flowchart, use case diagram and block diagram. For burning a program in a microcontroller we use software like Keil, Embedded C language, Flash magic. Keil:- Keil is mainly used to burn a program of any programming language into suitable machine language that is.hex file which is used to compile a program and find a bug in a program. It is an open source and easily available. Keil development tools support every level for software developer from the professional application engineer to the student just learning about software development. Flash magic:- It is used to burn a program in an 8051 microcontroller; it is specific software for While getting a file from keil i.e., hex file and it is directly burn in microcontroller It is easy to used, and simple to handle software. Flash Magic is a tool which used to program hex code in EEPROM of micro-controller. it is a freeware tool. It only supports the microcontroller of Philips. We can burn a hex code into that controller which supports ISP (in system programming) feature. To check whether our micro-controller supports ISP or not take look at its datasheet. So if your device supports ISP then you can easily burn a hex code into EEPROM our device. We can also use an Embedded C language for burning an 8051 IC with a suitable program. Devesh, Aaditya,Yash,Himanshu,Sonali Page 27

5 VI. VEHICLE MOVEMENT Chassis is the platform of the robot vehicle, which is used to mount the mobile and DTMF circuitry. A cell phone is connected to a vehicle through 3.5mm audio jack. For the movement of the robot, a call is made from the calling subscriber to the cell phone connected to robot, the cell phone automatically receives the call and the vehicle is ready for movement. According to the generated DTMF frequencies from the cell phone, the caller can control the robotic movement. Fig.3 Demonstrating our Robot Micro controller In our project the micro controller is programmed in such a way that it receives DTMF input from the receiving end and it drives the motors accordingly micro controller is used as it is cheap and easily available. Some of the features of 8051 are: 4 KB on chip program memory. 128 bytes on chip data memory(ram) [32 bank reg + 16 bit addressable reg + 80 general purpose reg ] 4 reg banks. 128 user defined software flags. 8-bit data bus 16-bit address bus 16 bit timers (usually 2, but may have more, or less). 3 internal and 2 external interrupts. Bit as well as byte addressable RAM area of 16 bytes. Four 8-bit ports, (short models have two 8-bit ports). 16-bit program counter and data pointer. 1 Microsecond instruction cycle with 12 MHz Crystal Devesh, Aaditya,Yash,Himanshu,Sonali Page 28

6 L293D IC L293D is designed for controlling two way geared DC motors which further takes commands from the DTMF decoder through microcontroller. Fig.4 Pin Configuration of L293D Battery The battery used for our robot vehicle is of 12V DC. It is connected to circuit. It is mounted over chassis. VII. CONCLUSION By developing a cell phone operated robotic car, we have overcome the drawbacks of the conventionally used RF circuits. This RCV includes advantages such as robust control, minimal interference and a large working range. The car requires four commands for motion control. The remaining twelve controls are available to serve purposes dependant on the area of application of the RCV. REFERENCES [1] [2] [3] [4] Cell phone operated landroevle electronics For You Magazine, Edition (July 2008) Edition. [5] DTMF Tester Electronics For You Magazine [6] [7] Devesh, Aaditya,Yash,Himanshu,Sonali Page 29

7 [8] - DECODER.html [9] [10] [11] [12] Devesh, Aaditya,Yash,Himanshu,Sonali Page 30

Design and Implementation of an Unmanned Vehicle using a GSM Network with Microcontrollers

Design and Implementation of an Unmanned Vehicle using a GSM Network with Microcontrollers Design and Implementation of an Unmanned Vehicle using a GSM Network with Microcontrollers Sourangsu Banerji, Department of Electronics & Communication Engineering, RCC-Institute of Information Technology,

More information

International Journal of Enterprise Computing and Business Systems ISSN (Online) :

International Journal of Enterprise Computing and Business Systems ISSN (Online) : International Journal of Enterprise Computing and Business AN INSIGHT INTO MOTIONS CONTROLLED BY DTMF TECHNIQUE Nidhi Sharma Shri Balwant Institute of Technology Sonepat-Meerut Road, Pallari, Sonepat Abstract

More information

Design and Implementation of an Unmanned Ground Vehicle

Design and Implementation of an Unmanned Ground Vehicle Design and Implementation of an Unmanned Ground Vehicle Abstract Shreyas H, Thirumalesh H S Department of Electrical and Electronics Engineering, SJCE, Mysore, India Email: shreyas9693@gmail.com, hsthirumalesh@gmail.com

More information

IMPLEMENTATION OF EMBEDDED SYSTEM FOR INDUSTRIAL AUTOMATION

IMPLEMENTATION OF EMBEDDED SYSTEM FOR INDUSTRIAL AUTOMATION IMPLEMENTATION OF EMBEDDED SYSTEM FOR INDUSTRIAL AUTOMATION 1 Mr. Kamble Santosh Ashok, 2 Mr.V.Naga Mahesh 1 M.Tech Student, 2 Astt.Prof. 1 Ece - Embedded System, 1 Scient Institute Of Technology, Ibrahimpatnam,

More information

Robotics And Remotely Operated Vehicles. P. A. Kulkarni S. G. Karad

Robotics And Remotely Operated Vehicles. P. A. Kulkarni S. G. Karad Robotics And Remotely Operated Vehicles P. A. Kulkarni S. G. Karad MAE, Alandi, Pune, India. 412105. pakulkarni@mitpune.com, shivajikarad@mitpune.com Abstract - In this paper, we present controlling of

More information

Controlling Robot through SMS with Acknowledging facility

Controlling Robot through SMS with Acknowledging facility IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 3 Ver. III (May Jun. 2014), PP 65-69 Controlling Robot through SMS with Acknowledging

More information

III. MATERIAL AND COMPONENTS USED

III. MATERIAL AND COMPONENTS USED Prototype Development of a Smartphone- Controlled Robotic Vehicle with Pick- Place Capability Dheeraj Sharma Electronics and communication department Gian Jyoti Institute Of Engineering And Technology,

More information

Design and Implementation of Integrated Smart Township

Design and Implementation of Integrated Smart Township IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 11, Issue 2 Ver. I (Mar. Apr. 2016), PP 18-24 www.iosrjournals.org Design and Implementation

More information

DTMF based Surveillance Robot

DTMF based Surveillance Robot DTMF based Surveillance Robot Ravi Teja Ch.V Assistant professor J. Akhil Kumar D. Shilpa G. Pragathi Reddy V.Bhargavi Abstract: The DTMF based robot is controlled by a mobile phone that makes a call to

More information

HAND GESTURE CONTROLLED ROBOT USING ARDUINO

HAND GESTURE CONTROLLED ROBOT USING ARDUINO HAND GESTURE CONTROLLED ROBOT USING ARDUINO Vrushab Sakpal 1, Omkar Patil 2, Sagar Bhagat 3, Badar Shaikh 4, Prof.Poonam Patil 5 1,2,3,4,5 Department of Instrumentation Bharati Vidyapeeth C.O.E,Kharghar,Navi

More information

Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance)

Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance) Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance) Supriya Bhuran 1, Rohit V. Agrawal 2, Kiran D. Bombe 2, Somiran T. Karmakar 2, Ninad V. Bapat 2 1 Assistant Professor, Dept. Instrumentation,

More information

Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller

Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller Rahul Baranwal 1, Omama Aftab 2, Mrs. Deepti Ojha 3 1,2, B.Tech Final Year (Electronics and Communication Engineering),

More information

Design Of Low-Power Wireless Communication System Based On MSP430 Introduction:

Design Of Low-Power Wireless Communication System Based On MSP430 Introduction: Design Of Low-Power Wireless Communication System Based On MSP430 Introduction: Low power wireless networks provide a new monitoring and control capability for civil and military applications in transportation,

More information

Mobile Phone Operated Dual-tone-multiple-frequency controlled Microcontroller Based Hockey-ground Rolling Technique

Mobile Phone Operated Dual-tone-multiple-frequency controlled Microcontroller Based Hockey-ground Rolling Technique IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 12, Issue 1 Ver. III (Jan. Feb. 2017), PP 06-10 www.iosrjournals.org Mobile Phone Operated

More information

Zig-Bee Robotic Panzer

Zig-Bee Robotic Panzer International Journal for Modern Trends in Science and Technology Volume: 03, Special Issue No: 02, March 2017 ISSN: 2455-3778 http://www.ijmtst.com Zig-Bee Robotic Panzer P.Bose Babu 1 V.Madhu Babu 2

More information

An Autonomous Self- Propelled Robot Designed for Obstacle Avoidance and Fire Fighting

An Autonomous Self- Propelled Robot Designed for Obstacle Avoidance and Fire Fighting An Autonomous Self- Propelled Robot Designed for Obstacle Avoidance and Fire Fighting K. Prathyusha Assistant professor, Department of ECE, NRI Institute of Technology, Agiripalli Mandal, Krishna District,

More information

MEMS Accelerometer sensor controlled robot with wireless video camera mounted on it

MEMS Accelerometer sensor controlled robot with wireless video camera mounted on it MEMS Accelerometer sensor controlled robot with wireless video camera mounted on it The main aim of this project is video coverage at required places with the help of digital camera and high power LED.

More information

Visual Tracking and Surveillance System

Visual Tracking and Surveillance System Visual Tracking and Surveillance System Neena Mani 1, Ammu Catherine Treesa 2, Anju Sivadas 3, Celus Sheena Francis 4, Neethu M.T. 5 Asst. Professor, Dept. of EEE, Mar Athanasius College of Engineering,

More information

Li-Fi And Microcontroller Based Home Automation Or Device Control Introduction

Li-Fi And Microcontroller Based Home Automation Or Device Control Introduction Li-Fi And Microcontroller Based Home Automation Or Device Control Introduction Optical communications have been used in various forms for thousands of years. After the invention of light amplification

More information

Design and Development of A GSM Controlled Unmanned Ground Surveillance Vehicle (v1.0)

Design and Development of A GSM Controlled Unmanned Ground Surveillance Vehicle (v1.0) I J C E E Volume 4 Number 1 January-June 2012 ISSN : 0975-4202; pp. 13-24 Design and Development of A GSM Controlled Unmanned Ground Surveillance Vehicle (v1.0) Acharya Chintan M. and Ved Vyas Dwivedi

More information

International Journal of Advance Engineering and Research Development. Wireless Control of Dc Motor Using RF Communication

International Journal of Advance Engineering and Research Development. Wireless Control of Dc Motor Using RF Communication International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.72 Special Issue SIEICON-2017,April -2017 e-issn : 2348-4470 p-issn : 2348-6406 Wireless

More information

GSM based Versatile Robotic Vehicle

GSM based Versatile Robotic Vehicle GRD Journals Global Research and Development Journal for Engineering International Conference on Innovations in Engineering and Technology (ICIET) - 2016 July 2016 e-issn: 2455-5703 GSM based Versatile

More information

Cortex-M3 based Prepaid System with Electricity Theft Control

Cortex-M3 based Prepaid System with Electricity Theft Control Research Inventy: International Journal of Engineering And Science Vol.6, Issue 4 (April 2016), PP -139-146 Issn (e): 2278-4721, Issn (p):2319-6483, www.researchinventy.com Cortex-M3 based Prepaid System

More information

GSM BASED PATIENT MONITORING SYSTEM

GSM BASED PATIENT MONITORING SYSTEM GSM BASED PATIENT MONITORING SYSTEM ABSTRACT This project deals with the monitoring of the patient parameters such as humidity, temperature and heartbeat. Here we have designed a microcontroller based

More information

GSM BASED ENERGY THEFT MONITORING SYSTEM

GSM BASED ENERGY THEFT MONITORING SYSTEM GSM BASED ENERGY THEFT MONITORING SYSTEM Vishal Patra 1, Yashwant Ahire 2, Mitesh Kolhalkar 3, Anket Jadhav 4, Saurabh Bhor 5 1,2,3,4,5 Department of Electrical Engineering, Guru Gobind Singh Polytechnic

More information

ADVANCED SAFETY APPLICATIONS FOR RAILWAY CROSSING

ADVANCED SAFETY APPLICATIONS FOR RAILWAY CROSSING ADVANCED SAFETY APPLICATIONS FOR RAILWAY CROSSING 1 HARSHUL BALANI, 2 CHARU GUPTA, 3 KRATIKA SUKHWAL 1,2,3 B.TECH (ECE), Poornima College Of Engineering, RTU E-mail; 1 harshul.balani@gmail.com, 2 charu95g@gmail.com,

More information

Using the HT95R6x for CID Phones

Using the HT95R6x for CID Phones Using the HT95R6x for CID Phones D/N : AN0319E Introduction Holtek s new HT95R64 and HT95R65 devices are 8-bit CID Phone MCUs with a CPT function. The HT95R64/HT95R65 devices, with their internal DTMF

More information

International Journal for Research in Applied Science & Engineering Technology (IJRASET) DTMF Based Robot for Security Applications

International Journal for Research in Applied Science & Engineering Technology (IJRASET) DTMF Based Robot for Security Applications DTMF Based Robot for Security Applications N. Mohan Raju 1, M. Naga Praveen 2, A. Mansoor Vali 3, M. Amrutha 4, K. Jaya Theertha 5 1,2,3,4,5 Department of ECE, JNTUA Abstract: The main idea is to implement

More information

Transmission and Reception Using Power Line Communication

Transmission and Reception Using Power Line Communication International Journal of Education and Science Research Review E-ISSN 2348-6457 Volume-3, Issue-2 April- 2016 Transmission and Reception Using Power Line Communication Preeti Pannu, Sahil Kamboj, Saransh

More information

ARDUINO BASED DC MOTOR SPEED CONTROL

ARDUINO BASED DC MOTOR SPEED CONTROL ARDUINO BASED DC MOTOR SPEED CONTROL Student of Electrical Engineering Department 1.Hirdesh Kr. Saini 2.Shahid Firoz 3.Ashutosh Pandey Abstract The Uno is a microcontroller board based on the ATmega328P.

More information

An Efficient Low Cost Wiper System for Autonomous Vehicle

An Efficient Low Cost Wiper System for Autonomous Vehicle An Efficient Low Cost Wiper System for Autonomous Vehicle N.Prabhakaran #1, Purushothaman Surendran *2 # Research Associate, School of Electronics Engineering VIT University, Vellore, Tamil Nadu, India

More information

HOME AUTOMATION WITH SPY ROBOT AND SECURITY SYSTEM

HOME AUTOMATION WITH SPY ROBOT AND SECURITY SYSTEM HOME AUTOMATION WITH SPY ROBOT AND SECURITY SYSTEM 1 Hemant Patidar, 2 Nikhil Sehgal, 3 Sourabh Yadav, 4 Deepak Ray 1, 2, 3 Student, [VIII] th Sem. Department of Electronics & Telecommunication, 4 Project

More information

Assistant Professor, 2, 3, 4, 5 Students, 1, 2, 3, 4, 5

Assistant Professor, 2, 3, 4, 5 Students, 1, 2, 3, 4, 5 Volume 6, Issue 3, March 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Special Issue

More information

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. (An ISO 3297: 2007 Certified Organization)

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. (An ISO 3297: 2007 Certified Organization) International Journal of Advanced Research in Electrical, Electronics Device Control Using Intelligent Switch Sreenivas Rao MV *, Basavanna M Associate Professor, Department of Instrumentation Technology,

More information

DTMF BASED HOME AUTOMATION SYSTEM USING MICROCONTROLLER WITH PORTABLE POWER SUPPLY

DTMF BASED HOME AUTOMATION SYSTEM USING MICROCONTROLLER WITH PORTABLE POWER SUPPLY DTMF BASED HOME AUTOMATION SYSTEM USING MICROCONTROLLER WITH PORTABLE POWER SUPPLY *Mrs. Ashwini Sawant, **Mr. Sanjay Mirchandani, ***Santoshi Saravanan, ****Shreeparna Sarkar *Assistant Professor, Electronics

More information

Management of Home Appliances with Variation in Environment Aisha Jilani, Sahar Sultan, Intesar Ahmed and Sajjad Rabbani

Management of Home Appliances with Variation in Environment Aisha Jilani, Sahar Sultan, Intesar Ahmed and Sajjad Rabbani Management of Home Appliances with Variation in Environment Aisha Jilani, Sahar Sultan, Intesar Ahmed and Sajjad Rabbani Abstract Aim of this research is to help a remote user to remain in touch with what

More information

Cell phone operated land rover 1. Introduction

Cell phone operated land rover 1. Introduction Cell phone operated land rover 1 Introduction A remote control vehicle is defined as any mobile device that is controlled by a means that does not restrict its motion with an origin external device. A

More information

I. INTRODUCTION II. LITERATURE REVIEW

I. INTRODUCTION II. LITERATURE REVIEW ABSTRACT 2018 IJSRSET Volume 4 Issue 4 Print ISSN: 2395-1990 Online ISSN : 2394-4099 Themed Section : Engineering and Technology Reactive Power Compensation in Distribution System Piyush Upadhyay, Praveen

More information

Engineering Order Wire Implementation

Engineering Order Wire Implementation International Journal of Engineering and Technology Volume 3 No. 2, February, 2013 Engineering Order Wire Implementation Chittajit Sarkar Swami Vivekananda Institute of Science and Technology West Bengal

More information

Design & Development of Zigbee Based Automatic Drip Irrigation system

Design & Development of Zigbee Based Automatic Drip Irrigation system Design & Development of Zigbee Based Automatic Drip Irrigation system Jitesh Kumar Department of Electronics and Communication Engineering MVN University, Palwal, Haryana, India Dr. S. K. Luthra Vice Chancellor

More information

DC-Motor Driver circuits

DC-Motor Driver circuits DC-Mot May 19, 2012 Why is there a need for a motor driver circuit? Normal DC gear-head motors requires current greater than 250mA. ICs like 555 timer, ATmega Microcontroller, 74 series ICs cannot supply

More information

Designing an Embedded System for Autonomous Building Map Exploration Robot

Designing an Embedded System for Autonomous Building Map Exploration Robot Designing an Embedded System for Autonomous Building Map Exploration Robot V. Ramya Assist. Prof, Dept of CSE Annamalai University Annamalai Nagar T. Akilan Dept. of CSE Annamalai University Annamalai

More information

Simulation Of Radar With Ultrasonic Sensors

Simulation Of Radar With Ultrasonic Sensors Simulation Of Radar With Ultrasonic Sensors Mr.R.S.AGARWAL Associate Professor Dept. Of Electronics & Ms.V.THIRUMALA Btech Final Year Student Dept. Of Electronics & Mr.D.VINOD KUMAR B.Tech Final Year Student

More information

Embedded Robotics. Software Development & Education Center

Embedded Robotics. Software Development & Education Center Software Development & Education Center Embedded Robotics Robotics Development with ARM µp INTRODUCTION TO ROBOTICS Types of robots Legged robots Mobile robots Autonomous robots Manual robots Robotic arm

More information

Dual Tone Laser Driver

Dual Tone Laser Driver IJSRD National Conference on Technological Advancement and Automatization in Engineering January 2016 ISSN(online):2321-0613 Dual Tone Laser Driver Pranav C. Chiplunkar 1 Aaditya D. Jhaveri 2 Ruchita S.

More information

Robotics & Embedded Systems (Summer Training Program) 4 Weeks/30 Days

Robotics & Embedded Systems (Summer Training Program) 4 Weeks/30 Days (Summer Training Program) 4 Weeks/30 Days PRESENTED BY RoboSpecies Technologies Pvt. Ltd. Office: D-66, First Floor, Sector- 07, Noida, UP Contact us: Email: stp@robospecies.com Website: www.robospecies.com

More information

A 50 hours program on Embedded Systems & Robotics Development with Microcontroller Technology & Image Processing. 34 Practicals. 14 Projects.

A 50 hours program on Embedded Systems & Robotics Development with Microcontroller Technology & Image Processing. 34 Practicals. 14 Projects. EmbeddedROBOTICS A 50 hours program on Embedded Systems & Robotics Development with Microcontroller Technology & Image Processing 34 Practicals. 14 Projects. Conceptualised by New Delhi Bangalore Chennai

More information

RF Based Pick and Place Robot

RF Based Pick and Place Robot IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 12, Issue 3, Ver. I (May.-Jun. 2017), PP 34-38 www.iosrjournals.org RF Based Pick and Place

More information

AUTOMATIC MISSILE DETECTOR USING ULTRASONIC PROXIMITY DETECTOR

AUTOMATIC MISSILE DETECTOR USING ULTRASONIC PROXIMITY DETECTOR AUTOMATIC MISSILE DETECTOR USING ULTRASONIC PROXIMITY DETECTOR Narayan Thakkar, Shubham Sahu, Shrushti Sindhemeshram, Roshan Kumar Department of ETC Organization YCCE, Nagpur, Maharashtra, India Abstract

More information

War Field Spying Robot With Night Vision Camera

War Field Spying Robot With Night Vision Camera War Field Spying Robot With Night Vision Camera Aaruni Jha, Apoorva Singh, Ravinder Turna, Sakshi Chauhan SRMSWCET, UPTU, India Abstract With the aim of the satisfying and meeting the changing needs of

More information

Design of WSN for Environmental Monitoring Using IoT Application

Design of WSN for Environmental Monitoring Using IoT Application Design of WSN for Environmental Monitoring Using IoT Application Sarika Shinde 1, Prof. Venkat N. Ghodke 2 P.G. Student, Department of E and TC Engineering, DPCOE Engineering College, Pune, Maharashtra,

More information

Gesture Controlled Car

Gesture Controlled Car Gesture Controlled Car Chirag Gupta Department of ECE ITM University Nitin Garg Department of ECE ITM University ABSTRACT Gesture Controlled Car is a robot which can be controlled by simple human gestures.

More information

ARTIFICIAL ROBOT NAVIGATION BASED ON GESTURE AND SPEECH RECOGNITION

ARTIFICIAL ROBOT NAVIGATION BASED ON GESTURE AND SPEECH RECOGNITION ARTIFICIAL ROBOT NAVIGATION BASED ON GESTURE AND SPEECH RECOGNITION ABSTRACT *Miss. Kadam Vaishnavi Chandrakumar, ** Prof. Hatte Jyoti Subhash *Research Student, M.S.B.Engineering College, Latur, India

More information

Embedded & Robotics Training

Embedded & Robotics Training Embedded & Robotics Training WebTek Labs creates and delivers high-impact solutions, enabling our clients to achieve their business goals and enhance their competitiveness. With over 13+ years of experience,

More information

Design and Construction of a Mobile Phone Based Home and Office Appliances Remote Switching System

Design and Construction of a Mobile Phone Based Home and Office Appliances Remote Switching System American Journal of Embedded Systems and Applications 2017; 5(1): 1-6 http://www.sciencepublishinggroup.com/j/ajesa doi: 10.11648/j.ajesa.20170501.11 ISSN: 2376-6069 (Print); ISSN: 2376-6085 (Online) Design

More information

I. INTRODUCTION MAIN BLOCKS OF ROBOT

I. INTRODUCTION MAIN BLOCKS OF ROBOT Stair-Climbing Robot for Rescue Applications Prof. Pragati.D.Pawar 1, Prof. Ragini.D.Patmase 2, Mr. Swapnil.A.Kondekar 3, Mr. Nikhil.D.Andhare 4 1,2 Department of EXTC, 3,4 Final year EXTC, J.D.I.E.T Yavatmal,Maharashtra,

More information

GPS System Design and Control Modeling. Chua Shyan Jin, Ronald. Assoc. Prof Gerard Leng. Aeronautical Engineering Group, NUS

GPS System Design and Control Modeling. Chua Shyan Jin, Ronald. Assoc. Prof Gerard Leng. Aeronautical Engineering Group, NUS GPS System Design and Control Modeling Chua Shyan Jin, Ronald Assoc. Prof Gerard Leng Aeronautical Engineering Group, NUS Abstract A GPS system for the autonomous navigation and surveillance of an airship

More information

Downloaded from edlib.asdf.res.in

Downloaded from edlib.asdf.res.in ASDF India Proceedings of the Intl. Conf. on Innovative trends in Electronics Communication and Applications 2014 321 Designing & Implementation of Mobile Operated Toy Car by DTMF V.Bhuvaneswari, A.Sharmela

More information

Voice Guided Military Robot for Defence Application

Voice Guided Military Robot for Defence Application IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 11 April 2016 ISSN (online): 2349-6010 Voice Guided Military Robot for Defence Application Palak N. Patel Minal

More information

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 98 Chapter-5 ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 99 CHAPTER-5 Chapter 5: ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION S.No Name of the Sub-Title Page

More information

Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators

Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators Ahmed Okasha, Assistant Lecturer okasha1st@gmail.com Objective Have a

More information

REACTIVE POWER COMPENSATION IN DISTRIBUTION SYSTEM

REACTIVE POWER COMPENSATION IN DISTRIBUTION SYSTEM REACTIVE POWER COMPENSATION IN DISTRIBUTION SYSTEM Piyush Upadhyay, Praveen Nagar, Priya Chhaperwal, Rajat Agarwal, Sarfaraz Nawaz Department of Electrical Engineering, SKIT M& G, Jaipur ABSTRACT In this

More information

International Journal of Research in Advent Technology Available Online at:

International Journal of Research in Advent Technology Available Online at: ON PANEL SIGNALLING SYSTEM FOR TRAINS WITH AUTOMATIC BRAKING Mr. Shailesh Mahakal 1, Ms. Rutuja Ruikar 2, Mr. Ameya Shirsat 3, Mr. Mohd Farhan 4 Department of Electronics and Telecommunication Lokmanya

More information

DESIGN OF A DEVICE FOR CHECKING THE CONTINUITY IN ELECTRICAL CIRCUIT

DESIGN OF A DEVICE FOR CHECKING THE CONTINUITY IN ELECTRICAL CIRCUIT DESIGN OF A DEVICE FOR CHECKING THE CONTINUITY IN ELECTRICAL CIRCUIT FA IZAH BINTI YA ACOB POLITEKNIK SULTAN SALAHUDDIN ABDUL AZIZ SHAH (yaacob_faiza@yahoo.com ) MASLIZAH BINTI MUNAHDAR POLITEKNIK SULTAN

More information

Introduction. Theory of Operation

Introduction. Theory of Operation Mohan Rokkam Page 1 12/15/2004 Introduction The goal of our project is to design and build an automated shopping cart that follows a shopper around. Ultrasonic waves are used due to the slower speed of

More information

CATALOG. ANALOG COMMUNICATION SYSTEMS DIGITAL COMMUNICATION SYSTEMS Microcontroller kits Arm controller kits PLC Trainer KITS Regulated Power supplies

CATALOG. ANALOG COMMUNICATION SYSTEMS DIGITAL COMMUNICATION SYSTEMS Microcontroller kits Arm controller kits PLC Trainer KITS Regulated Power supplies CATALOG ANALOG COMMUNICATION SYSTEMS DIGITAL COMMUNICATION SYSTEMS Microcontroller kits Arm controller kits PLC Trainer KITS Regulated Power supplies UNION INTRUMENTS #17 & 18, 4 th floor, Hanumathra Arcade

More information

MICROCONTROLLER BASED SPEED SYNCHRONIZATION OF MULTIPLE DC MOTORS IN TEXTILE APPLICATIONS

MICROCONTROLLER BASED SPEED SYNCHRONIZATION OF MULTIPLE DC MOTORS IN TEXTILE APPLICATIONS MICROCONTROLLER BASED SPEED SYNCHRONIZATION OF MULTIPLE DC MOTORS IN TEXTILE APPLICATIONS 1 RAKSHA A R, 2 KAVYA B, 3 PRAVEENA ANAJI, 4 NANDESH K N 1,2 UG student, 3,4 Assistant Professor Department of

More information

Advanced Soldier Monitoring and Tracking System Using GPS and GSM Introduction

Advanced Soldier Monitoring and Tracking System Using GPS and GSM Introduction Advanced Soldier Monitoring and Tracking System Using GPS and GSM Introduction The infantry soldier of tomorrow promises to be one of the most technologically advanced modern warfare has ever seen. Around

More information

Normally, digital speedometers

Normally, digital speedometers Microcontroller-based Speedometer-Cum-Odometer ARUN KUMAR VADLA Normally, digital speedometers are found only in luxury cars and high-end motorbikes. Even if your motorbike has a mechanical speedometer,

More information

Intelligent Skirmish Armored Robot

Intelligent Skirmish Armored Robot Intelligent Skirmish Armored Robot Manasa K Chigateri 1, Nagaraj Gowda H 2, Vinay A 3, Mohammed Zakirulla 4 1,2,3,4 Asst.Professor, ECE department, RYMEC, Ballari, Karnataka, India. Abstract-War zone disasters

More information

Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier

Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier 1 Mr. Gangul M.R PG Student WIT, Solapur 2 Mr. G.P Jain Assistant Professor WIT,

More information

CEEN Bot Lab Design A SENIOR THESIS PROPOSAL

CEEN Bot Lab Design A SENIOR THESIS PROPOSAL CEEN Bot Lab Design by Deborah Duran (EENG) Kenneth Townsend (EENG) A SENIOR THESIS PROPOSAL Presented to the Faculty of The Computer and Electronics Engineering Department In Partial Fulfillment of Requirements

More information

IOT Based Intelligent Traffic Signal and Vehicle Tracking System

IOT Based Intelligent Traffic Signal and Vehicle Tracking System IOT Based Intelligent Traffic Signal and Vehicle Tracking System Srinuvasa Manikanta Adabala M.Tech (Embedded Systems), Department of ECE, Aditya College of Engineering(JNTUK), Surampalem, A.P -533437.

More information

Modern Electricity Billing System and Fuse Detection Using GSM

Modern Electricity Billing System and Fuse Detection Using GSM Modern Electricity Billing System and Fuse Detection Using GSM Santhya, Sandhya, Saranya, Sowmeya U.G Student, Department of ECE, SNS College of Technology, Coimbatore, Tamilnadu, India Associate Professor,

More information

WifiBotics. An Arduino Based Robotics Workshop

WifiBotics. An Arduino Based Robotics Workshop WifiBotics An Arduino Based Robotics Workshop WifiBotics is the workshop designed by RoboKart group pioneers in this field way back in 2014 and copied by many competitors. This workshop is based on the

More information

Application of Dual Tone Multi Frequency Technology and Sensing in Autonomous Robotic Navigation

Application of Dual Tone Multi Frequency Technology and Sensing in Autonomous Robotic Navigation Application of Dual Tone Multi Frequency Technology and Sensing in Autonomous Robotic Navigation Jaspreet Kaur M.Tech Student, Digital Communication, CGI Bharatpur, RTU Kota, Rajasthan, India Abstract

More information

Embedded Systems & Robotics (Winter Training Program) 6 Weeks/45 Days

Embedded Systems & Robotics (Winter Training Program) 6 Weeks/45 Days Embedded Systems & Robotics (Winter Training Program) 6 Weeks/45 Days PRESENTED BY RoboSpecies Technologies Pvt. Ltd. Office: W-53G, Sector-11, Noida-201301, U.P. Contact us: Email: stp@robospecies.com

More information

Soldier Tracking and Health Indication System Using ARM7 LPC-2148

Soldier Tracking and Health Indication System Using ARM7 LPC-2148 Soldier Tracking and Health Indication System Using ARM7 LPC-2148 Shraddha Mahale, Ekta Bari, Kajal Jha Mechanism under Guidance of Prof. Elahi Shaikh (HOD) Electronics Engineering, Mumbai University Email:

More information

LINE MAZE SOLVING ROBOT

LINE MAZE SOLVING ROBOT LINE MAZE SOLVING ROBOT EEE 456 REPORT OF INTRODUCTION TO ROBOTICS PORJECT PROJECT OWNER: HAKAN UÇAROĞLU 2000502055 INSTRUCTOR: AHMET ÖZKURT 1 CONTENTS I- Abstract II- Sensor Circuit III- Compare Circuit

More information

Motorized PC Control Pick and Place Robot Using Wireless Technology

Motorized PC Control Pick and Place Robot Using Wireless Technology Motorized PC Control Pick and Place Robot Using Wireless Technology M.Pushpavathi 1, P.Giribabu 2, K Mohan Krishna 3 1 PG Scholar, Mechanical Engineering, Chadalawada Ramanamma Engineering college of Engineering,Tirupati,

More information

Index Terms-Emergency vehicle clearance, Higher density, IR sensor, Micro controller, RFID Technology.

Index Terms-Emergency vehicle clearance, Higher density, IR sensor, Micro controller, RFID Technology. Design of an Intelligent Auto Traffic Signal Controller with Emergency Override * Geetha.E 1, V.Viswanadha 2, Kavitha.G 3 Abstract- The main objective of this project is to design an intelligent auto traffic

More information

Cortex-M3 based Prepaid System with Electricity Theft Control

Cortex-M3 based Prepaid System with Electricity Theft Control RESEARCH ARTICLE OPEN ACCESS Cortex-M3 based Prepaid System with Electricity Theft Control Sudhakar Ajmera 1, Abdul Subhani Shaik 2 1 M.Tech, Dept of ECE, CMR College of Engineering & Technology(Autonomous),

More information

SPY ROBOT CONTROLLING THROUGH ZIGBEE USING MATLAB

SPY ROBOT CONTROLLING THROUGH ZIGBEE USING MATLAB SPY ROBOT CONTROLLING THROUGH ZIGBEE USING MATLAB MD.SHABEENA BEGUM, P.KOTESWARA RAO Assistant Professor, SRKIT, Enikepadu, Vijayawada ABSTRACT In today s world, in almost all sectors, most of the work

More information

HUMANOID ROBOT FOR REMOTE SURVEILLANCE

HUMANOID ROBOT FOR REMOTE SURVEILLANCE International Journal of Mechanical Engineering and Technology (IJMET) Volume 9, Issue 8, August 2018, pp. 653 659, Article ID: IJMET_09_08_069 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=9&itype=8

More information

WIRELESS ELECTRICAL APPARATUS CONTROLLING SYSTEM WITH SPEED CONTROL OF AC MOTOR IN A PLANTUSING RF- COMMUNICATION

WIRELESS ELECTRICAL APPARATUS CONTROLLING SYSTEM WITH SPEED CONTROL OF AC MOTOR IN A PLANTUSING RF- COMMUNICATION WIRELESS ELECTRICAL APPARATUS CONTROLLING SYSTEM WITH SPEED CONTROL OF AC MOTOR IN A PLANTUSING - COMMUNICATION Title of the project : Wireless electrical apparatus Controlling System With Speed Control

More information

BOAT LOCALIZATION AND WARNING SYSTEM FOR BORDER IDENTIFICATION

BOAT LOCALIZATION AND WARNING SYSTEM FOR BORDER IDENTIFICATION BOAT LOCALIZATION AND WARNING SYSTEM FOR BORDER IDENTIFICATION Mr.Vasudevan, Ms.Aarthi.C, Ms.Arunthathi.M, Ms.Durgakalaimathi.L.T, Ms.Evangelin Darvia.P 1Professor, Dept. of ECE, Panimalar Engineering

More information

TMS320F241 DSP Boards for Power-electronics Applications

TMS320F241 DSP Boards for Power-electronics Applications TMS320F241 DSP Boards for Power-electronics Applications Kittiphan Techakittiroj, Narong Aphiratsakun, Wuttikorn Threevithayanon and Soemoe Nyun Faculty of Engineering, Assumption University Bangkok, Thailand

More information

3D ULTRASONIC STICK FOR BLIND

3D ULTRASONIC STICK FOR BLIND 3D ULTRASONIC STICK FOR BLIND Osama Bader AL-Barrm Department of Electronics and Computer Engineering Caledonian College of Engineering, Muscat, Sultanate of Oman Email: Osama09232@cceoman.net Abstract.

More information

II. MAIN BLOCKS OF ROBOT

II. MAIN BLOCKS OF ROBOT AVR Microcontroller Based Wireless Robot For Uneven Surface Prof. S.A.Mishra 1, Mr. S.V.Chinchole 2, Ms. S.R.Bhagat 3 1 Department of EXTC J.D.I.E.T Yavatmal, Maharashtra, India. 2 Final year EXTC J.D.I.E.T

More information

Wireless Sensor Network for Intra-Venous Fluid Level Indicator Application

Wireless Sensor Network for Intra-Venous Fluid Level Indicator Application Wireless Sensor Network for Intra-Venous Fluid Level Indicator Application Abstract Wireless sensor networks use small, low-cost embedded devices for a wide range of applications such as industrial data

More information

Pick and Place Robotic Arm Using Arduino

Pick and Place Robotic Arm Using Arduino Pick and Place Robotic Arm Using Arduino Harish K 1, Megha D 2, Shuklambari M 3, Amit K 4, Chaitanya K Jambotkar 5 1,2,3,4 5 th SEM Students in Department of Electrical and Electronics Engineering, KLE.I.T,

More information

2D Image Transmission using Light Fidelity Technology

2D Image Transmission using Light Fidelity Technology 2D Image Transmission using Light Fidelity Technology Undergraduate Student, Computer Engineering Department Dwarkadas J. Sanghvi College of Engineering, Mumbai, India. Abstract : Recently wireless technology

More information

VISUAL FINGER INPUT SENSING ROBOT MOTION

VISUAL FINGER INPUT SENSING ROBOT MOTION VISUAL FINGER INPUT SENSING ROBOT MOTION Mr. Vaibhav Shersande 1, Ms. Samrin Shaikh 2, Mr.Mohsin Kabli 3, Mr.Swapnil Kale 4, Mrs.Ranjana Kedar 5 Student, Dept. of Computer Engineering, KJ College of Engineering

More information

Applications: FM wireless audio, USB PC audio broadcasting, wireless microphones, maternal and child care.

Applications: FM wireless audio, USB PC audio broadcasting, wireless microphones, maternal and child care. Product Description 1: The use of advanced digital audio signal processing (DSP) technology and FM modulation phase-locked loop (PLL) to make sound more realistic, more stable performance, long working

More information

Microcontroller Based Speed Control of Induction Motor using Wireless Technology

Microcontroller Based Speed Control of Induction Motor using Wireless Technology Microcontroller Based Speed Control of Induction Motor using Wireless Technology P. Nagasekhara Reddy Abstract-Induction motors are the most extensively used motors in most power-driven home appliances,

More information

Generating DTMF Tones Using Z8 Encore! MCU

Generating DTMF Tones Using Z8 Encore! MCU Application Note Generating DTMF Tones Using Z8 Encore! MCU AN024802-0608 Abstract This Application Note describes how Zilog s Z8 Encore! MCU is used as a Dual-Tone Multi- (DTMF) signal encoder to generate

More information

Gesture Controlled Robotics Workshop

Gesture Controlled Robotics Workshop 2-Days National Level Gesture Controlled Robotics Workshop Championship-2018 Page 17 Projects To Be Covered: - Black Line Follower White Line Follower Edge Avoider Robot Wall Follower Gesture Controlled

More information

X10 PROTOCOL FOR DATA COMMUNICATION

X10 PROTOCOL FOR DATA COMMUNICATION International Journal of Recent Innovation in Engineering and Research Scientific Journal Impact Factor - 3.605 by SJIF e- ISSN: 2456 2084 X10 PROTOCOL FOR DATA COMMUNICATION Tilottama Dhake 1, AntrikshGhaskatta

More information

WAR FIELD SPYING ROBOT WITH NIGHT VISION CAMERA

WAR FIELD SPYING ROBOT WITH NIGHT VISION CAMERA WAR FIELD SPYING ROBOT WITH NIGHT VISION CAMERA Sakshi Balasaheb Chavanke 1, Tejal Dnyandev Barhate 2 1,2 Third year Electrical Student, Department of Electrical Engineering, Guru Gobind Singh Polytechnic

More information

RFID Based Toll Gate Access

RFID Based Toll Gate Access IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 11 May 2017 ISSN (online): 2349-784X RFID Based Toll Gate Access Dr. Y. Raghavender Rao Associate Professor Department of

More information