Secured Spy IP Control Robot Using Raspberry Pi

Size: px
Start display at page:

Download "Secured Spy IP Control Robot Using Raspberry Pi"

Transcription

1 Secured Spy IP Control Robot Using Raspberry Pi V. Meenakshi 1, Ch. Lakshmi Saketh 2, K. KalyanKumar 3 1 Assistant Professor, EIE Department, Sree Vidyanikethan Engineering College, Tirupati, India 2,3 B.Tech student, EIE Department, Sree Vidyanikethan Engineering College, Tirupati, India Abstract Internet technology provides a good way for us to develop an integrated computing network environment for the applications of different robotic systems. The concept of web based robots is new and it does not have the limitations of the range of operation. In traditional systems, the security forces need to patrol the remote areas in order to protect any illegal persons coming into our territory but it is not possible for them to patrol the whole area as it may be not possible to reach there. In traditional security ways, monitoring the areas is of only to a limited part. In such cases, we may use the proposed robotic system whose working based on advanced microcontroller (Raspberry pi), which will go into those areas and provide us with the videos of those locations. When someone enters such highly secured places, the camera mounted on the robot will keep on capturing the videos from the surroundings to keep a record of the details of the incident happened and this is readily available to the user and only the authenticated users can see the recorded details. Security cameras are already prevalent in commercial establishments, with camera output being recorded to tapes that are either rewritten periodically or stored in video archives. Keywords Spy; security; authentication; Raspberry pi I. INTRODUCTION Robots are being used in variety of industrial applications for various activities like pick and place, painting, assembling of subsystems and in hazardous places for material handling etc. Robots are becoming more and more advanced as technology increment in the areas of CPU speed, sensors, memories etc. And there is ever demanding applications even in defence. With the rapid growth of the Internet, more and more advanced devices or sensors have been embedded into it for performing the desired work, distributed computer systems, surveillance cameras, telescopes and manipulators. Although the implementation of Internet robotics or web- based robotics is relatively new and still in its early stage, it has gathered the huge interest of many researchers in the world. Except for operating in critical conditions that are traditional wireless robotic areas, Internet robotics has opened up a completely new range of real-world applications, namely, space exploration, disaster rescue, house cleaning, and health care. Automated video surveillance is an important research area in the commercial area as well. Technology has reached a stage where fixing cameras to monitor the place at low cost, but placing the human resources to sit and watch that imagery is expensive. Figure 1: Overview of System. In this implementation of robotic system, when a person enters a monitored area the web camera connected to the microcontroller keeps on capturing what is going on there at the host place and saves it into the computer. When the security people in control room, get an indication to the host section, they log into the host section computer through internet, and view all information of the war field section videos by PC. II. SYSTEM OVERVIEW In this project, control of robotic unit is from remote end with the use of Internet and also we are able to get the videos from the robot end for the purpose of surveillance. At the user PC, we will have videos on the web browser and also we are able to control the robotic movement and also the camera movement in vertical direction and horizontal direction. DC motors are being used for the movement of robotic wheels and stepper motor is used for camera movement i.e. for vertical movement and horizontal movement. Raspberry Pi B+ is used for video processing and sending the processed video to user PC with the help Internet. 513

2 The use of Internet does not bring the limitation of range into consideration as if we have the internet access, we can control the robot from anywhere. The images captured by the camera should be processed very fast to provide real time visualization of environment to the user. For this purpose along with low cost we think to use ARM. based Processors. Some of the reasons for using the ARM-based processors are they are economical and consumes very low power, decent processing power, and open development environment. The Raspberry Pi is a miniature computer that plugs into your TV. It is a capable little computer which can be used in electronic applications (projects), and for many of the things that your desktop PC does, like browsing, text editing and games. It also plays high-definition video. Raspberry Pi requires 5 volt supply with minimum of mA current and it is powered through micro USB cable. ARM11 only requires 3.3 volt of supply which it takes with the help of linear regulator. 5 volt is required for the USB ports. It operates at 700 Mhz. We can use python or shell to write the code into the raspberry pi. III. BLOCK DIAGRAM Figure 3: Block Diagram of Robotic Unit User unit consists of a PC with internet connection. HTML page is designed having options of controlling the dc motors and stepper motors. It shows the live video streaming of the environment Figure 2: Raspberry Pi B+ Board Raspberry Pi B+ has a strong processing capacity because of using the ARM11 architecture and Linux-based system. In terms of control and interface, it has 17 GPIO, 2 UART, 4 I2C and 5 SPI, which are basically meet the control requirement. There are simple and easy-used open source peripheral driver libraries. The wheels of robot are controlled by DC motors and stepper motors are used for the movement of camera. The user controls it with the help of web browser, where it also shows the video streaming of the environment. At the robotic unit, Raspberry pi is used for the control of DC motors and stepper motors. Figure 4: Block Diagram Of User Unit IV. HARDWARE REQUIREMENTS Raspberry Pi is used for making robot wireless and web based. Webcam is interfaced to the Raspberry Pi and then the videos are transmitted wirelessly from the robot to the User's device (web browser), from where user can conveniently control the robot movement and also the camera movement. 514

3 Raspberry pi is connected with the Wi-Fi module which enables raspberry pi to transmit over the web network. User will communicate with robotic unit with the help of Internet. The internet is provided to the robot by wifidongle that is connected to the raspberry pi b+ A. Motor Control Here we can use L293D IC to control motors or L298 IC to control the motors. Normal DC gear-head motors requires current greater than mA. if we connect directly the motors to the ICs like timers, ATmega16 Microcontroller, 74 series ICs it will get damage because they cannot supply this amount of current, so that we should not connect motors to the output of any of the above given IC's, they might get damaged. There is a need of a circuitry that can act as a bridge between the above mentioned ICs and the powerful devices like motors. There are several ways of making it, some of them are given below. Using Transistor Using L293D/L298 Using relays 1. Using Transistor If you want to run your motor in only single direction, then this is the easiest way to do so. We used power transistor as a switch to turn a motor on or off depending upon the applied voltage at base. The same motor driver circuit is used in making simple robots. 2. Using L293D/L298 L293D, L298 are dual H-bridge motor driver ICs. We can control the direction of rotation of two motors in both clockwise and anti-clockwise direction. The L293D IC connection with dc motors is as shown below Figure 5: circuit diagram for L293D motor connection. The logic for moving the motors in different directions is as shown below. 3. Using Relays Table 1: L293D motor logic table Relays are the electromechanical switches made of electromagnets and contacts. They have very high current rating and both AC and DC motors can be controlled through them because motor will be completely isolated from the remaining circuit. Working of a relay: Relays consist of mainly electromagnet, armature, spring and electrical contacts. The spring holds the armature at one electrical contact and as soon as a voltage is applied across the electromagnet, it coils the armature, changes its contact and moves to another electrical contact. The figure below describes its working. B. Voltage Regulation Figure 6: Relay connection Here we used 12V DC supply as the poer source if it directly connected to the pi it will damage it so that we used voltage regulator to regulate it to 5 volts, for that here we used LM317 IC as a voltage regulator. The LM317 is a popular adjustable linear voltage regulator. Here we are using 12V power supply and we regulated it to 5V so that lot of heat dissipation takes place so that we require a heat sink to the LM317 IC Power = Volts x Current. For a linear regulator Power total = (Power in load + Power in regulator). 515

4 Regulator V drop =V in - V load Here V drop in regulator = 12-5 = 7V. Here Power in = 12V x I load Power in load = 5V x I load Power in regulator = (12V-5V) x I load. nearly 4-5Watts of power is dissipated it is more than enough to burn the LM317 IC so that we used a heat sink to control it here LM317 has 3 pins they are input pin that is voltage that we give to regulate (here we gave 12V), ground pin, and output pin (regulated voltage pin) and it is as shown in figure below Step1: Setting up the raspberry pi. In this step go to raspberrypi.org and download any operating system you required but here we used Raspbian Wheezy. Step 2: Install the required packages in the pi and connect the webcam to the pi, after this you will get MJPG-streamer folder. Step 3: Design the Login page for the authentication of robot and create the database for accessing. Here we designed the page using HTML, CSS and PHP and data base was created by using MySQL. Figure 7:LM317 voltage regulator The connections of the microcontroller to the motor driver is as shown in figure below Figure 8: circuit connections V. IMPLEMENTATION METHOD We implemented our prototype situated with three major components like on board camera, voltage regulator and a L293D motor driver. The real time video and all other sensor data s are displayed in the webpage which can be viewed from anywhere in the world by setting a specific internet address Figure 9: Login page for accessing robot. Step 4: Now design the console page that provides a way to control our robot this console page is designed based on HTML and PHP and write the controlling of the robot code in shell script based on the L293D/L298 IC logic we have used. Step 5: Now, we need wifi dongle to connect our Pi with wifi router. After connecting wifi dongle to PI, open WiConfig application (you can find this application pre installed in raspbian OS) & connect your PI with your wifi router. If it is already connected with wifi router, execute following command into terminal to know IP Address (ifconfig). Step 6: You will find IP address of Pi in output. Do remember this IP Address for further use. We will need it control your Robot. Step 7: Now build Robot, We can use DC Motor based simple robot. To control your motors we need L293D or L298 IC. Here we connected GPIO pins 18,4 with L293/L298 IC to control Left Motor & 23, 24 pins with L293/L298 IC to control Right Motor. 516

5 Step 8: Power Supply, Now the biggest challenge for any autonomous machine is power supply. Here we used 12v rechargeable Ni-MH battery. But as per specifications Pi will work on 5 V, So we use LM317 to regulate it to 5v. We connect battery terminals directly to motor driver IC, also parallelly, connect it to input of LM317 IC and regulated it to 5v by adjusting the resistance. 5 V output of this IC is connected with First GPIO of Raspberry Pi B+ in to power up it. Figure 11: Console Page Design VI. CONCLUSION This robotic system will be very much helpful for the security forces to find any infiltration across the borders. This system can be used any conditions and areas where it is difficult for the security forces to reach it can monitor the areas. As the communication is done with the help of internet so limitation of range of operation does not arise and thus we can monitor any remote areas. Figure 10: IP Control Robot Prototype Step 9: After connecting all the connections check it once again because if any wrong connections happened then definitely pi will be burn and see that you are giving power supply correctly that is in between 4.9v-5.2v Step 10: As soon as you connect 5V supply with Pi it will turn on, you can see green LED blinking while start-up process. After some time open browser in your Laptop and write down following link: IP address /filename. Now sitting in your room you can stream video and control the robot anywhere in the world. VII. FUTURE SCOPE The time delay which occurs in the execution of commands has to be reduced and thus we can have real time access to the robot. With reduced time delay we can have faster operation and quick response to any illegal activities in the monitored area. This system can also be used in the disaster (earthquakes, mine collapse) areas to find any injured persons and give information to rescue teams. Also it can be used as a spy robot. The robot is very economical. REFERENCES [1] robot using Zigbee Communication By Krishnaswamy Kannan and Gowtham S, International Journal of Engineering Science and Technology (IJEST), ISSN : Vol. 4 No.10 October [2] W. Lao, J. Han and Peter H.N. de With, Automatic video-based human motion analyzer for consumer surveillance system, IEEE Trans Consumer Electronics, Vol. 55, No. 2, pp , [3] Wi-Fi Robot for Video Monitoring & Surveillance System By Pavan C & Dr. B. Sivakumar, International Journal of Scientific & Engineering Research Volume 3, Issue 8, August-2012 [4] Md Athiq UR Raza Ahamed M., Wajid Ahamed, A Domestic Robot for Security Systems by Video Surveillance Using Zigbee Technology, International Journal of Scientific Engineering and Technology (ISSN : ) Volume 2 Issue 5, pp : May

6 [5] The Robot control using the wireless communication and the serial communication, by JONG HOON AHNN, Project Advisor: Professor Mark Campbell, Cornell University May [6] G. Song, Z. Wei, W. Zhang and A. Song, A hybrid sensor network system for home monitoring applications, IEEE Trans Consumer Electronics, Vol. 53, No. 4,pp , [7] P. Saucy and F. Mondana, KhepOnTheWeb: Open access to a mobile robot on the Internet, IEEE Robotics and Automation Magazine, pages 41-47, March [8] Huosheng Hu, Lixiang Yu, Pui Wo Tsui, Quan Zhou, Internet-based Robotic Systems for Teleoperation, International Journal of Assembly Automation, Vol. 21, No. 2. [9] D. Schulz, W. Burgard, D. Fox, S. Thrun, and A.B. Cremers, Web interface for mobile robots in public place. [10] Wi-Fi Robot for Video Monitoring & Surveillance System By Pavan C & Dr. B. Sivakumar, International Journal of Scientific & Engineering Research Volume 3, Issue 8, August [11] Intelligent Personal Assistant and Surveillance Robot using Zigbee Communication By Krishnaswamy Kannan and Gowtham S, International Journal of Engineering Science and Technology (IJEST), ISSN : Vol. 4 No.10 October [12] The Robot control using the wireless communication and the serial communication, by JONG HOON AHNN, Project Advisor: Professor Mark Campbell, Cornell University May [13] Huosheng Hu, Lixiang Yu, Pui Wo Tsui, Quan Zhou, Internet-based Robotic Systems for Teleoperation, International Journal of Assembly Automation, Vol. 21, No

Intelligent Home Automation and Security System

Intelligent Home Automation and Security System Intelligent Home Automation and Security System Ms. Radhamani N Department of Electronics and communication, VVIET, Mysore, India ABSTRACT: In todays scenario safer home security is required, As the technology

More information

Embedded Based Web Server for CMS and Automation System

Embedded Based Web Server for CMS and Automation System Embedded Based Web Server for CMS and Automation System ISSN: 2278 909X All Rights Reserved 2014 IJARECE 1073 ABSTRACT This research deals with designing a Embedded Based Web Server for CMS and Automation

More information

REMOTE HOST PROCESS CONTROL AND MONITORING OF INDUSTRY APPLIANCES

REMOTE HOST PROCESS CONTROL AND MONITORING OF INDUSTRY APPLIANCES REMOTE HOST PROCESS CONTROL AND MONITORING OF INDUSTRY APPLIANCES 1 Abinath.T.R, 2 Sudhakar.V, 3 Sasikala.S 1,2 UG Scholar, Department of Electrical and Electronics Engineering, Info Institute of Engineering,

More information

A Surveillance Robot with Climbing Capabilities for Home Security

A Surveillance Robot with Climbing Capabilities for Home Security Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 2, Issue. 11, November 2013,

More information

Smart Automated Conference Room System

Smart Automated Conference Room System Smart Automated Conference Room System Prof. P. P. Chitte 1, R. R. Shinde 2, S. V. Thosar 3 1 Assistant Professor, P.R.E.C. Loni, India 2,3 Student, P.R.E.C. Loni, India Abstract: In video conference system

More information

Embedded Systems on ARM Cortex-M3 (4weeks/45hrs)

Embedded Systems on ARM Cortex-M3 (4weeks/45hrs) Embedded Systems on ARM Cortex-M3 (4weeks/45hrs) Course & Kit Contents LEARN HOW TO: Use of Keil Real View for ARM Use ARM Cortex-M3 MCU for professional embedded application development Understanding

More information

CELL PHONE CONTROL ROBOT CAR

CELL PHONE CONTROL ROBOT CAR CELL PHONE CONTROL ROBOT CAR Sakshi Choudhary 1, Satendra Singh 2, Vikrant 3, SK Dubey 4 1,2 UG Students of Department of ECE AIMT, Greater Noida (India) 3 Assistant Professor, Department of ECE AIMT,

More information

Access Control Using Smartcard And Passcode

Access Control Using Smartcard And Passcode IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676 Volume 4, Issue 5 (Jan. - Feb. 2013), PP 29-34 Access Control Using Smartcard And Passcode Omorogiuwa Eseosa 1., Uhunmwangho

More information

Development of an Internet based Embedded System for Smart House Controlling and Monitoring

Development of an Internet based Embedded System for Smart House Controlling and Monitoring Development of an Internet based Embedded System for Smart House Controlling and Monitoring Ahmed Abd-Elkarim Abd- Ellatif Salih Maged Ali Mohammed Asa'ad Yousif Elhadi Elsideeg Ahmed Department of Computer

More information

DESIGN AND IMPLEMENTATION OF ONLINE PATIENT MONITORING SYSTEM

DESIGN AND IMPLEMENTATION OF ONLINE PATIENT MONITORING SYSTEM DESIGN AND IMPLEMENTATION OF ONLINE PATIENT MONITORING SYSTEM Harsha G S Department of Electronics & Communication Channabasaveshwara Institute of Technology, Gubbi, 572216, India ABSTRACT Patient s condition

More information

INTRODUCTION TO SERIAL ARM

INTRODUCTION TO SERIAL ARM INTRODUCTION TO SERIAL ARM A robot manipulator consists of links connected by joints. The links of the manipulator can be considered to form a kinematic chain. The business end of the kinematic chain of

More information

GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM.

GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM. GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM. Introduction: The Proposed design is cost-effective, reliable and has the function of accurate tracking. When large object or vehicles were spread out

More information

ANDROID LEVERED DATA MONITORING ROBOT

ANDROID LEVERED DATA MONITORING ROBOT ANDROID LEVERED DATA MONITORING ROBOT 1 HIMANI PATHAK, 2 VIDYALAKSHMI KRISHNAKUMAR, 3 SHILPA RAVIKUMAR, 4 AJINKYA SHINDE 1,2,3,4 Electronics & Telecommunication Engineering, Fr. C. R. Institute of Technology,

More information

Automatic Docking System with Recharging and Battery Replacement for Surveillance Robot

Automatic Docking System with Recharging and Battery Replacement for Surveillance Robot International Journal of Electronics and Computer Science Engineering 1148 Available Online at www.ijecse.org ISSN- 2277-1956 Automatic Docking System with Recharging and Battery Replacement for Surveillance

More information

International Journal of Engineering Research & Management Technology

International Journal of Engineering Research & Management Technology International Journal of Engineering Research & Management Technology March- 2015 Volume 2, Issue-2 Radio Frequency Identification Security System Mr. Shailendra Kumar Assistant Professor Department of

More information

Raghavendra Reddy D 1, G Kumara Swamy 2

Raghavendra Reddy D 1, G Kumara Swamy 2 Car Accident Detection, Communication And Tracking Using ARM7 Controller Raghavendra Reddy D 1, G Kumara Swamy 2 1 PG Scholar, Dept of ECE, Malla Reddy Engineering College (Autonomous), Hyderabad, India.

More information

Nagpur, Maharashtra, India

Nagpur, Maharashtra, India Volume 6, Issue 2, February 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Automated Door

More information

Smart Home Security System Based on Microcontroller Using Internet and Android Smartphone

Smart Home Security System Based on Microcontroller Using Internet and Android Smartphone International Conference on Materials, Electronics & Information Engineering, ICMEIE-205 05-06 June, 205, Faculty of Engineering, University of Rajshahi, Bangladesh www.ru.ac.bd/icmeie205/proceedings/

More information

Adafruit's Raspberry Pi Lesson 5. Using a Console Cable

Adafruit's Raspberry Pi Lesson 5. Using a Console Cable Adafruit's Raspberry Pi Lesson 5. Using a Console Cable Created by Simon Monk Last updated on 2014-09-15 12:00:13 PM EDT Guide Contents Guide Contents Overview You Will Need Part Software Installation

More information

MICROCONTROLLER BASED SMART HOME WITH SECURITY USING GSM TECHNOLOGY

MICROCONTROLLER BASED SMART HOME WITH SECURITY USING GSM TECHNOLOGY MICROCONTROLLER BASED SMART HOME WITH SECURITY USING GSM TECHNOLOGY F. Shawki 1,2, M. El-Shahat. Dessouki 1,3, A. I. Elbasiouny 4, A.N. Almazroui 5, F. M. R. Albeladi 5 1 Assistant Professor, Electrical

More information

Prototyping Connected-Devices for the Internet of Things. Angus Wong

Prototyping Connected-Devices for the Internet of Things. Angus Wong Prototyping Connected-Devices for the Internet of Things Angus Wong Agenda 1) Trends of implementation of IoT applications REST Cloud 2) Connected-device Prototyping Tools Arduino Raspberry Pi Gadgeteer

More information

LEGO NXT-based Robotic Arm

LEGO NXT-based Robotic Arm Óbuda University e Bulletin Vol. 2, No. 1, 2011 LEGO NXT-based Robotic Arm Ákos Hámori, János Lengyel, Barna Reskó Óbuda University barna.resko@arek.uni-obuda.hu, hamoriakos@gmail.com, polish1987@gmail.com

More information

Design of Wireless Home automation and security system using PIC Microcontroller

Design of Wireless Home automation and security system using PIC Microcontroller IJCAES ISSN: 2231-4946 Volume III, Special Issue, August 2013 International Journal of Computer Applications in Engineering Sciences Special Issue on National Conference on Information and Communication

More information

Design of Self-service Car Washing Machine Control System Based on ARM Zhengmin Cui a, Peng Sun b

Design of Self-service Car Washing Machine Control System Based on ARM Zhengmin Cui a, Peng Sun b 4th National Conference on Electrical, Electronics and Computer Engineering (NCEECE 2015) Design of Self-service Car Washing Machine Control System Based on ARM Zhengmin Cui a, Peng Sun b Shandong labor

More information

Project Development Plan

Project Development Plan Project Development Plan Roverwerx A.R.M. IRP Santa Clara University Richard Rasay 1 TABLE OF CONTENTS Introduction 1 Software Design.3 Robot-Side Application.5 Client-Side Application.7 Current Status

More information

Automated Security System using ZigBee

Automated Security System using ZigBee IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 01 June 2015 ISSN (online): 2349-6010 Automated Security System using ZigBee Sneha Susan Abraham Saveetha School

More information

PolyBot Board. User's Guide V1.11 9/20/08

PolyBot Board. User's Guide V1.11 9/20/08 PolyBot Board User's Guide V1.11 9/20/08 PolyBot Board v1.1 16 pin LCD connector 4-pin SPI port (can be used as digital I/O) 10 Analog inputs +5V GND GND JP_PWR 3-pin logic power jumper (short top 2 pins

More information

DESIGN OF SMS ENABLED CAR SECURITY SYSTEM

DESIGN OF SMS ENABLED CAR SECURITY SYSTEM DESIGN OF SMS ENABLED CAR SECURITY SYSTEM K. A. Amusa Federal University of Agriculture, Abeokuta, O. O. Nuga Federal University of Agriculture, Abeokuta, A. A. Adetomi Federal University of Agriculture,

More information

A Domestic Robot for Security Systems by Video Surveillance Using Zigbee Technology

A Domestic Robot for Security Systems by Video Surveillance Using Zigbee Technology A Domestic Robot for Security Systems by Video Surveillance Using Zigbee Technology Md Athiq UR Raza Ahamed M., Wajid Ahamed Department of Computer Science, S. A. Engineering College, Chennai, TamilNadu,

More information

Hand Gestures Remote Controlled Robotic Arm

Hand Gestures Remote Controlled Robotic Arm Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 5 (2013), pp. 601-606 Research India Publications http://www.ripublication.com/aeee.htm Hand Gestures Remote Controlled

More information

Lab Experiment 1: The LPC 2148 Education Board

Lab Experiment 1: The LPC 2148 Education Board Lab Experiment 1: The LPC 2148 Education Board 1 Introduction The aim of this course ECE 425L is to help you understand and utilize the functionalities of ARM7TDMI LPC2148 microcontroller. To do that,

More information

DESIGN OF SMART HOME SECURITY SURVEILLANCE SYSTEM USING GSM

DESIGN OF SMART HOME SECURITY SURVEILLANCE SYSTEM USING GSM DESIGN OF SMART HOME SECURITY SURVEILLANCE SYSTEM USING GSM Shweta 1, Nayana P Shetty 2 M.Tech student, Department of Electrical and Electronics Engineering, NMAMIT, Nitte, India 1 Associate Professor,

More information

Network Enabled Battery Health Monitoring System

Network Enabled Battery Health Monitoring System Network Enabled Battery Health Monitoring System Research Team: Fan Yang Zhengyang Liu Supervisor: Advisor: Hanlei Zhang (PhD Student) Wencong Su (PhD Student) Dr. Mo-Yuen Chow Presentation Outline Project

More information

Synapse s SNAP Network Operating System

Synapse s SNAP Network Operating System Synapse s SNAP Network Operating System by David Ewing, Chief Technology Officer, Synapse Wireless Today we are surrounded by tiny embedded machines electro-mechanical systems that monitor the environment

More information

Programming Logic controllers

Programming Logic controllers Programming Logic controllers Programmable Logic Controller (PLC) is a microprocessor based system that uses programmable memory to store instructions and implement functions such as logic, sequencing,

More information

Computer Automation Techniques. Arthur Carroll

Computer Automation Techniques. Arthur Carroll Computer Automation Techniques Arthur Carroll 1 Three Types of Computers Micro-Controller Single Board Computer Desktop Computer 2 The Micro-Controller Small inexpensive DIP or surface mount chips Roughly

More information

Volume 2, Issue 2, February 2014 International Journal of Advance Research in Computer Science and Management Studies

Volume 2, Issue 2, February 2014 International Journal of Advance Research in Computer Science and Management Studies Volume 2, Issue 2, February 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Paper / Case Study Available online at: www.ijarcsms.com Wireless

More information

Location-Aware and Safer Cards: Enhancing RFID Security and Privacy

Location-Aware and Safer Cards: Enhancing RFID Security and Privacy Location-Aware and Safer Cards: Enhancing RFID Security and Privacy 1 K.Anudeep, 2 Mrs. T.V.Anantha Lakshmi 1 Student, 2 Assistant Professor ECE Department, SRM University, Kattankulathur-603203 1 anudeepnike@gmail.com,

More information

Vehicle Tracking and Monitoring By ARM7

Vehicle Tracking and Monitoring By ARM7 Vehicle Tracking and Monitoring By ARM7 Gangadhar M 1, Madhu M S 2 (M Tech) Dept. of Computer Network Engineering VTU PG Studies, Visvesvaraya Technological University Belgaum, India Abstract This paper

More information

Gsm Based Controlled Switching Circuit Between Supply Mains and Captive Power Plant

Gsm Based Controlled Switching Circuit Between Supply Mains and Captive Power Plant International Journal of Computational Engineering Research Vol, 03 Issue, 4 Gsm Based Controlled Switching Circuit Between Supply Mains and Captive Power Plant 1, Mr.S.Vimalraj, 2, Gausalya.R.B, 3, Samyuktha.V,

More information

LIVE STREAMING MOTION DETECTION CAMERA SECURITY SYSTEM WITH EMAIL NOTIFICATION USING RASPBERRY PI Angela Antony 1, Prof. G. R.

LIVE STREAMING MOTION DETECTION CAMERA SECURITY SYSTEM WITH EMAIL NOTIFICATION USING RASPBERRY PI Angela Antony 1, Prof. G. R. LIVE STREAMING MOTION DETECTION CAMERA SECURITY SYSTEM WITH EMAIL NOTIFICATION USING RASPBERRY PI Angela Antony 1, Prof. G. R. Gidveer 2 1,2 Dept. Electronics and Telecommunication MGM s Jawaharlal Nehru

More information

Designing and Embodiment of Software that Creates Middle Ware for Resource Management in Embedded System

Designing and Embodiment of Software that Creates Middle Ware for Resource Management in Embedded System , pp.97-108 http://dx.doi.org/10.14257/ijseia.2014.8.6.08 Designing and Embodiment of Software that Creates Middle Ware for Resource Management in Embedded System Suk Hwan Moon and Cheol sick Lee Department

More information

Development of Low Cost Private Office Access Control System(OACS)

Development of Low Cost Private Office Access Control System(OACS) Development of Low Cost Private Office Access Control System(OACS) Sadeque Reza Khan Prime University, Department of Electrical and Electronic Engineering, Dhaka-1216, Bangladesh sadeque_008@yahoo.com

More information

An Embedded Based Web Server Using ARM 9 with SMS Alert System

An Embedded Based Web Server Using ARM 9 with SMS Alert System An Embedded Based Web Server Using ARM 9 with SMS Alert System K. Subbulakshmi 1 Asst. Professor, Bharath University, Chennai-600073, India 1 ABSTRACT: The aim of our project is to develop embedded network

More information

Live Streaming Motion Detection Camera Security System with Email Notification using Raspberry Pi

Live Streaming Motion Detection Camera Security System with Email Notification using Raspberry Pi Live Streaming Motion Detection Camera Security System with Email Notification using Raspberry Pi Angela Antony 1, Prof. G. R. Gidveer 2 1,2( Dept. Electronics and Telecommunication, MGM s Jawaharlal Nehru

More information

Ways to Use USB in Embedded Systems

Ways to Use USB in Embedded Systems Ways to Use USB in Embedded Systems by Yingbo Hu, R&D Embedded Engineer and Ralph Moore, President of Micro Digital Universal Serial Bus (USB) is a connectivity specification that provides ease of use,

More information

Thank you for your support and welcome to Maxis! Yours sincerely, Maxis

Thank you for your support and welcome to Maxis! Yours sincerely, Maxis Welcome Congratulations, you are now on your way to a world of faster internet! With your newly-installed Maxis Fibre Internet, you will enjoy faster downloads, enhanced online shopping, smoother video

More information

Pen Drive to Pen Drive and Mobile Data Transfer Using ARM

Pen Drive to Pen Drive and Mobile Data Transfer Using ARM IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) ISSN: 2278-2834, ISBN: 2278-8735, PP: 43-47 www.iosrjournals.org Pen Drive to Pen Drive and Mobile Data Transfer Using ARM 1 Mr.V.S.Gawali,

More information

Sensor network infrastructure for intelligent building monitoring and management system

Sensor network infrastructure for intelligent building monitoring and management system Sensor network infrastructure for intelligent building monitoring and management system 1 R.VENKATESH, 2 K.RADHA, 3 M.GANTHIMATHI 1.B.E-CSE, Muthayammal Engineering College, Rasipuram. 2. Assistant Professor

More information

Quick Installation Guide

Quick Installation Guide V2.01 Model: FI9821W Quick Installation Guide Indoor HD Pan/Tilt Wireless IP Camera Black White For Windows OS ------- Page 1 For MAC OS ------- Page 16 ShenZhen Foscam Intelligent Technology Co., Ltd

More information

Chapter 1 Hardware and Software Introductions of pcduino

Chapter 1 Hardware and Software Introductions of pcduino Chapter 1 Hardware and Software Introductions of pcduino pcduino is a high performance, cost effective mini PC platform that runs PC like OS such as Ubuntu Linux. It outputs its screen to HDMI enabled

More information

AdRadionet to IBM Bluemix Connectivity Quickstart User Guide

AdRadionet to IBM Bluemix Connectivity Quickstart User Guide AdRadionet to IBM Bluemix Connectivity Quickstart User Guide Platform: EV-ADRN-WSN-1Z Evaluation Kit, AdRadionet-to-IBM-Bluemix-Connectivity January 20, 2015 Table of Contents Introduction... 3 Things

More information

Autonomous Advertising Mobile Robot for Exhibitions, Developed at BMF

Autonomous Advertising Mobile Robot for Exhibitions, Developed at BMF Autonomous Advertising Mobile Robot for Exhibitions, Developed at BMF Kucsera Péter (kucsera.peter@kvk.bmf.hu) Abstract In this article an autonomous advertising mobile robot that has been realized in

More information

Plc Based Monitoring and Controlling System Using Wi-Fi Device

Plc Based Monitoring and Controlling System Using Wi-Fi Device IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 4, Ver. II (Jul - Aug. 2014), PP 29-34 Plc Based Monitoring and Controlling System

More information

Smart Thermostat page 1

Smart Thermostat page 1 Smart Thermostat page 1 3. APPROACH In today s home appliances market, automation is becoming the norm and Smart Thermostat is a typical automation appliance able to be applied easily at home. With Smart

More information

P545 Autonomous Cart

P545 Autonomous Cart P545 Autonomous Cart Cart Overview The P545 Cart is designed to allow students to explore embedded system design and development through the control of an autonomous vehicle. Cart Overview The vehicle

More information

STEPPER MOTOR SPEED AND POSITION CONTROL

STEPPER MOTOR SPEED AND POSITION CONTROL STEPPER MOTOR SPEED AND POSITION CONTROL Group 8: Subash Anigandla Hemanth Rachakonda Bala Subramanyam Yannam Sri Divya Krovvidi Instructor: Dr. Jens - Peter Kaps ECE 511 Microprocessors Fall Semester

More information

Android based Secured Vehicle Key Finder System

Android based Secured Vehicle Key Finder System International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Android based Secured Vehicle Key Finder System Sindhoori S. 1, Dr. N. Sathish Kumar 2 *(M.E. Embedded System Technologies, Sri

More information

Implementation of Wi-Ap; An IEEE 802.11b/g Based Electrical Switch Module With Web Enabled Interface for Electrical Appliances Control

Implementation of Wi-Ap; An IEEE 802.11b/g Based Electrical Switch Module With Web Enabled Interface for Electrical Appliances Control Research Journal of Applied Sciences, Engineering and Technology 3(12): 1335-1341, 2011 ISSN:2040-7467 Maxwell Scientific Organization, 2011 Submitted: February 20, 2011 Accepted: March 26, 2011 Published:

More information

Design of Home Automation Framework With Social Network Integration

Design of Home Automation Framework With Social Network Integration Design of Home Automation Framework With Social Network Integration Warodom Werapun, Amatawit Kamhang, Aekawat Wachiraphan Department of Computer Engineering, Faculty of Engineering Prince of Songkla University

More information

Automated Profile Vehicle Using GSM Modem, GPS and Media Processor DM642

Automated Profile Vehicle Using GSM Modem, GPS and Media Processor DM642 2009 International Conference on Computer Engineering and Applications IPCSIT vol.2 (2011) (2011) IACSIT Press, Singapore Automated Profile Vehicle Using GSM Modem, GPS and Media Processor DM642 Muhammad

More information

Computer and Set of Robots

Computer and Set of Robots Lesson 11:DESIGN PROCESS EXAMPLES Mobile-Phone, Mobile- Computer and Set of Robots 1 Mobile Phone 2 Mobile phone SoC (System-on-Chip) Hardware units Microcontroller or ASIP (Application Specific Instruction

More information

How to read this guide

How to read this guide How to read this guide The following shows the symbols used in this Quick start guide with descriptions and examples. Symbol Description Example P oint Reference Caution [ ] This symbol explains information

More information

ANDROID BASED HOME AUTOMATION AND VISION SURVEILLANCE USING RASPBERRY PI

ANDROID BASED HOME AUTOMATION AND VISION SURVEILLANCE USING RASPBERRY PI International Journal of Computer Science and Engineering (IJCSE) ISSN(P): 2278-9960; ISSN(E): 2278-9979 Vol. 4, Issue 2, Mar 2015, 29-38 IASET ANDROID BASED HOME AUTOMATION AND VISION SURVEILLANCE USING

More information

Android Based Autonomous Intelligent Robot for Border Security

Android Based Autonomous Intelligent Robot for Border Security Android Based Autonomous Intelligent Robot for Border Security C.M.Naveen Kumar 1, Dr.B.Ramesh 2, Prof. G. Shivakumar 3, J.R.Manjunath 4 1,2,3 Malnad College of Engineering, Hassan-573202, Karnataka, India

More information

Raspberry Pi Setup Tutorial

Raspberry Pi Setup Tutorial Raspberry Pi Setup Tutorial The Raspberry Pi is basically a miniature linux- based computer. It has an ARM processor on it, specifically the ARM1176JZF- S 700 MHz processor. This is the main reason why

More information

Surveillance System Using Wireless Sensor Networks

Surveillance System Using Wireless Sensor Networks Surveillance System Using Wireless Sensor Networks Dan Nguyen, Leo Chang Computer Engineering, Santa Clara University Santa Clara, California, USA dantnguyen84@gmail.com chihshun@gmail.com Abstract The

More information

Banana Pi Open-Source Router Board

Banana Pi Open-Source Router Board Banana Pi Open-Source Router Board The Banana Pi Router Board is a 300Mbps Wireless N Router with both wired and wireless network connections designed specifically for smart home networking use. With 2T2R

More information

Intelligent Fleet Management System Using Active RFID

Intelligent Fleet Management System Using Active RFID Intelligent Fleet Management System Using Active RFID Ms. Rajeshri Prakash Mane 1 1 Student, Department of Electronics and Telecommunication Engineering, Rajarambapu Institute of Technology, Rajaramnagar,

More information

Innovative Practices in Optimal Utilization of Solar Energy (Solar Tracking System)

Innovative Practices in Optimal Utilization of Solar Energy (Solar Tracking System) Innovative Practices in Optimal Utilization of Solar Energy (Solar Tracking System) Dr. G. Suresh Babu EEE Dept., C.B.I.T Abstract: As the demand is ahead of the supply there is a dire need for efficient

More information

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 1 Introducing Hardware

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 1 Introducing Hardware A+ Guide to Managing and Maintaining Your PC, 7e Chapter 1 Introducing Hardware Objectives Learn that a computer requires both hardware and software to work Learn about the many different hardware components

More information

Design and Implementation of Home Monitoring System Using RF Technology

Design and Implementation of Home Monitoring System Using RF Technology International Journal of Advances in Electrical and Electronics Engineering 59 Available online at www.ijaeee.com & www.sestindia.org/volume-ijaeee/ ISSN: 2319-1112 Design and Implementation of Home Monitoring

More information

2.0 Command and Data Handling Subsystem

2.0 Command and Data Handling Subsystem 2.0 Command and Data Handling Subsystem The Command and Data Handling Subsystem is the brain of the whole autonomous CubeSat. The C&DH system consists of an Onboard Computer, OBC, which controls the operation

More information

Feasibility Study of Implementation of Cell Phone Controlled, Password Protected Door Locking System

Feasibility Study of Implementation of Cell Phone Controlled, Password Protected Door Locking System Feasibility Study of Implementation of Cell Phone Controlled, Password Protected Door Locking System Ashish Jadhav 1, Mahesh Kumbhar 2, Mahesh Walunjkar 3 Lecturer, Dept. of Electronics and Telecommunication,

More information

An Introduction to MPLAB Integrated Development Environment

An Introduction to MPLAB Integrated Development Environment An Introduction to MPLAB Integrated Development Environment 2004 Microchip Technology Incorporated An introduction to MPLAB Integrated Development Environment Slide 1 This seminar is an introduction to

More information

Wireless Communication With Arduino

Wireless Communication With Arduino Wireless Communication With Arduino Using the RN-XV to communicate over WiFi Seth Hardy shardy@asymptotic.ca Last Updated: Nov 2012 Overview Radio: Roving Networks RN-XV XBee replacement : fits in the

More information

AN INTERNET OF THINGS (IOT) BASED SECURITY ALERT SYSTEM USING RASPBERRY PI

AN INTERNET OF THINGS (IOT) BASED SECURITY ALERT SYSTEM USING RASPBERRY PI Available online at www.apije.com ASIA PACIFIC INTERNATIONAL JOURNAL OF ENGINEERING SCIENCE Vol. 02 (01) (2016) 37 41 AN INTERNET OF THINGS (IOT) BASED SECURITY ALERT SYSTEM USING RASPBERRY PI A.Arun Raja

More information

Bob Rathbone Computer Consultancy

Bob Rathbone Computer Consultancy Raspberry PI Stepper Motor Constructors Manual Bob Rathbone Computer Consultancy www.bobrathbone.com 20 th of December 2013 Bob Rathbone Raspberry PI Robotic Arm 1 Contents Introduction... 3 Raspberry

More information

Original Research Articles

Original Research Articles Original Research Articles Researchers Mr.Ramchandra K. Gurav, Prof. Mahesh S. Kumbhar Department of Electronics & Telecommunication, Rajarambapu Institute of Technology, Sakharale, M.S., INDIA Email-

More information

Motion Detecting Camera Security System with Email Notifications and Live Streaming Using Raspberry Pi

Motion Detecting Camera Security System with Email Notifications and Live Streaming Using Raspberry Pi Motion Detecting Camera Security System with Email Notifications and Live Streaming Using Raspberry Pi Sundas Zafar Computer Engineering Technology New York City College of Technology, CUNY 186 Jay Street,

More information

ONLINE HEALTH MONITORING SYSTEM USING ZIGBEE

ONLINE HEALTH MONITORING SYSTEM USING ZIGBEE ONLINE HEALTH MONITORING SYSTEM USING ZIGBEE S.Josephine Selvarani ECE Department, Karunya University, Coimbatore. Abstract - An on-line health monitoring of physiological signals of humans such as temperature

More information

Selecting and Implementing H-Bridges in DC Motor Control. Daniel Phan A37005649

Selecting and Implementing H-Bridges in DC Motor Control. Daniel Phan A37005649 Selecting and Implementing H-Bridges in DC Motor Control Daniel Phan A37005649 ECE 480 Design Team 3 Spring 2011 Abstract DC motors can be used in a number of applications that require automated movements.

More information

Accident Notification System by using Two Modems GSM and GPS

Accident Notification System by using Two Modems GSM and GPS Accident Notification System by using Two Modems GSM and GPS Hajer Salim Humaid AL-Farsi Electronic Engineering Student Caledonian College of Engineering, Muscat Malathi B. N. Senior Lecturer, Department

More information

Machine control going www - Opportunities and risks when connecting a control system to the Internet

Machine control going www - Opportunities and risks when connecting a control system to the Internet B&R Industrial Automation Corp. 1325 Northmeadow Parkway, S-130 Tel: (770) 772-0400 E-mail: office.us@br-automation.com Roswell, Georgia 30076 Fax: (770) 772-0243 Internet: www.br-automation.com Machine

More information

Surveillance Robot Using Arduino Microcontroller, Android APIs and the Internet

Surveillance Robot Using Arduino Microcontroller, Android APIs and the Internet 2014 First International Conference on Systems Informatics, Modelling and Simulation Surveillance Robot Using Arduino Microcontroller, Android APIs and the Internet Chinmay Kulkarni, Suhas Grama, Pramod

More information

Servo Info and Centering

Servo Info and Centering Info and Centering A servo is a mechanical motorized device that can be instructed to move the output shaft attached to a servo wheel or arm to a specified position. Inside the servo box is a DC motor

More information

[Deotale, 4(7): July, 2015] ISSN: 2277-9655 (I2OR), Publication Impact Factor: 3.785

[Deotale, 4(7): July, 2015] ISSN: 2277-9655 (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY WAR FIELD SPYING ROBOT WITH NIGHT VISION CAMERA Mrs.Megha Deotale, Ms.Shruti Mokal, Mr.Abhilash Gondkar, Mr.Akshay Kuckian Department

More information

Monitor Your Home With the Raspberry Pi B+

Monitor Your Home With the Raspberry Pi B+ Monitor Your Home With the Raspberry Pi B+ Created by Marc-Olivier Schwartz Last updated on 2015-02-12 03:30:13 PM EST Guide Contents Guide Contents Introduction Hardware & Software Requirements Hardware

More information

CIM Computer Integrated Manufacturing

CIM Computer Integrated Manufacturing INDEX CIM IN BASIC CONFIGURATION CIM IN ADVANCED CONFIGURATION CIM IN COMPLETE CONFIGURATION DL CIM A DL CIM B DL CIM C DL CIM C DL CIM B DL CIM A Computer Integrated Manufacturing (CIM) is a method of

More information

Wireless Security Camera with the Arduino Yun

Wireless Security Camera with the Arduino Yun Wireless Security Camera with the Arduino Yun Created by Marc-Olivier Schwartz Last updated on 2014-08-13 08:30:11 AM EDT Guide Contents Guide Contents Introduction Connections Setting up your Temboo &

More information

TOSR0X-D. USB/Wireless Timer Relay Module. User Manual. Tinysine Electronics @ 2013 Version 1.0

TOSR0X-D. USB/Wireless Timer Relay Module. User Manual. Tinysine Electronics @ 2013 Version 1.0 TOSR0X-D USB/Wireless Timer Relay Module User Manual Tinysine Electronics @ 2013 Version 1.0 INTRODUCTION This USB/Wireless Timer Relay Module allows computer control switching of external devices by using

More information

DEVELOPMENT OF ANTI-THEFT DOOR SYSTEM FOR SECURITY ROOM

DEVELOPMENT OF ANTI-THEFT DOOR SYSTEM FOR SECURITY ROOM Part-I: Natural and Applied Sciences ISSN-L: 2223-9553, ISSN: 2223-9944 DEVELOPMENT OF ANTI-THEFT DOOR SYSTEM FOR SECURITY ROOM Safaa A. Mahdi Technical Institute, Babylon, IRAQ. amam2012449@yahoo.com

More information

WI-FI BASED MOTION SENSOR INTRUDER SYSTEM WITH VIDEO MONITOR

WI-FI BASED MOTION SENSOR INTRUDER SYSTEM WITH VIDEO MONITOR WI-FI BASED MOTION SENSOR INTRUDER SYSTEM WITH VIDEO MONITOR Norsuzila Y 1,2, Suzi Seroja S 1, Aziean M 1. A, Mizy Shamirul M 1, Azita Laily Y 1,2 and Mustaffa S 1 1 Faculty of Electrical Engineering,

More information

Preamble: Remote Storage in Android Using SCTP

Preamble: Remote Storage in Android Using SCTP Preamble: Remote Storage in Android Using SCTP Mr. Nikhil Vijay Patil 1, Prof.Sandeep Khanna 2 1 M.E.Second Year Student, Padm.Dr.V.B.Kolte College of Engineering, Malkapur Dist.Buldhana (M.S.) India.

More information

DESIGN OF 6 DOF ROBOTIC ARM CONTROLLED OVER THE INTERNET

DESIGN OF 6 DOF ROBOTIC ARM CONTROLLED OVER THE INTERNET DESIGN OF 6 DOF ROBOTIC ARM CONTROLLED OVER THE INTERNET G. Rajiv and Sivakumar Sathyabama University, Chennai, India E-Mail: Rajiv.srkm@gmail.com ABSTRACT The purpose of the project is to build a robotic

More information

Figure 1.Block diagram of inventory management system using Proximity sensors.

Figure 1.Block diagram of inventory management system using Proximity sensors. Volume 1, Special Issue, March 2015 Impact Factor: 1036, Science Central Value: 2654 Inventory Management System Using Proximity ensors 1)Jyoti KMuluk 2)Pallavi H Shinde3) Shashank VShinde 4)Prof VRYadav

More information

FLYPORT Wi-Fi 802.11G

FLYPORT Wi-Fi 802.11G FLYPORT Wi-Fi 802.11G System on module 802.11g WIFI - Infrastructure mode - softap mode - Ad hoc mode Microchip PIC 24F 16 bit processor Microchip MRF24WG0MA/MB - Native WiFi 802.11g transceiver - PCB

More information

SECURITY SYSTEM IN INDUSTRIES USING ZIGBEE TECHNOLOGY

SECURITY SYSTEM IN INDUSTRIES USING ZIGBEE TECHNOLOGY SECURITY SYSTEM IN INDUSTRIES USING ZIGBEE TECHNOLOGY 1 S. Ashmad, 2 M.Mohan Babu, 3 P. Sudheer Asst. Professor, Department of E.I.E, SITAMS, Affiliated to JNTUA University, Chittoor, A.P Email : ashmad.syed@gmail.com,

More information

Yun Shield User Manual VERSION: 1.0. Yun Shield User Manual 1 / 22. www.dragino.com

Yun Shield User Manual VERSION: 1.0. Yun Shield User Manual 1 / 22. www.dragino.com Yun Shield User Manual VERSION: 1.0 Version Description Date 0.1 Initiate 2014-Jun-21 1.0 Release 2014-Jul-08 Yun Shield User Manual 1 / 22 Index: 1 Introduction... 3 1.1 What is Yun Shield... 3 1.2 Specifications...

More information

Bluetooth HC-06 with serial port module Easy guide

Bluetooth HC-06 with serial port module Easy guide 1 Bluetooth HC-06 with serial port module Easy guide This manual consists of 3 parts: PART 1. Overview of Bluetooth HC-06 module with serial port. PART 2. Installing Bluetooth HC-06 module with Bolt 18F2550

More information