COPYRIGHT RESERVED TEAM MYSTERIOUS MANIACS HOME AUTOMATION via BLUETOOTH (Using ANDROID PLATFORM)

Size: px
Start display at page:

Download "COPYRIGHT RESERVED TEAM MYSTERIOUS MANIACS http://www.mysteriousmaniacs.tk/ HOME AUTOMATION via BLUETOOTH (Using ANDROID PLATFORM)"

Transcription

1 COPYRIGHT RESERVED TEAM MYSTERIOUS MANIACS HOME AUTOMATION via BLUETOOTH (Using ANDROID PLATFORM) 0

2 TEAM MEMBERS SYED HUSSAIN RAZA NAQVI SYED MUHAMMAD TAHIR RAZA MUHAMMAD UMER AHMED KHAN TAMEEM ATHAR 1

3 ABSTRACT The past decade has seen significant advancement in the field of consumer electronics. Various intelligent appliances such as cellular phone, air conditioners, home security devices, home theaters, etc., are set to realize the concept of a smart home. They have given rise to a Personal Area Network in home environment, where all these appliances can be interconnected and monitored using a single controller. Home automation involves introducing a degree of computerized or automatic control to certain electrical and electronic systems in a building. These include lighting, temperature control, etc. This project demonstrates a simple home automation system which contains a remote mobile host controller and several client modules (home appliances). The client modules communicate with the host controller through a wireless device such as a Bluetooth enabled mobile phone, in this case, an android based Smart phone. 2

4 Table of Contents Introduction.. 4 Components Used 4 Project Description. 5 System Data Flow 6 Application flow diagram... 8 Screen Shots. 10 Conclusion Practical Applications Future Scope References

5 INTRODUCTION Although home automation today is not a new thing but most advanced home automation systems in existence today require a big and expensive change of infrastructure. This means that it often is not feasible to install a home automation system in an existing building. Homatic is a wireless home automation application that is supposed to be implemented in existing home environments, without any changes in the existing infrastructure. Homatic lets the user to control his home from his or her android smart phone. In the smart phone application the user can select actions what should happen with electrical and/or electronic devices in the network. COMPONENTS USED Following components are used in this project: 1. Smart phone 2. Model of a house 3. Computer (LabView) 4. Relays 5. Fans 6. LED s 7. Adaptor (12V) 8. Db-25 (parallel port interface) 9. Transistors (for switching) 10. Bridge regulator 4

6 PROJECT DESCRIPTION The project can be better described by dividing it into two categories, namely, 1. Hardware 2. Software 1. HARDWARE The hardware portion of the project can be explained as follows: a) HOST MODULE/CONTROLLER The operating device or the controller we are using is a Samsung Galax Y S5360. It operates on Gingerbread OS (API level 8) with 835MHz single-core processor. The executable application is installed on the device with communicates with the server (PC), which in turn send communicates with the client modules or the house appliances through a relay board designed for parallel interfacing. b) RELAY INTERFACE CIRCUIT The relay interface circuit is used to connect the PC with the household electronic or electrical appliances. The circuit comprises of a relay (5v, 5A), a freewheeling diode, a transistor to drive the relay energizing input and connectors to interface parallel port. For testing purpose we are using two fans and two LED s (serving as light bulbs). 5

7 SYSTEM DATA FLOW SERVER (SMART PHONE) Controlling device application Via Bluetooth LABVIEW Bluetooth application SWITCHING CIRCUITRY PARALLEL PORT INTERFACING DEVICES 6

8 2. SOFTWARE A number of different programming tools were used for the development of the application of Homatic. a) ECLIPSE INDIGO IDE The main application for Android Smart Phone is coded in the environment of Eclipse Indigo IDE and compiled as a standard android executable that runs on platforms above API level 8 (Gingerbread or higher). b) ANDROID SDK The development kit used to program on Eclipse Indigo IDE is the ANDROID SDK developed by Google, Inc. c) LabVIEW LabVIEW (short for Laboratory Virtual Instrumentation Engineering Workbench) is a platform and development environment for a visual programming language from National Instruments. The purpose of such programming is automating the usage of processing and measuring equipment in any laboratory setup. Originally released for the Apple Macintosh in 1986, LabVIEW is commonly used for data acquisition, instrument control, and industrial automation on a variety of platforms including Microsoft Windows, various versions of UNIX, Linux, and Mac OS X. We are using LabVIEW as main software which is installed in the controlling PC called "SERVER" which must be "ON" at all time as Home automation is not possible without SERVER. The LabVIEW receives the message, decode it and then compare the code of the message for already saved passwords or codes. If the conclusion of already described comparison is true LabVIEW sends the signal through parallel port to switch ON the specific device. The software LabVIEW is basically used for automation and control. It gives certain output on the basis of certain input conditions according to the programming 7

9 The working of the application can be summarized by the following flowchart. APPLICATION FLOWCHART The application is supposed to work as a remote controller or a control panel interfaced with a server via Bluetooth. The application here will serve as a host controller, which will describe an event to the server on button click. First Screen: A splash screen showing an image, most probably a trademark which remains for only 3 seconds and then switches to the next screen. Second Screen: this screen consists of 3 buttons, namely, START, ABOUT, EXIT START button starts the application by moving to the next activity ABOUT button: switches to an activity having only Text View. EXIT button: when user clicks this button it shows a Toast message dialog to confirm this action. If user presses NO, it returns to the current activity, if user presses YES it first switch off any open Bluetooth and then close the app. 1 8

10 1 THIRD SCREEN: as soon as this activity starts, it asks to enable the Bluetooth of the phone, if user presses NO, app ends, if user presses YES, it turns on the Bluetooth and automatically search for nearby devices to connect with (clickable List View to be used here). When the user selects the device, the phone automatically pair with that devices (with or without entering the pin, which depends) and then switches to the FOURTH SCREEN and this THIRD SCREEN is destroyed. FOURTH SCREEN: this screen has 5 Image Buttons, namely, LIGHT, FANS, TV, AC, PC. Clicking every button switches to its own layout. LIGHTS This layouts consists two buttons, ROOM1 and ROOM2. Clicking them changes to their respective layouts. FANS This layouts consists two buttons, ROOM1 and ROOM2. Clicking them changes to their respective layouts. TV This layouts consists two buttons, SWITCH ON and SWITCH OFF. Clicking any of them sends a hard-coded string to the server. AC This layouts consists two buttons, SWITCH ON and SWITCH OFF. Clicking any of them sends a hard-coded string to the server. PC This layouts consists two buttons, SWITCH ON and SWITCH OFF. Clicking any of them sends a hard-coded string to the server. 9

11 SCREENSHOTS 10

12 11

13 12

14 CONCLUSION The home automation system has been experimentally proven to work satisfactorily by connecting sample appliances to it and the appliances were successfully controlled from a wireless mobile device. The Bluetooth client was successfully tested on a multitude of different mobile phones from different manufacturers, thus proving its portability and wide compatibility. This project will not only provide convenience to the common man but will be a boon for the elderly and disabled. APPLICATIONS The project designed is very practical in nature because everything can be controlled with the help of just a mobile phone which is widely available nowadays and also proves to be handy. Also the project is feasible because the cost of the project is very less as compared to the expensive Wi-Fi based home control systems presently available in the market which require an additional cost of internet services. 13

15 FUTURE SCOPE This project can be further developed by integrating it with the internet to monitor your home while sitting in a remote area. By doing this, one can keep an eye on his or her home through an internet connected to the user s mobile phone or PC or laptop. This will not only improve the security of your home in this modern day world but will also assist in conservation of energy like if you left any home appliance switched on by mistake, then you can check the status of the appliance on the graphical interface made on your mobile and can switch it off using the internet connectivity. 14

16 REFERENCES Following are the resources used in completing this process: 1) Android official website. 2) Mark Murphy (2011): Beginning Android 3, Après. ISBN-13 (pbk): ISBN-13 (electronic): ) Addison-Wesley (2011): Android Wireless Application Development, 2 nd edition ISBN-13: ISBN-10:

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

Tablets in Data Acquisition

Tablets in Data Acquisition Tablets in Data Acquisition Introduction In the drive to smaller and smaller data acquisition systems, tablet computers bring a great appeal. Desktop personal computers gave engineers the power to create

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

Android, Bluetooth and MIAC

Android, Bluetooth and MIAC Android, Bluetooth and MIAC by Ben Rowland, June 2012 Abstract Discover how easy it is to use TCP network communications to link together high level systems. This article demonstrates techniques to pass

More information

HOME APPLIANCES CONTROL SYSTEM BASED ON ANDROID SMARTPHONE

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

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

Nokia. udirect 2 Bluetooth pairing guide. Pairing and connecting udirect 2 with your Nokia cellular phone

Nokia. udirect 2 Bluetooth pairing guide. Pairing and connecting udirect 2 with your Nokia cellular phone Nokia with your Nokia cellular phone Charge and turn on both cellular phone and udirect 2. Turning on Nokia Bluetooth Find the connectivity settings of your phone. With most Nokia models the following

More information

Running a Program on an AVD

Running a Program on an AVD Running a Program on an AVD Now that you have a project that builds an application, and an AVD with a system image compatible with the application s build target and API level requirements, you can run

More information

Bluetooth Based Home Automation and Security System Using ARM9

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,

More information

Android Application for Accessing KNX Devices via IP Connection

Android Application for Accessing KNX Devices via IP Connection Android Application for Accessing KNX Devices via IP Connection J. A. Nazabal, J. Gómez, F. Falcone, C. Fernández-Valdivielso, P. E. Branchi and I. R. Matías Electrical and Electronic Engineering Department,

More information

01. Introduction of Android

01. Introduction of Android 01. Introduction of Android Goal Understand the concepts and features of the Android Install the complete Android development environment Find out the one-click install Android development environment

More information

DATA PROJECTOR XJ-A147/XJ-A247/XJ-A257 XJ-M146/XJ-M156 XJ-M246/XJ-M256. XJ-A Series. XJ-M Series. Network Function Guide

DATA PROJECTOR XJ-A147/XJ-A247/XJ-A257 XJ-M146/XJ-M156 XJ-M246/XJ-M256. XJ-A Series. XJ-M Series. Network Function Guide DATA PROJECTOR EN XJ-A Series XJ-A147/XJ-A247/XJ-A257 XJ-M Series XJ-M146/XJ-M156 XJ-M246/XJ-M256 Network Function Guide In this manual, XJ-A Series and XJ-M Series refer only to the specific models listed

More information

ShareLink 200 Setup Guide

ShareLink 200 Setup Guide ShareLink 00 Setup Guide This guide provides instructions for installing and connecting the Extron ShareLink 00. The ShareLink USB 00 Wireless Collaboration Gateway allows anyone to present content from

More information

Macs are not directly compatible with Noetix.

Macs are not directly compatible with Noetix. Those that use Macintosh computers to access Noetix cannot directly access Noetix through http://www.sandiego.edu/noetix. If one is on a Mac and goes to Noetix directly in a web browser, the page is likely

More information

Installing the Android SDK

Installing the Android SDK Installing the Android SDK To get started with development, we first need to set up and configure our PCs for working with Java, and the Android SDK. We ll be installing and configuring four packages today

More information

Example Connection between USB Host and Android

Example Connection between USB Host and Android Example connection between USB Host and Android Example Connection between USB Host and Android This example illustrates the connection between Board ETMEGA2560-ADK and Android through Port USB Host. In

More information

Android Application Development and Bluetooth Technology

Android Application Development and Bluetooth Technology Android Application Development and Bluetooth Technology James Cracchiolo 3/28/14 Table of Contents Introduction page 3 Objective page 3 What is Bluetooth? page 3 What is Android? page 4 Materials Needed

More information

CS 528 Mobile and Ubiquitous Computing Lecture 2: Android Introduction and Setup. Emmanuel Agu

CS 528 Mobile and Ubiquitous Computing Lecture 2: Android Introduction and Setup. Emmanuel Agu CS 528 Mobile and Ubiquitous Computing Lecture 2: Android Introduction and Setup Emmanuel Agu What is Android? Android is world s leading mobile operating system Google: Owns Android, maintains it, extends

More information

Fall 2009. Lecture 1. Operating Systems: Configuration & Use CIS345. Introduction to Operating Systems. Mostafa Z. Ali. mzali@just.edu.

Fall 2009. Lecture 1. Operating Systems: Configuration & Use CIS345. Introduction to Operating Systems. Mostafa Z. Ali. mzali@just.edu. Fall 2009 Lecture 1 Operating Systems: Configuration & Use CIS345 Introduction to Operating Systems Mostafa Z. Ali mzali@just.edu.jo 1-1 Chapter 1 Introduction to Operating Systems An Overview of Microcomputers

More information

POPP Hub Gateway. Manual

POPP Hub Gateway. Manual POPP Hub Gateway Manual 008900 POPP Hub Gateway Manual Quick Start... 2 Hardware... 2 Smart Home User Interface... 2 Applications (Apps) realize the intelligence of your Smart Home... 3 Functions of the

More information

Smart Home System Using Android Application

Smart Home System Using Android Application Smart Home System Using Android Application Karlapudi Siva Krishna Mr. Md Mohiddin Dr. M. Narendra Kumar, Dr. S. Sreenatha Reddy Student (M. Tech) Embedded Sys Asst. Prof, ECE Prof & Vice-Principal Prof

More information

T-BOXN12R. First steps with T-BOXN12R. You can make it wireless. Date: 2004-07-16 Version 1.0

T-BOXN12R. First steps with T-BOXN12R. You can make it wireless. Date: 2004-07-16 Version 1.0 T-BOXN12R You can make it wireless First steps with T-BOXN12R Date: 2004-07-16 Version 1.0 Content 1. Purpose of this document... 3 2. T-BoxN12R overview... 4 3. First step... 5 3.1. Preparing your workshop

More information

FAQs. Conserve package. Gateway... 2 Range Extender... 3 Smart Plug... 3 Thermostat... 4 Website... 7 App and Mobile Devices... 7

FAQs. Conserve package. Gateway... 2 Range Extender... 3 Smart Plug... 3 Thermostat... 4 Website... 7 App and Mobile Devices... 7 FAQs Conserve package Gateway... 2 Range Extender... 3 Smart Plug... 3 Thermostat... 4 Website... 7 App and Mobile Devices... 7 FAQs Gateway Can I have someone install my system for me? If you are concerned

More information

Configuration of the Sentry firmware parameters used in the Bluetooth solution.

Configuration of the Sentry firmware parameters used in the Bluetooth solution. Server Technology s Monitoring Solution Featuring Bluetooth Wireless Technology and the ST Eye Mobile App (for Android) Part Numbers KIT-STEYE-01 and KIT-STEYE-10 Purpose This technical note provides functional

More information

Remote Desktop Access Through Android Mobile Phones and Reverse

Remote Desktop Access Through Android Mobile Phones and Reverse Reviewed Paper Volume 2 Issue 8 April 2015 Paper International Journal of Informative & Futuristic Research ISSN (Online): 2347-1697 Remote Desktop Access Through Android Mobile Phones and Reverse Paper

More information

Implementation of Smart Homes and Industrial Automation System with Secure Communication over GSM

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

More information

EVAL-UFDC-1/UFDC-1M-16

EVAL-UFDC-1/UFDC-1M-16 Evaluation Board for Universal Frequency-to- Digital Converters UFDC-1 and UFDC-1M-16 EVAL-UFDC-1/UFDC-1M-16 FEATURES Full-Featured Evaluation Board for the Universal Frequency-to-Digital Converters UFDC-1

More information

Guest PC. for Mac OS X. User Guide. Version 1.6. Copyright 1996-2005 Lismore Software Systems, Ltd. All rights reserved.

Guest PC. for Mac OS X. User Guide. Version 1.6. Copyright 1996-2005 Lismore Software Systems, Ltd. All rights reserved. Guest PC for Mac OS X Version 1.6 User Guide Copyright 1996-2005 Lismore Software Systems, Ltd. All rights reserved. Table of Contents About Guest PC... 1 About your Virtual Computer... 1 Creating a Virtual

More information

Next Gen Platform: Team & Mentor Guide

Next Gen Platform: Team & Mentor Guide Next Gen Platform: Team & Mentor Guide 1 Introduction For the 2015-2016 season, the FIRST Tech Challenge (FTC) will be adopting a new controller for its robot competitions. The new platform, which will

More information

Discovering Computers

Discovering Computers Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet Chapter 9 Operating Systems Objectives Overview Define an operating system Describe the start-up process and shutdown

More information

Using TS-ACCESS for Remote Desktop Access

Using TS-ACCESS for Remote Desktop Access Using TS-ACCESS for Remote Desktop Access Introduction TS-ACCESS is a remote desktop access feature available to CUA faculty and staff who need to access administrative systems or other computing resources

More information

Chetana Sarode, Prof.Mr.H.S.Thakar Department of Electronics &telecommunication, SKNCOE Department of Electronics &telecommunication, SKNCOE

Chetana Sarode, Prof.Mr.H.S.Thakar Department of Electronics &telecommunication, SKNCOE Department of Electronics &telecommunication, SKNCOE Intelligent Home Monitoring System Chetana Sarode, Prof.Mr.H.S.Thakar Department of Electronics &telecommunication, SKNCOE Department of Electronics &telecommunication, SKNCOE ABSTRACT Intelligent home

More information

융프라우 수출향 RAC APP_IB_E_34261A(2).indd 18 2012-02-17 오후 2:10:18

융프라우 수출향 RAC APP_IB_E_34261A(2).indd 18 2012-02-17 오후 2:10:18 융프라우 수출향 RAC APP_IB_E_34261A(2).indd 18 2012-02-17 오후 2:10:18 Smart A/C application Air Conditioner user manual imagine the possibilities E S F I P D G Bu Ro Cr Se Po Hu Sk DB98-34261A(2) 융프라우 수출향 RAC

More information

Installer guide. Release 2.2

Installer guide. Release 2.2 Installer guide Release 2.2 Important safety notice h r j n l s The following safety regulations must be observed at all times. Failure to observe precautions could result in severe injury or death. jj

More information

Mobile App Development to Empower Educators and to Prepare Students as Future Leaders

Mobile App Development to Empower Educators and to Prepare Students as Future Leaders Mobile App Development to Empower Educators and to Prepare Students as Future Leaders Dr. Tahir Aziz, Ph.D., MBA, BBA, BS ISNA West Coast Education Forum, Anaheim, CA January 16-17, 2015 Abstract This

More information

vyacht Wifi Router vyacht yacht automation About this manual

vyacht Wifi Router vyacht yacht automation About this manual vyacht Wifi Router The vyacht's Wifi Router brings instrument data to your ipad and on-board computer. The router comes in three different versions which all have galvanically isolated inputs: 2 x NMEA0183

More information

Christie Brio Frequently Asked Questions

Christie Brio Frequently Asked Questions Christie Brio Frequently Asked Questions What is Christie Brio? Christie Brio is a network-enabled collaboration and presentation solution that allows multiple users to quickly share, edit and annotate

More information

A Novel Solution for Remote Monitoring of Electrical and Electronic Gadgets

A Novel Solution for Remote Monitoring of Electrical and Electronic Gadgets A Novel Solution for Remote Monitoring of Electrical and Electronic Gadgets Pradipta Biswas University of Kalyani, India 1 Introduction Remote control of electrical and electronic gadgets in domestic and

More information

Development of a new service using Wi-Fi Direct

Development of a new service using Wi-Fi Direct COMPUTER NETWORKS COEN233 Development of a new service using Wi-Fi Direct HE SHOUCHUN MEENAKSHI HARIKUMAR NAGA TULASI SOUJANYA VADREVU 1 INDEX 6. Implementation--------------------------------------------------------------------------------------------3

More information

EDK 350 (868 MHz) EDK 350U (902 MHz) EnOcean Developer Kit

EDK 350 (868 MHz) EDK 350U (902 MHz) EnOcean Developer Kit EDK 350 (868 MHz) EDK 350U (902 MHz) EnOcean Developer Kit EDK 350 User Manual Important Notes This information describes the type of component and shall not be considered as assured characteristics. No

More information

Remote Android Assistant with Global Positioning System Tracking

Remote Android Assistant with Global Positioning System Tracking IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 2, Ver. III (Mar-Apr. 2014), PP 95-99 Remote Android Assistant with Global Positioning System Tracking

More information

AC1450 Smart WiFi Router - 802.11ac Dual Band Gigabit

AC1450 Smart WiFi Router - 802.11ac Dual Band Gigabit Smart WiFi Router - 802.11ac Dual Band Gigabit Performance & Use Next Generation Gigabit WiFi Speeds Connect more devices throughout your home 1450 DUAL BAND 450+1000 RANGE USB 3.0 port Up to 10 faster

More information

Revision History. Revision Revision History Date

Revision History. Revision Revision History Date G001 Revision History Revision Revision History Date 1.0 First release of the Intel NUC Home Theatre Personal Computer on the Linux* Mint Platform using XBMC May 2013 2.0 Second release of the Intel NUC

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

Version 5 - July 2015 IT Services Page 2

Version 5 - July 2015 IT Services Page 2 Version 5 - July 2015 IT Services Page 2 Contents 1. Introduction 4 2. Initial connection 5 3. Network Registration 6 4. Network registration: Scanning your computer (network remediation) 8 5. System check

More information

TOSR-04-5 TOSR-10B/C. LazyBone. Smartphone Controlled Switch. User Manual

TOSR-04-5 TOSR-10B/C. LazyBone. Smartphone Controlled Switch. User Manual TOSR-04-5 TOSR-10B/C LazyBone Smartphone Controlled Switch User Manual Tinysine Electronics @ 2014 Version 1.0 INTRODUCTION LazyBone is smart switch controlled by our phones via Bluetooth or WiFi, supporting

More information

ZigBee-2.4-DK 2.4 GHZ ZIGBEE DEVELOPMENT KIT USER S GUIDE. 1. Kit Contents. Figure 1. 2.4 GHz ZigBee Development Kit

ZigBee-2.4-DK 2.4 GHZ ZIGBEE DEVELOPMENT KIT USER S GUIDE. 1. Kit Contents. Figure 1. 2.4 GHz ZigBee Development Kit 2.4 GHZ ZIGBEE DEVELOPMENT KIT USER S GUIDE 1. Kit Contents The 2.4 GHz ZigBee Development Kit contains the following items, shown in Figure 1. 2.4 GHz 802.15.4/ZigBee Target Boards (6) Antennas (6) 9

More information

Energy efficient Smart home based on Wireless Sensor Network using LabVIEW

Energy efficient Smart home based on Wireless Sensor Network using LabVIEW American Journal of Engineering Research (AJER) e-issn : 2320-0847 p-issn : 2320-0936 Volume-02, Issue-12, pp-409-413 www.ajer.org Research Paper Open Access Energy efficient Smart home based on Wireless

More information

R6250 Smart WiFi Router - AC Dual Band Gigabit

R6250 Smart WiFi Router - AC Dual Band Gigabit Smart WiFi Router - AC Dual Band Gigabit Performance & Use AC1600 AC1600 WiFi 300+1300 Mbps speeds Best wireless coverage for large homes 1600 DUAL BAND 300+1300 RANGE Ideal for homes with 10 or more WiFi

More information

Quick Start Guide: Iridium GO! Advanced Portal

Quick Start Guide: Iridium GO! Advanced Portal Quick Start Guide: Iridium GO! Advanced Portal Contents Set-Up... 3 Overview... 4 Main Tab 1: General... 5 Status.... 5 Settings... 8 Audio.... 8 GPS.... 9 Tab 2: Communication... 9 Wi-Fi... 9 Satellite...

More information

Yamaha 01V96 Version2 Upgrade Guide

Yamaha 01V96 Version2 Upgrade Guide Yamaha 01V96 Version2 Upgrade Guide This document explains how to upgrade the 01V96 system software to V2.00 or later. Precautions (please be sure to read these precautions) The user assumes full responsibility

More information

AV1200 TL-PA8030P KIT. 3-Port Gigabit Passthrough Powerline Starter Kit. Highlights

AV1200 TL-PA8030P KIT. 3-Port Gigabit Passthrough Powerline Starter Kit. Highlights AV1200 3-Port Gigabit Passthrough Powerline Starter Kit Highlights AV1200 HomePlug AV2 standard compliant, high-speed data transfer rates of up to 1200Mbps, supports all your online needs MIMO Technology

More information

iportal2 Mouse Mover Quick Start Guide GBK52984 V1.0

iportal2 Mouse Mover Quick Start Guide GBK52984 V1.0 iportal2 Mouse Mover Quick Start Guide GBK52984 V1.0 Introduction... 3 Pairing iportal2 with a PC or laptop... 3 Pairing iportal2 with an Apple imac (OS X)... 7 Using iportal2 Mouse Mover... 11 Mouse-click

More information

How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac?

How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac? Enterprise Computing & Service Management How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac? In order to connect remotely to a PC computer from your Mac, we recommend

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

IST STREP Project. Deliverable D3.3.1u Middleware User s Guide Multi-Radio Device Management Layer. http://www.ist-plastic.org

IST STREP Project. Deliverable D3.3.1u Middleware User s Guide Multi-Radio Device Management Layer. http://www.ist-plastic.org IST STREP Project Deliverable D3.3.1u Middleware User s Guide Multi-Radio Device Management Layer http://www.ist-plastic.org Project Number : IST-26955 Project Title : PLASTIC Deliverable Type : Report

More information

Board also Supports MicroBridge

Board also Supports MicroBridge This product is ATmega2560 based Freeduino-Mega with USB Host Interface to Communicate with Android Powered Devices* like Android Phone or Tab using Android Open Accessory API and Development Kit (ADK)

More information

Industry First X86-based Single Board Computer JaguarBoard Released

Industry First X86-based Single Board Computer JaguarBoard Released Industry First X86-based Single Board Computer JaguarBoard Released HongKong, China (May 12th, 2015) Jaguar Electronic HK Co., Ltd officially launched the first X86-based single board computer called JaguarBoard.

More information

Quick Installation Guide

Quick Installation Guide Quick Installation Guide (For Windows & Mac OS) Outdoor Wireless IP Camera Package Contents V1.1 IP Camera Power Adapter Resource CD Ethernet Cable Mounting Bracket(except FI8919) Wi-Fi Antenna Quick Installation

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

DATA PROJECTOR XJ-A135/XJ-A145/XJ-A235/ XJ-A245

DATA PROJECTOR XJ-A135/XJ-A145/XJ-A235/ XJ-A245 DATA PROJECTOR XJ-A135/XJ-A145/XJ-A235/ XJ-A245 E Data Projector Wireless Function Guide Be sure to read the precautions in the User s Guide (Basic Operations) that comes with the Data Projector. Be sure

More information

User Manual (DA-70155)

User Manual (DA-70155) USB TO SERIAL CONVERTER User Manual (DA-70155) Index: A. USB-Serial Cable B. USB-Serial Converter C. How driver works with Modem on Linux RedHat 7.3 A. USB-Serial Cable 1. Product Features 2. System Requirements

More information

Android Development. Lecture AD 0 Android SDK & Development Environment. Università degli Studi di Parma. Mobile Application Development

Android Development. Lecture AD 0 Android SDK & Development Environment. Università degli Studi di Parma. Mobile Application Development Android Development Lecture AD 0 Android SDK & Development Environment 2013/2014 Parma Università degli Studi di Parma Lecture Summary Android Module Overview The Android Platform Android Environment Setup

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

R6200 Smart WiFi Router AC1200 Dual Band Gigabit

R6200 Smart WiFi Router AC1200 Dual Band Gigabit Performance & Use AC1200 1200 DUAL BAND 300+900 RANGE AC1200 WiFi 300+867 Mbps speeds Wireless coverage for large homes Ideal for homes with 8 or more WiFi devices NETGEAR genie App Enjoy more of your

More information

ANDROID BASED SECURITY AND HOME AUTOMATION SYSTEM

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

More information

Access Tropical Cloud Desktop from Any Device

Access Tropical Cloud Desktop from Any Device Access Tropical Cloud Desktop from Any Device Tropical Business Solutions White Paper Contents What is Tropical Cloud Desktop?... 3 Information you are going to need... 3 How to connect to the Tropical

More information

Bluetooth Pairing. User Guide

Bluetooth Pairing. User Guide Bluetooth Pairing User Guide Copyright 2012 Hewlett-Packard Development Company, L.P. Microsoft, Windows, and Windows Vista are U.S. registered trademarks of Microsoft Corporation. Bluetooth is a trademark

More information

USB TO SERIAL CONVERTER

USB TO SERIAL CONVERTER USB TO SERIAL CONVERTER User Manual (DA-70155-1) Index: A. Windows Driver B. MAC Driver C. Linux Driver A. Windows Driver 1. Product Features 2. System Requirements 3. Driver Installation (Win2000) 4.

More information

Smartphone garage door opener

Smartphone garage door opener http://tuxgraphics.org/electronics Smartphone garage door opener Abstract: Nobody leave these days the house without keys and mobile phone. Wouldn't it be nice if you could use your mobile phone to open

More information

SEACW DELIVERABLE D.1.6

SEACW DELIVERABLE D.1.6 SEACW DELIVERABLE D.1.6 Validation Methodology Specifications Project Acronym SEACW Grant Agreement No. 325146 Project Title Deliverable Reference Number Deliverable Title Social Ecosystem for Antiaging,

More information

Python for Series 60 Platform

Python for Series 60 Platform F O R U M N O K I A Getting Started with Python for Series 60 Platform Version 1.2; September 28, 2005 Python for Series 60 Platform Copyright 2005 Nokia Corporation. All rights reserved. Nokia and Nokia

More information

COPY EOS 70D (W) Wi-Fi Function Instruction Manual INSTRUCTION MANUAL

COPY EOS 70D (W) Wi-Fi Function Instruction Manual INSTRUCTION MANUAL EOS 70D (W) Wi-Fi Function Instruction Manual E INSTRUCTION MANUAL What You Can Do Using the Wireless LAN Functions This camera s wireless LAN functions let you perform a range of tasks wirelessly, from

More information

RTX41xx. Wi-Fi Module

RTX41xx. Wi-Fi Module RTX41xx Wi-Fi Module Module variants covered by this document: RTX4100 RTX4140 Application note AN8 Software Access Point Mode (Soft AP) Application note SoftAP RTX41xx Wi-Fi Module 1 CONTENT 1 Introduction...

More information

LAN / WAN Connection Of Instruments with Serial Interface By Using a Terminal Server

LAN / WAN Connection Of Instruments with Serial Interface By Using a Terminal Server Products: EFA with EFA Scan, DVRM and DVMD with Realtime Monitor or Stream Explorer DVMD-B1 LAN / WAN Connection Of Instruments with Serial Interface By Using a Terminal Server Remote control of test and

More information

Home Appliances Control System Based On Android Smartphone

Home Appliances Control System Based On Android Smartphone IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 3, Ver. III (May - Jun. 2014), PP 67-72 Home Appliances Control System Based On

More information

How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac?

How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac? How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac? In order to connect remotely to a PC computer from your Mac, we recommend the MS Remote Desktop for Mac client.

More information

Kaspersky Password Manager

Kaspersky Password Manager Kaspersky Password Manager User Guide Dear User, Thank you for choosing our product. We hope that you will find this documentation useful and that it will provide answers to most questions that may arise.

More information

Lab 5 Using Remote Worklight Server

Lab 5 Using Remote Worklight Server Lab 5 Using Remote Worklight Server Table of Contents 5. Using Remote Worklight Server... 5-3 5.1. Lab Setup...5-4 5.1.1. Delete the mobile app in the Worklight Console... 5-4 5.2. Using the Remote Worklight

More information

DATA PROJECTOR XJ-A146/XJ-A246/XJ-A256

DATA PROJECTOR XJ-A146/XJ-A246/XJ-A256 DATA PROJECTOR XJ-A146/XJ-A246/XJ-A256 E Data Projector Wireless Function Guide Be sure to read the precautions in the Setup Guide that comes with the Data Projector. Be sure to keep all user documentation

More information

International Journal of Engineering and Techniques - Volume 1 Issue 3, May - June 2015

International Journal of Engineering and Techniques - Volume 1 Issue 3, May - June 2015 RESEARCH ARTICLE OPEN ACCESS Home Automation using Android Application and Predictive Behaviour Implementation Mrs. Latha A.P.,Pratik Agarwal (8 th Sem), Rishabh Rajgarhia (8 th Sem), Shashank Sinha (8

More information

QUICK START GUIDE Bluetooth Cordless Hand Scanner (CHS)

QUICK START GUIDE Bluetooth Cordless Hand Scanner (CHS) QUICK START GUIDE Bluetooth Cordless Hand Scanner (CHS) 1D Imager Models CHS 7Ci, 7Di, 7DiRx LED Trigger button Power button (also for ios Keyboard Pop-up) Model shown: CHS 7Di This document pertains to

More information

Entertain. Inform. Succeed. SAMSUNG SMART SIGNAGE TV RHE AND RMD SERIES

Entertain. Inform. Succeed. SAMSUNG SMART SIGNAGE TV RHE AND RMD SERIES Entertain. Inform. Succeed. SAMSUNG SMART SIGNAGE TV RHE AND RMD SERIES The Impact of Signage. The Captivation of Television. All in One Display. In a crowded retail marketplace, small- and mid-sized businesses

More information

WIRELESS TRAINING SOLUTIONS. by vlogic, Inc. L a b 0.3 Remote Access Labs

WIRELESS TRAINING SOLUTIONS. by vlogic, Inc. L a b 0.3 Remote Access Labs WIRELESS TRAINING SOLUTIONS by vlogic, Inc L a b 0.3 Remote Access Labs WIRELESS TRAINING SOLUTIONS Hands-on Workshop and Lab Guide Table of Contents Connecting to the Wireless Training Solutions Network

More information

Internet Guide. Prepared for 55 John Street

Internet Guide. Prepared for 55 John Street Internet Guide Prepared for 55 John Street I. Internet Service How do I connect to the Internet? WiFi (Wireless Connectivity) is available throughout the building. In order to connect, you will need a

More information

Quickstart Guide Vodafone Mobile Wi-Fi R209-Z

Quickstart Guide Vodafone Mobile Wi-Fi R209-Z Quickstart Guide Vodafone Mobile Wi-Fi R209-Z Welcome to the world of mobile communications 1 Welcome 2 Device overview 3 Getting started 5 Mobile Wi-Fi Web app 6 Web app overview 7 Current network panel

More information

SETUP INFO THA-103AC (V1.0R) THA-103AC UPC # 710931190038

SETUP INFO THA-103AC (V1.0R) THA-103AC UPC # 710931190038 THA-103AC (V1.0R) SETUP INFO UPC # 710931190038 Video Product Page Additional Images Alternate Product Name Key Search Words Unit Dimensions Unit Weight Unit Qty per Case 20 Case Dimension Case Weight

More information

Android Mobile App Building Tutorial

Android Mobile App Building Tutorial Android Mobile App Building Tutorial Seidenberg-CSIS, Pace University This mobile app building tutorial is for high school and college students to participate in Mobile App Development Contest Workshop.

More information

March 2012. How Eye-Fi Works Overview Flowcharts

March 2012. How Eye-Fi Works Overview Flowcharts March 2012 How Eye-Fi Works Overview Flowcharts 2012 Visioneer, Inc. (A Xerox Trademark Licensee) All rights reserved. XEROX, XEROX and Design, and DocToMe are registered trademarks of Xerox Corporation

More information

Remote Desktop Access through Android Mobiles and Android Mobiles Access through Web Browser

Remote Desktop Access through Android Mobiles and Android Mobiles Access through Web Browser Remote Desktop Access through Android Mobiles and Android Mobiles Access through Web Browser 1 Karan Sandeep Bhandari, 2 Vishnu Baliram Mandole, 3 Akash Dattatray Munde, 4 Sachin B. Takmare Bharati Vidyapeeth

More information

EINTE LAB EXERCISES LAB EXERCISE #5 - SIP PROTOCOL

EINTE LAB EXERCISES LAB EXERCISE #5 - SIP PROTOCOL EINTE LAB EXERCISES LAB EXERCISE #5 - SIP PROTOCOL PREPARATIONS STUDYING SIP PROTOCOL The aim of this exercise is to study the basic aspects of the SIP protocol. Before executing the exercise you should

More information

Network connectivity controllers

Network connectivity controllers Network connectivity controllers High performance connectivity solutions Factory Automation The hostile environment of many factories can have a significant impact on the life expectancy of PCs, and industrially

More information

3-Port FireWire 800/400 PCI Host Card

3-Port FireWire 800/400 PCI Host Card 3-Port FireWire 800/400 PCI Host Card 400 FireWire Low Included FireWire Upgrade to FireWire800! U S E R S M A N U A L Low FireWire 400 Included Package Contents : 1 3-Port FireWire 800/400 PCI Host Card

More information

Monitoring and control of users in open environments on the Android platform

Monitoring and control of users in open environments on the Android platform Monitoring and control of users in open environments on the Android platform DEGREE IN COMMUNICATIONS SYSTEMS ENGINEERING AUTHOR: TUTOR: Eric Bella Pulgarín Raúl Sánchez Reillo DIRECTOR: Aitor Mendaza

More information

XPort Universal Demo Board User Guide

XPort Universal Demo Board User Guide XPort Universal Demo Board User Guide Part Number 900-563 Revision A September 2009 Copyright and Trademark Contacts 2009 Lantronix. All rights reserved. No part of the contents of this book may be transmitted

More information

An Android-based Remote Desktop for IOS Platforms

An Android-based Remote Desktop for IOS Platforms I.J. Intelligent Systems and s, 2013, 10, 18-27 Published Online September 2013 in MECS (http://www.mecs-press.org/) DOI: 10.5815/ijisa.2013.10.03 An Android-based Remote Desktop for IOS Platforms Siew-Chin

More information

Introduction to Android

Introduction to Android Introduction to Android Poll How many have an Android phone? How many have downloaded & installed the Android SDK? How many have developed an Android application? How many have deployed an Android application

More information

Web-Based QUANTUM Monitoring

Web-Based QUANTUM Monitoring BROCK QUANTUM Controller Owner/Operator Manual Features allows the viewing of the QUANTUM drying process remotely via a smart phone, tablet, PC or Mac with an internet connection. The following features

More information

Wzzard Sensing Platform Bluetooth App User Manual

Wzzard Sensing Platform Bluetooth App User Manual Wzzard Sensing Platform Bluetooth App User Manual International Headquarters B+B SmartWorx 707 Dayton Road Ottawa, IL 61350 USA Phone (815) 433-5100 -- General Fax (815) 433-5105 bb-smartsensing.com www.bb-smartworx.com

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