Smart Door Lock System for Elderly, Handicapped People Living Alone
|
|
|
- Reginald Simon
- 9 years ago
- Views:
Transcription
1 , pp Smart Door Lock System for Elderly, Handicapped People Living Alone Ateev Agarwal 1, Eesh Mehandiratta 2, Rohit Sanket 3, Rohit Samkaria 4, Tanisha Gupta 5, Rajesh Singh 6, Anita Gehlot College of Engineering Studies, University of Petroleum and Energy Studies, Dehradun, India 1 [email protected], 2 [email protected], 3 [email protected], 4 [email protected] 5 [email protected], 6 [email protected], 7 [email protected] Abstract The old, deaf and blind people faces problem in opening and closing of the door in their house as they have to walk to the door to do so. This paper is about the device which is made to solve the problem faced by old people of opening and closing of door again and again, by using an Arduino based remote that can control the door lock using RF module, for receiving and transmitting the data. The product consists of two devices both are based on Arduino. One of the two devices will be fitted at the door that will send the signals to indicate the old person to open the device and will receive the signal to open and close the door lock while the other device will work as a remote consists of chargeable batteries, easy to carry just like a mobile will help to indicate the person carrying it to open the door. The receiving and transferring of signals will be done using RF modules connected to the Arduino boards. The device will help to ease the problem faced by the old, blind and deaf people in controlling the door lock from any part of the house. In future, the RF module in the device to transmit and receive the data can be replaced by Internet of things technology to control the lock from any part of the world. More features like controlling of home appliances, windows etc. will also be the part of this device in future therefore, it has a good future scope also. Keywords: Arduino, RF modules, home automation, etc. 1. Introduction The Elderly people face problem in walking to the door and opening it again and again because of body pains and ageing problems, sometimes they get injured too. Aldrich et al discussed the benefit of using variability models to maximum for designing some system with strong logical base capable of performing autonomic operations at runtime. These autonomic operations are made possible by variability models which reuse the design time effort. They came up with a model for management operations which can be applied to smart homes for achieving self-heating and configuring capabilities. [1] Valtchev et al implemented an initiative to improve the quality and integration of numerous existing home networks. The enhanced quality allows Open Service Gateway Initiative to be used for real world problems like doorway management system.[2] Al-Muhtadi et al discussed a smart home programmable security mechanism. Tiny SESAME were presented to adjust according to the environment falling short of resources.these SESAME s which are Java implementation of a subset of SESAME can be attached to handheld devices. [3] Han et al discussed the use of wireless technologies like Zigbee and IEEE in controlling consumer devices, smart home energy networks and automation projects. A wirelessly communicating green home system which includes home appliances and some ISSN: IJSH Copyright c 2016 SERSC
2 smart sensors, capable of energy management was presented. This system assigned particular home jobs to particular components. The information from these components was collected using networks based on both sensor and actuator components. A protocol for improving wireless communication network performance was developed. [4] McDaniel et al presented a smart grid power management and generation system with advanced security features. The paper also considered the present condition of smart grids deployed the world over and various factors behind them including major sources and financial losses during security collapse.[5] Hou et al discussed the working of intelligent, Zigbee and GSM/GPRS based home security system. The system included two sections a home system and remote control system. The information regarding the unusual, unwanted activity could be received at a remote location via MMS/SMS. As a response, the remote controller can send remote instruction to monitor household appliances. Enhanced sensors and surveillance devices along with wireless communication network ensured better control and home security. [6] Hong et al introduced the solution to the problem of unreliable information from sensors due to manufacturing or operational defects. A process of fusing together the contextual information from partially unreliable sensor data was addressed. Using various data handling techniques, a consensus is achieved, which automatically recognized daily activities of inhabitants of smart homes. A framework for management of unreliability of sensors is introduced. The effects of reliability level of various sensors used on the final decision making process were demonstrated. [7] Li et al presented an IoT based application of smart homes in making smart communities. The architecture communities which are basically networked smart homes been described. Secure and robust applications of smart community techniques used and challenges therewith have been presented.[8] Edwards et al examined the technical and social challenges in the way of smart homes becoming a reality. Owing to the potential of smart homes in enhancing quality of life with increased communication and awareness, they aim at creating awareness among researchers in various fields. [9] Tang et al discussed the individual technological benefits of telecare and smart homes and then the improved security and living from the integration of the two. The telecare services brought together with smart homes would save costs such as those incurred in visits in healthcare, better cater to user s needs and decrease improper resource allocation. [10] 2. Prototype Development The device consists of two Arduino based devices which communicate with each other and control the door. The device attached at the door consists of an Arduino board, LCD display, LED panel, microphone, speaker, door locking system, buzzer, RF modem and a button. The device with the person inside the house consists of an Arduino board, vibrator, LED panel, microphone, buzzer, speaker, RF modem and a switch. The time when a person at the door will press the doorbell button the RF module attached to the arduino at node-2 will transmit the signal and the RF module connected to the arduino at node-1 will receive the data and the arduino will activate the indicators (led, buzzer & vibrator) connected to it at node-1 & at the time the person in the house will be indicated he/she can press the button to start the microphones and speakers connected to both the arduino of the two nodes to communicate with the the person at the door to verify his/her identity. After the verification the person inside the house will press the open button that will send the data to the arduino using RF module on node-1, the RF module on node-2 will receive the data, the time data is received lcd will display opening and motor will rotate to open the lock, another button on node-1 will be used to close the door lock 156 Copyright 2016 SERSC
3 . Figure 1. Block Diagram of Node-2 Figure 2. Block Diagram of Node Hardware Development Device at the door (Node-2): Button is connected at pin 6 of the Arduino board, lcd is connected at pin (12,11,5,4,3,2), RF module is connected at RX and TX pin of Arduino board and servo motor is connected at pin (10,9,8,7), Microphone is connected at analog pin A0 and speaker is connected at pin A1. When a person at the door pushes the button, the RF module transmits a signal to the receiver end which turns on the vibrator, microphone and LED s of the device with Handicapped person inside the house. Thus deaf or blind person inside the house can be notified whenever anyone presses the door bell and can communicate with the person. Copyright 2016 SERSC 157
4 Figure 3. Circuit Diagram of Node Device with the Person (Node-1): Button is connected at pin 6, led panel is connected at pin 12, vibrator is connected at pin 11, buzzer is connected at pin 10, Microphone is connected at analog pin A0 and speaker is connected at pin A1 of Arduino board. The handicapped person can talk with the person at the door using his device. And when the button on the device is pressed, the door unlocks and the status of LCD display changes from door locked to door unlocked. 158 Copyright 2016 SERSC
5 Figure 4. Circuit Diagram of Node Software Development A simulation software Proteus is used to analyze the prototype of the device. An arduino is used to control the RF module (to receive & transmit the data wirelessly), microphone, speaker, motor of the door lock system as shown in figure-5, another arduino is used to control the indicators(led, vibrator, buzzer), microphone, speaker, RF module(to receive and transmit the data wirelessly) as shown in figure-6. Copyright 2016 SERSC 159
6 Figure 5. Proteus Model of Node-1 Figure 6. Proteus Model of Node Copyright 2016 SERSC
7 3. Result The prototype of the device based on the concept of Home Automation to help the elderly and disabled people to overcome the problem of opening and closing of the door lock has been successfully developed. Both the nodes one at the door and other with the person inside the house has been simulated using Proteus Professional Software. The controlling of door lock using RF modules has also been checked. The transmission and receiving through RF modules has been checked using Virtual Serial Port Emulator (VSPE), and Virtual Terminal. Figure 7. Node-1 Figure 8.Node-2 4. Conclusion and Future Scope The proper working of the prototype concludes that idea is a successful innovation to help the elderly and disabled people to overcome the problem. This will help to easily control the door lock from anywhere inside the house using a remote size wireless device. In future, the main purpose will be on replacing the RF module with the concept of Internet of Things (IoT) so that the door can be controlled from any part of the world. The other field of focus will be on the idea of home automation in which controlling of home appliances and windows will be added on the same device. Therefore, we can conclude a good future for this prototype. References [1] Aldrich, Frances K. "Smart homes: past, present and future." Inside the smart home. Springer London, [2] Valtchev, Dimitar, and Ivailo Frankov. "Service gateway architecture for a smart home." Communications Magazine, IEEE 40.4 (2002): [3] Al-Muhtadi, Jalal, et al. "Secure smart homes using Jini and UIUC SESAME." Computer Security Applications, ACSAC'00. 16th Annual Conference. IEEE, [4] Han, Dae-Man, and Jae-Hyun Lim. "Design and implementation of smart home energy management systems based on zigbee." Consumer Electronics, IEEE Transactions on 56.3 (2010): [5] McDaniel, Patrick, and Stephen McLaughlin. "Security and privacy challenges in the smart grid." IEEE Security & Privacy 3 (2009): [6] Hou, Jun, et al. "Research of intelligent home security surveillance system based on ZigBee." Intelligent Information Technology Application Workshops, IITAW'08. International Symposium on. IEEE, [7] Hong, Xin, et al. "Evidential fusion of sensor data for activity recognition in smart homes." Pervasive and Mobile Computing 5.3 (2009): Copyright 2016 SERSC 161
8 [8] Li, Xu, et al. "Smart community: an internet of things application."communications Magazine, IEEE (2011): [9] Edwards, W. Keith, and Rebecca E. Grinter. "At home with ubiquitous computing: Seven challenges." Ubicomp 2001: Ubiquitous Computing. Springer Berlin Heidelberg, [10] Tang, Puay, and Tim Venables. "'Smart'homes and telecare for independent living." Journal of Telemedicine and Telecare 6.1 (2000): Copyright 2016 SERSC
A Resilient Device Monitoring System in Collaboration Environments
, pp.103-114 http://dx.doi.org/10.14257/ijsh.2014.8.5.10 A Resilient Device Monitoring System in Collaboration Environments KeeHyun Park 1 and JongHwi Lee 1 Department of Computer Engineering, Keimyung
Design and Development of SMS Based Wireless Home Appliance Control and Security System
Journal of Modern Science and Technology Vol. 3. No. 1. March 2015 Issue. Pp.80-87 Design and Development of SMS Based Wireless Home Appliance Control and Security System Md. Abdullah Al Asad *, Md. Al
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
Testbed implementation of cloud based energy management system with ZigBee sensor networks
Testbed implementation of cloud based energy management system with ZigBee sensor networks Katsuhiro Naito, Kazuo Mori, and Hideo Kobayashi Department of Electrical and Electronic Engineering, Mie University,
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
DESIGN AND IMPLEMENTATION OF LOW COST HOME SECURITY SYSTEM USING PIC MICROCONTROLLER ANDGSM NETWORK
DESIGN AND IMPLEMENTATION OF LOW COST HOME SECURITY SYSTEM USING PIC MICROCONTROLLER ANDGSM NETWORK Varun Goel 1, Vinni 2 Abhishek Goel 3 1,2,3 Electronics & Communication Engineering Department, Hindu
A Digital Door Lock System for the Internet of Things with Improved Security and Usability
, pp.33-38 http://dx.doi.org/10.14257/astl.2015.109.08 A Digital Door Lock System for the Internet of Things with Improved Security and Usability Ohsung Doh 1, Ilkyu Ha 1 1 Kyungil University, Gyeongsan,
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
Sensors and actuators are ubiquitous. They are used
Understanding IEEE 1451 Networked Smart Transducer Interface Standard Eugene Y. Song and Kang Lee istockphoto.com What Is a Smart Transducer? Sensors and actuators are ubiquitous. They are used in a variety
Development of a Service Robot System for a Remote Child Monitoring Platform
, pp.153-162 http://dx.doi.org/10.14257/ijsh.2014.8.5.14 Development of a Service Robot System for a Remote Child Monitoring Platform Taewoo Han 1 and Yong-Ho Seo 2, * 1 Department of Game and Multimedia,
Microcontroller Based Smart ATM Access & Security System Using Fingerprint Recognition & GSM Technology
Microcontroller Based Smart ATM Access & Security System Using Fingerprint Recognition & GSM Technology Bharath K M, Rohit C V Student of B.E Electronics and Communication Coorg Institute of Technology,
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.
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
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
Implementation of Knock Based Security System
Implementation of Knock Based Security System Gunjan Jewani Student, Department of Computer science & Engineering, Nagpur Institute of Technology, Nagpur, India ABSTRACT: Security is one of the most critical
Design and Development of SMS Based Wireless Home Appliance Control and Security System
Design and Development of SMS Based Wireless Home Appliance Control and Security System Md. Abdullah Al Asad 1, Md. Al Muzahid 2 and Md. Saifuddin Faruk 3 The rapid change in the wireless communication
How To Design A Code Lock System With A Status Display On A Cell Phone And A Password Code On A Smart Phone
ISSN (e): 2250 3005 Vol, 04 Issue, 7 July 2014 International Journal of Computational Engineering Research (IJCER) Enhanced Wireless Security System With Digital code lock using RF &GSM Technology 1 E.Supraja,
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 [email protected] [email protected] Abstract The
IJSER 1.INTRODUCTION. Figure 1: Control Home Security, Monitoring and Automation (SMA)[3]. S. Benjamin Arul
International Journal of Scientific & Engineering Research, Volume 5, Issue 12, December-2014 133 Wireless Home Automation System Using Zigbee S. Benjamin Arul Abstract Home Automation industry is growing
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
Integration of Arduino as a slave system to LonWorks based System using I2C Interface
Integration of Arduino as a slave system to LonWorks based System using I2C Interface Hijo Joy 1, Sr. Chenthamarai Selvam 2, Prof. Uppu Ramachandriah 3, S. Janakiraman 4 PG Student [Industrial Automation],
3. Identification of water pumps through RFID technology. 4. Wireless control of remote water pump using RF technology.
Construction of Central Control Unit for Irrigation water pumps. Cost effective method to control entire villager s water pumps with user level authentication. Illiterate s friendly system. This project
Android Phone Controlled Robot Using Bluetooth
International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 5 (2014), pp. 443-448 International Research Publication House http://www.irphouse.com Android Phone Controlled
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
Bluetooth + USB 16 Servo Controller [RKI-1005 & RKI-1205]
Bluetooth + USB 16 Servo Controller [RKI-1005 & RKI-1205] Users Manual Robokits India [email protected] http://www.robokitsworld.com Page 1 Bluetooth + USB 16 Servo Controller is used to control up to
ANYTIME ANYPLACE-REMOTE MONITORING OF STUDENTS ATTENDANCE BASED ON RFID AND GSM NETWORK
ANYTIME ANYPLACE-REMOTE MONITORING OF STUDENTS ATTENDANCE BASED ON RFID AND GSM NETWORK Mr.C.S.Karthikeyan 1 S.Murugeswari 2 Assistant professor, Dept. of ECE, Kamaraj College of Engineering and Technology,
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,
Copyright is owned by the Author of the thesis. Permission is given for a copy to be downloaded by an individual for the purpose of research and
Copyright is owned by the Author of the thesis. Permission is given for a copy to be downloaded by an individual for the purpose of research and private study only. The thesis may not be reproduced elsewhere
DEVELOPMENT OF VIBRATION REMOTE MONITORING SYSTEM BASED ON WIRELESS SENSOR NETWORK
International Journal of Computer Application and Engineering Technology Volume 1-Issue1, January 2012.pp.1-7 www.ijcaet.net DEVELOPMENT OF VIBRATION REMOTE MONITORING SYSTEM BASED ON WIRELESS SENSOR NETWORK
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
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
A Study on HL7 Standard Message for Healthcare System Based on ISO/IEEE 11073
, pp. 113-118 http://dx.doi.org/10.14257/ijsh.2015.9.6.13 A Study on HL7 Standard Message for Healthcare System Based on ISO/IEEE 11073 Am-Suk Oh Dept. of Media Engineering, Tongmyong University, Busan,
Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards
, pp. 143-150 http://dx.doi.org/10.14257/ijseia.2015.9.7.15 Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards Ryu HyunKi 1, Yeo ChangSub 1, Jeonghyun
Open Access Research and Design for Mobile Terminal-Based on Smart Home System
Send Orders for Reprints to [email protected] The Open Automation and Control Systems Journal, 2015, 7, 479-484 479 Open Access Research and Design for Mobile Terminal-Based on Smart Home System
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
The Digital Signage System Supporting Multi-Resources Schedule on an Elevator
, pp. 219-228 http://dx.doi.org/10.14257/ijsh.2015.9.8.23 The Digital Signage System Supporting Multi-Resources Schedule on an Elevator Woon-Yong Kim and SoonGohn Kim (Corresponding Author) Department
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-
LinkPlus Interface Guide
Toshiba Strata DK/CTX System LinkPlus Interface Guide SpectraLink 6000 System SpectraLink 8000 System July 2008 Edition 1725-36145-001 Version E LinkPlus Interface Guide: Toshiba Strata DK/CTX System Trademark
The Internet of Things: Opportunities & Challenges
The Internet of Things: Opportunities & Challenges What is the IoT? Things, people and cloud services getting connected via the Internet to enable new use cases and business models Cloud Services How is
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
SMS Based Wireless Home Appliance Control System (HACS) for Automating Appliances and Security. Abstract
Issue s in Informing Science and Information Technology Volume 6, 2009 SMS Based Wireless Home Appliance Control System (HACS) for Automating Appliances and Security Malik Sikandar Hayat Khiyal, Aihab
Vibration Measurement of Wireless Sensor Nodes for Structural Health Monitoring
, pp.18-22 http://dx.doi.org/10.14257/astl.2015.98.05 Vibration Measurement of Wireless Sensor Nodes for Structural Health Monitoring Surgwon Sohn, Seong-Rak Rim, In Jung Lee Div. of Computer and Information
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
HOME ALARM MONITORING NETWORK GOH SWEE TIAN
iv HOME ALARM MONITORING NETWORK GOH SWEE TIAN This thesis is submitted as partial fulfillment of the requirements for the award of the Bachelor of Electrical Engineering (Hons.) (Electronics) Faculty
A ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEM
A ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEM S. Kanagamalliga 1, Dr. S. Vasuki 2, A. Vishnu Priya 3, V. Viji 4 1 Assistant Professor, 2 Professor and Head, 3,4,5 U.G Student Department
1. NON CONTACT DIGITAL TACHOMETER USING AVR MICROCONTROLLER 2. CELSIUS SCALE THERMOMETER USING Atmega 8 -- 3. BLACK BOX SECURITY SYSTEM FOR CAR USING
1. NON CONTACT DIGITAL TACHOMETER USING AVR MICROCONTROLLER 2. CELSIUS SCALE THERMOMETER USING Atmega 8 -- 3. BLACK BOX SECURITY SYSTEM FOR CAR USING SENSORS 4. ULTRASONIC DISTANCE METER 5. 5 CHANNEL IR
Using Xbee 802.15.4 in Serial Communication
Using Xbee 802.15.4 in Serial Communication Jason Grimes April 2, 2010 Abstract Instances where wireless serial communication is required to connect devices, Xbee RF modules are effective in linking Universal
Implementation of Smart Homes and Industrial Automation System with Secure Communication over GSM
Universal Journal of Electrical and Electronic Engineering 3(4): 125-131, 2015 DOI: 10.13189/ujeee.2015.030403 http://www.hrpub.org Implementation of Smart Homes and Industrial Automation System with Secure
DESIGN FOR MONITORING AND OPTIMIZATION OF POWER DEMAND FOR WIRELESSLY COMMUNICATING ELECTRIC LOADS
DESIGN FOR MONITORING AND OPTIMIZATION OF POWER DEMAND FOR WIRELESSLY COMMUNICATING ELECTRIC LOADS Patil Snehal S.S. 1, Mr. Shivdas S.S. 2 1 M. E. Electronics (II), Department of Electronics Engineering;
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
Shadow TX(A) Shadow RX
Shadow TX(A) Shadow RX Asset Management and RFID Transmitter Tags Asset Management Receiver The Shadow TX(A) and Shadow RX wireless asset management system is a standalone wireless asset tracking system
Department of Electronics Engineering, Associate Professor, Tatysaheb kore Istitute of Engineering and Technology,Warnanagar, India
IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY WIRELESS HEALTHCARE APPLICATION DEVELOPMENT FOR SITTING POSTURE MONITORING Paymal Sneha B.*, Prof.A.S.Mali *Department of Electronics
Futuristic Cart For Shopping With Product Inventory Management System
Futuristic Cart For Shopping With Product Inventory Management System K.Poornima anuja 1 Department of ECE National Engineering College kovilpatti, India Dr.S.Tamil Selvi,M.E.,PhD 2 Head of Department
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,
Sensor Devices and Sensor Network Applications for the Smart Grid/Smart Cities. Dr. William Kao
Sensor Devices and Sensor Network Applications for the Smart Grid/Smart Cities Dr. William Kao Agenda Introduction - Sensors, Actuators, Transducers Sensor Types, Classification Wireless Sensor Networks
Summer projects for Dept. of IT students in the summer 2015
Summer projects for Dept. of IT students in the summer 2015 Here are 7 possible summer project topics for students. If you are interested in any of them, contact the person associated with the project
HOME APPLIANCES CONTROL SYSTEM BASED ON ANDROID SMARTPHONE
HOME APPLIANCES CONTROL SYSTEM BASED ON ANDROID SMARTPHONE Ajinkya Korane 1, Sanket Salunke 2 1 UG, Mechanical, 2 UG, E & TC, University of Pune, (India) ABSTRACT Today we are living in 21st century where
Wireless Sensor Network for Continuous Monitoring a Patient s Physiological Conditions Using ZigBee
Wireless Sensor Network for Continuous Monitoring a Patient s Physiological Conditions Using ZigBee Ramanathan.P ECE-DEPT Pallavan College of Engineering Thimmasamudram, Kanchipuram-631502 Tamilnadu, India
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
Wireless Sensor Network for Performance Monitoring of Electrical Machine
International Journal of Reconfigurable and Embedded Systems (IJRES) Vol. 4, No. 1, March 2015, pp. 1~5 ISSN: 2089-4864 1 Wireless Sensor Network for Performance Monitoring of Electrical Machine Priyanka
Remote Monitoring and Controlling System Based on ZigBee Networks
Remote Monitoring and Controlling System Based on ZigBee Networks Soyoung Hwang and Donghui Yu* Department of Multimedia Engineering, Catholic University of Pusan, South Korea {soyoung, dhyu}@cup.ac.kr
Smart Queue Management System Using GSM Technology
Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 8 (2013), pp. 941-950 Research India Publications http://www.ripublication.com/aeee.htm Smart Queue Management System Using
Cell Phone Based Liquid Inventory Management Using Wireless System
Sciknow Publications Ltd. JMIR 2013, 1(1):1-6 Journal of Mechanics & Industry Research DOI: 10.12966/JMIR.05.01.2013 Attribution 3.0 Unported (CC BY 3.0) Cell Phone Based Liquid Inventory Management Using
Bluetooth Based Home Automation and Security System Using ARM9
Bluetooth Based Home Automation and Security System Using ARM9 D.NARESH 1, B.CHAKRADHAR 2, S.KRISHNAVENI 3 1 M.Tech, Dept of ECE, CMR College of Engineering &Technology, Hyderabad, AP-India, 2 Assist Prof,
Wireless Sensor Network for Electric Meter Handling
Wireless Sensor Network for Electric Meter Handling Swapnil Magar 1, Prof.Deshpande L.M. 2 PG Student [E&TC], Dept. of ECE, College of Engineering, Osmanabad, Maharashtra, India 1 Assistant professor,
ANDROID BASED SECURITY AND HOME AUTOMATION SYSTEM
ANDROID BASED SECURITY AND HOME AUTOMATION SYSTEM Sadeque Reza Khan 1 and Farzana Sultana Dristy 2 1 Department of Information and Communication Engineering, Chosun University, Korea 2 Department of Computer
IEEE Projects in Embedded Sys VLSI DSP DIP Inst MATLAB Electrical Android
About Us : We at Ensemble specialize in electronic design and manufacturing services for various industrial segments. We also offer student project guidance and training for final year projects in departments
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
Design of Remote data acquisition system based on Internet of Things
, pp.32-36 http://dx.doi.org/10.14257/astl.214.79.07 Design of Remote data acquisition system based on Internet of Things NIU Ling Zhou Kou Normal University, Zhoukou 466001,China; [email protected]
DEVELOPMENT OF HOME SECURITY SYSTEM USING GSM MODULE
DEVELOPMENT OF HOME SECURITY SYSTEM USING GSM MODULE Miss. M.Kiruthika 1, Mrs.M.kamarunisha 2, Miss P.Nithya 3 1,3 PG Scholar, 2 Associate Professor, Department of Computer Applications, Dhanalakshmi Srinivasan
Flexible Architecture for Internet of Things Utilizing an Local Manager
, pp.235-248 http://dx.doi.org/10.14257/ijfgcn.2014.7.1.24 Flexible Architecture for Internet of Things Utilizing an Local Manager Patrik Huss, Niklas Wigertz, Jingcheng Zhang, Allan Huynh, Qinzhong Ye
Building a Basic Communication Network using XBee DigiMesh. Keywords: XBee, Networking, Zigbee, Digimesh, Mesh, Python, Smart Home
Building a Basic Communication Network using XBee DigiMesh Jennifer Byford April 5, 2013 Keywords: XBee, Networking, Zigbee, Digimesh, Mesh, Python, Smart Home Abstract: Using Digi International s in-house
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
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
A Wireless Sensor Network for Weather and Disaster Alarm Systems
2011 International Conference on Information and Electronics Engineering IPCSIT vol.6 (2011) (2011) IACSIT Press, Singapore A Wireless Sensor Network for Weather and Disaster Alarm Systems Cholatip Yawut
Wireless Sensor Network Based Low Power Embedded System Design For Automated Irrigation System Using MSP430
Wireless Sensor Network Based Low Power Embedded System Design For Automated Irrigation System Using MSP430 Mr. Patil Vikas Anandrao. M Tech. Student (Digital Systems) Rajarambapu Institute of Technology,
www.curtisinstruments.com
CANBUS I/O EXPANSION MODULE MODELS 56 / 56P FEATURES Eighteen multi-purpose I/O pins provide simple, flexible vehicle control system expansion. Two high-frequency (A, A) PWM driver outputs support a variety
Design Considerations for DVT and Manufacturing Test of Wireless Devices
WHITEPAPER Design Considerations for DVT and Manufacturing Test of Wireless Devices 2015 LitePoint, A Teradyne Company. All rights reserved. Introduction Wireless devices are being deployed for a wide
Energy Monitoring and Management Technology based on IEEE 802.15. 4g Smart Utility Networks and Mobile Devices
Monitoring and Management Technology based on IEEE 802.15. 4g Smart Utility Networks and Mobile Devices Hyunjeong Lee, Wan-Ki Park, Il-Woo Lee IT Research Section IT Convergence Technology Research Laboratory,
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 [email protected]
RFID based Bill Generation and Payment through Mobile
RFID based Bill Generation and Payment through Mobile 1 Swati R.Zope, 2 Prof. Maruti Limkar 1 EXTC Department, Mumbai University Terna college of Engineering,India Abstract Emerging electronic commerce
Artificially Intelligent Home Automation System Based on Arduino as the Master Controller
The International Journal Of Engineering And Science (IJES) Volume 5 Issue 2 Pages PP -41-45 2016 ISSN (e): 2319 1813 ISSN (p): 2319 1805 Artificially Intelligent Home Automation System Based on Arduino
CARRIOTS TECHNICAL PRESENTATION
CARRIOTS TECHNICAL PRESENTATION Alvaro Everlet, CTO [email protected] @aeverlet Oct 2013 CARRIOTS TECHNICAL PRESENTATION 1. WHAT IS CARRIOTS 2. BUILDING AN IOT PROJECT 3. DEVICES 4. PLATFORM
Remote Monitoring, Controlling and Lost Hardware Detecting through GSM
Remote Monitoring, Controlling and Lost Hardware Detecting through GSM Amir Sheikh, Rahul Hendawe, Rajnish Singh, Jayashree Shiral, Anmol Rohan Abstract The project aims to develop various network utilities
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,
Study on Differential Protection of Transmission Line Using Wireless Communication
Study on Differential Protection of Transmission Line Using Wireless Communication George John.P 1, Agna Prince 2, Akhila.K.K 3, Guy Marcel 4, Harikrishnan.P 5 Professor, Dept. of EEE, MA Engineering College,
Design and Verification of Nine port Network Router
Design and Verification of Nine port Network Router G. Sri Lakshmi 1, A Ganga Mani 2 1 Assistant Professor, Department of Electronics and Communication Engineering, Pragathi Engineering College, Andhra
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,
( Increased usage of IP addresses )
IPv6 Applications IPv6: Make Possible Internet of Things More Devices than people Smart phones Smart Tablets Traditional Internet desktops Data-enabled mobile phones Consumer appliances Embedded systems
GSM based Remote Sensing and Control of an Irrigation System using WSN: a Survey
GSM based Remote Sensing and Control of an Irrigation System using WSN: a Survey Nilesh S. Bhaltadak 1, Hemant T. Ingale 2, S.K. Chaudhari 3 P.G. Student, Department of E&TC, Godavari College of Engineering,
in Health Care and Sensor Networks
16 th FFV Workshop Web Services in Health Care and Sensor Networks Fahad Aijaz Department of Communication Networks RWTH Aachen University, Germany FFV Workshop, March 13, 2009 Outline Wireless Sensor
Design And Implementation Of Bank Locker Security System Based On Fingerprint Sensing Circuit And RFID Reader
Design And Implementation Of Bank Locker Security System Based On Sensing Circuit And RFID Reader Khaing Mar Htwe, Zaw Min Min Htun, Hla Myo Tun Abstract: The main goal of this system is to design a locker
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
ARM7 Based Smart ATM Access & Security System Using Fingerprint Recognition & GSM Technology
ARM7 Based Smart ATM Access & Security System Using Fingerprint Recognition & GSM Technology Khatmode Ranjit P 1, Kulkarni Ramchandra V 2, Ghodke Bharat S 3, Prof. P. P. Chitte 4, Prof. Anap S. D 5 1 Student
INTELLIGENT BUILDINGS BUS SYSTEMS, MyHOME. Ján Cigánek, Martin Janáček, Stanislav Števo
INTELLIGENT BUILDINGS BUS SYSTEMS, MyHOME Ján Cigánek, Martin Janáček, Stanislav Števo Slovak University of Technology Ilkovičova 3, 812 19 Bratislava, Slovak Republic Tel.: +421 2 60291111 Fax: +421 2
