Activation of Home Automation System via Mobile Technology

Size: px
Start display at page:

Download "Activation of Home Automation System via Mobile Technology"

Transcription

1 Activation of Home Automation System via Mobile Technology M J Van Der Werff 1 W L Xu 2 X Gui 3 1 Institute of Technology and Engineering College of Sciences, Massey University Palmerston North, New Zealand. vanderwerff@clear.net.nz 2 Institute of Technology and Engineering College of Sciences, Massey University Palmerston North, New Zealand. W.L.Xu@massey.ac.nz 3 Institute of Information Science and Technology College of Sciences, Massey University Palmerston North, New Zealand. X.Gui@massey.ac.nz Abstract: The rapidly advancing mobile communication technology and the decrease in costs make it possible to incorporate mobile technology into home automation systems. Based on an SMS/GPRS (Short Message Service/General Packet Radio Service) mobile cell module and a microcontroller, a home automation server can be established, allowing a user to control and monitor any variables related to the home by using any java capable cell phone. This paper presents the development of AT modem driver, text based command processing software, and power failure resilient output for an Atmel micro-controller to facilitate in sending and receiving data via the cell module, together with the design of java application to enable the cell phone to send commands and receive alerts through the cell module. While the proposed design was implemented using SMS (commonly known as text messages), the possibility of using GPRS (Internet based protocol) as the main communication protocol has also been explored. Keywords Home Automation, SMS, GPRS, GSM, Remote Mobile Control. 1. INTRODUCTION As a student at Massey University a project is required as part of the final year work. The project chosen in this case was the activation of Home Automation via mobile technology. This was selected because of our keen interest in incorporating mobile technology with Home Automation, which we believe is the next important step to realize the Home Automation dream. This paper covers the range of the development of this project including: the concept of the system, the technology involved in implementation, and the prototype product developed. 2. INVESTIGATION When starting this project there were many aspects to consider. We started with the specifications needed to develop a cost-effective method for controlling and activating home appliances remotely. Among these specifications were that this system would need to work in most places where a house may exist, also there would have to be two-way communication to ensure that the messages had been received. The system would also have to be affordable and easy to use as this would be marketed to the general public.

2 2.1 Cellular Modem The first part of this project was investigating the existing technology. It was found after researching that there were systems that allowed users to call up their home and turn on appliances using any phone. Although that system is simple and works for some applications, it has its disadvantages including the following: (a) there is a high usage cost if the user is not local to the house, e.g., toll calls; (b) it is slow to operate as the user has to call the number, enter a password, and listen to each option before selecting the option needed; (c) the house needs to have a phone line, i.e., it would not work at places such as holiday homes which may not have a phone line. The next option investigated was the use of mobile cellular technology. This has many advantages such as low usage costs for data communications as compared to phone calls, and portability within the coverage area of the cellular system. To implement cellular communication into a house server a cellular modem is needed. There is a wide range of cellular modems from PCMCIA cards to USB and serial external modems, but after investigation it was found that the Sony-Ericsson GT48 cellular modem [see appendix] was a good modem to use. This modem was chosen for a number of reasons including: it is a serial external modem, it uses standard AT commands [see appendix], it has GPRS capabilities, it has a hardware TCP/IP stack, and it was donated for use for the duration of this project by Vodafone. Figure 1. Sony-Ericsson GT48 Cellular Modem with aerial After considering all factors it was found the best option to encapsulate all the specifications needed, was to use a cellular based system. To implement this system the Sony-Ericsson GT48 cellular modem was chosen and used in conjunction with an Atmel micro controller. It was setup as the home server. Since the cellular modem was being used it makes sense to use a cellular phone as the main interface to the house server as this takes full advantage of all the roaming and communication capability of this system, enabling it to be controlled anywhere in the world. So the system communicates to and from the house server using a SMS capable cellular phone via text based messages sending a username, password, and the command specified. 2.2 House Server Interface Although it was decided to use SMS as the primary communicating protocol, sending SMS commands via a messaging interface on a cellular phone is a cumbersome way of controlling home appliances. A more intuitive way would be to use a graphical user interface such as a web form or a small application. This is made possible with today s new cellular phones which have large colour screens and are capable of running custom applications downloaded from a web server. 2.3 Phone Programming Language The next part of the research was into the subject of suitable programming language for this project. The first problem was to research what languages are available, and what language should be used to allow this application to be portable across most cellular phones. The first language that we found was.net compact framework [1] for Smart phones. Smart phones at this time are still a small part of the world cellular phone market and partly because they are still expensive. Smart phones programming language would have been perfect for what we needed as its language is a cut down version of.net for windows and therefore it allows the use of any.net language. This also has the advantage of including the library for TCP/IP and UDP communication, and thus this phone could also receive messages over the Internet to open ports, allowing the house server to send messages easily and inexpensively to the cellular phone via GPRS using TCP/IP. Although these types of phones may have been perfect for the programming side of things, the cellular phones were too expensive for the project and also because of this they would have been too expensive for the consumer to buy for this application. But if this project was started in a few more years time we do not think this would be as much a problem as the cellular technology is increasing at phenomenal rates. The next language that we came across was Java Micro-edition [see appendix]; this is a cut down edition of Java that can be run on cellular phones. This is the leading programming language at this time for most brands of cellular phones including some of the main firms such as Motorola, Nokia, and Siemens. Applications can be developed with Sun s Java 2 Mobile Edition [2], which is a

3 development environment freely available intended for developing java applications for cellular phones. This language allows: (a) sending and receiving of data via SMS, (b) opening TCP/IP or UDP connections and sending data via these protocols to a receiving server on the Internet, (c) easy design applications using forms, and much more. The most important factors relating to our choice of this language was its highly portable nature as most new cellular phones have the ability to run this language with slightly different implementations in what they support and also the ease of creating client/server applications. There can be problems with slightly different implementations between cellular phones running the J2ME [3] language. For example, UDP push (a way of sending messages directly to the cellular phone), which is a recommended but optional implementation of J2ME MIDP 2.0 [3] standard which, has not been implemented by many cellular phone manufactures that support this standard. Differing implementations could lead to problems with compatibility with differing cellular phones but this can be avoided by using the certified and not optional libraries. Despite some small problems with some libraries not being fully supported, J2ME is highly portable so that any person with a new phone and our Home Server could use this software to control their home. Designing of java applications is also reasonably easy using Sun s [2] studio which is designed for developing java applications and includes a emulator which one can test his java applications on different virtual cellular phones before testing on real phones. These are some of the reasons that J2ME was chosen for this project. 2.4 Cellular Phone choice After J2ME has been decided to be the language that will be used to write the cellular application, the next step is to decide on a cellular phone to test this on. Although there were many cellular phones on the market at the time this project was started, the Motorola V525 [see Figure 2] was one of the only reasonable priced phones on the market with J2ME that implemented MIDP 2.0 (Mobile Information Device Profile) [see appendix]. A lot more research went into choosing this phone but this is beyond the scope of this paper. Figure 2. Motorola V525 Cellular Phone 3. THE PROTOCOLS This section describes the protocols and concepts used for the implemented SMS (Simple Messaging System) house control and for the proposed but not implemented GPRS (General Packet Radio Service) house control. 3.1 SMS The Protocol SMS allows you to send short messages to almost any SMS enabled mobile phone in the world. SMS is commonly referred to as text messaging, and is becoming increasingly popular, as it is an inexpensive way of communicating small amounts of information. The small fixed cost of communicating via SMS to almost any cellular phone in the world as well as the popularity of SMS makes SMS an excellent way to control home automation. SMS was the home automation control protocol chosen to send text based messages to the home automation system, mostly because of the small cost and the limited time that was available to investigate GPRS. GPRS has many advantages over the SMS system but also many complexities to overcome. 3.2 GPRS Control GPRS is a protocol, which has emerged to allow cellular phones on the GSM network to access the Internet. This is opening up a whole world of opportunities for cellular phones as they can now communicate data to anywhere for relatively small cost. Using GPRS as the main communication protocol for the house server rather than SMS would improve the system as it would become more accessible to other devices and protocols via the internet and also it would allow more affordable data transfer with in the cellular system. Another use of GPRS for this application could be implementing a web server on the microcontroller so the house could be accessed by any other devices over the internet, although security would have to be made extra strict. A major problem after investigating the use of GPRS on the house server was that the Cellular Modem has to activate its PDP (Packet Data Protocol) context before it is assigned an IP address. Explained simply the cellular modem does not get assigned an IP address until it submits a request to connect to an outside server and so it is given an IP address on the fly. This means that since no IP address is assigned the modem can not be called up using GPRS. Opening a connection to an outside server on the web and directing all data towards the cellular modem from this server could circumvent this problem. This server could then act

4 as a router sending out or receiving any information to the cellular modem. This may defeat the purpose of using a micro-controller as the house server for a single user but were this to become a commercial product, users could pay a small fee for use of such a server. and a high current voltage driver for driving external devices via a TRIAC or other driving devices. 4. HOUSE SERVER SYSTEM DESIGN This section gives an outline of the house server that was designed including both a description of the hardware designed and the software. 4.1 Harware Design The first part of the house server design was the choosing of a suitable micro-controller. The requirements for the micro-controller are; a RS232 port, a fair amount of output Digital I/O, and a reasonable speed. Also a reasonable amount of EEPROM was needed to allow for the software to process text commands, to provide Flash program data memory for storage of device status, and username and passwords related to login, so that data is not lost in the case of power outages. The micro-controller we chose was the Atmel AVR Mega 169, which was chosen for the above reasons as well as the excellent open source compiler, environment and libraries that are available for development with AVR s. The main environment/compiler that we used was winavr (see Appendix). These are a set of tools for AVR s including a C/C++ compiler and environment window. The AVR Mega 169 can also be purchased as a development board code-named Butterfly (see Figure 3). This has inbuilt components such as a LCD screen, Piezoelectric speaker, thermometer, and RS232 voltage converter. Figure 3. Atmel butterfly with AVR Mega 169 micro-processor To increase the speed of development of this project a Butterfly was used as the incorporated with a circuit board created in Altium s Protel DXP (see Figure 4). This circuit board contains (see Figure 5): DB9 for RS232 communication and programming, HD15 plug for communications with cellular modem, LED indication of simple output, Figure 4. Circuit diagram for House Server Figure 5. House Server main Board 4.2 Software Design The software programming for the house server is one of the most important parts of this project. It handles the communication to and from the cellular modem, the communication to the attached devices, the processing of the SMS messages performing of username and password lookups in the database and if authenticated the processing of the commands specified, and also sending of responses to commands/errors or alerts identified with a priority to send. The first stage of the software is to setup all factors the relating to the system. The first of these is to setup the device to their last state before power was lost, which is performed by saving any changes in device state on the micro-controllers on board data flash when ever any change to the data state is made, and so the system is made resilient to short term power failure. The cellular modem also needs to be setup to send and receive SMS messages, this is done by sending the AT commands specified to perform this task according to the GT48 AT datasheet [see appendix], then forwarding to the cellular modem via the RS232 port and waiting for the cellular modems acknowledging reply.

5 The second stage to the micro-controllers software is the processing of the SMS header messages sent to the device. The device first must wait for the text +CMT: to be sent via the RS232 from the cellular modem at which time it parses the message (see Figure 6) following the command taking from it information including; the cellular number the message was sent from, the date and time sent, and text message length. The text message length is then used to capture the text message in is entirety as no end characters are given. +CMT:" ",,"04/08/27,08:36:34+48", 145,4,0,0," ",145,14 u=mjv p=password1 Dev=(1:0,2:1) Figure 6. Cellular Modem text message as sent via the GT48 cellular modem It is then necessary to process the username and password contained in the text message. This is implemented parsing the username and password into variables. The username variable is then compared to the username variables in the database and when found; the password associated with the username in the database is compared with the sent password to verify that it is correct. If the username or password is incorrect an error message is sent back to the cellular phone that sent the message. When both the username and password have been found to be correct the command is then compared to the database of commands to check that it is a valid command, and if found to be a valid command the command is either processed or other wise an error message is returned. For this system to be able to control devices there need to be a standard of commands to be sent to perform the corresponding commands. One of these commands is devset(device_no:on/off,other_dev) this command turns the device number specified on or off depending on the command. Also another command devget=? gets all the current setting the device is set at. This is a very simplistic set of commands to that would work for a small set of devices but needs further development to control a large numbers of devices in a variety of different ways. 5. PHONE SOFTWARE DESIGN To design the application needed to control home automation remotely firstly it was started by looking at the example code included in Sun s studio. This was helpful in determining the format to design code for J2ME. I also found it helpful referring to the Motorola Design Guide [4] for J2ME, which gave code to send SMS via J2ME. To set out the application forms can be used, these are similar to web forms but as it is a small screen you have less control of the layout. Once you have created a form you attach child parts to in such as in this application text field of type any for username and text field of type password for the password field. This creates two text fields on the form one of type any, which means any characters and one of type password that hides all but the current character being typed in. Also command types can be added to the form; these are placed at the bottom of the screen and are commands such as Exit and Send. When the corresponding button is pressed the function related with that button is run for example the Send button would send the SMS message or the Exit button would destroy all objects and quit. The application that was developed (see Figure 7) contains a phone number, username, and password as Text fields. It also contains a set of tick box s to select the state the devices should be changed to. All this data is put into a text string and sent via SMS to the number specified when the Send button is pressed. Figure 7. A simulated version of the cellular phone application developed This is a simplistic application that maybe satisfactory to demonstrate a prototype, but further development is needed to enable all the functions and to enable security with password encryption and other such protection to make this a safe and user friendly application. Further development must also go into receiving the SMS sent to the cellular phone application from the house server. This could be achieved using SMS push, which defines a port number for the cellular phone application and when the cellular phone receives a SMS with the applications port number attached the cellular phone runs the application sending through the SMS to the application instead of to the normal mail application. 6. CONCLUSIONS This project has demonstrated the possibility of using cellular technologies such as SMS and GPRS to control home automation and with further

6 development could lead to a breakthrough in the way we interact with our homes. 7. APPENDIX There were many websites that assisted in the development of the House Server and programming of the Cellular phone some of these are included below: Technical Data for the Sony-Ericsson GT48: For further information on this device Sony- Ericsson must be contacted, as most websites are very unhelpful and most data on this device including the AT commands are confidential. Technical Data reference for the Motorola V525: Information on J2ME standards: Technical Data reference for Atmel microcontroller: ACKNOWLEDGMENTS Thanks to Vodafone and Vodafone s Steve Sumner for excellent advice and providing the cell modem, cell phone and sim card s free of charge for the duration of the project. Thanks to Ken Mercer form Massey University for all round circuit related advice. 9. REFERENCES [1] Microsoft, Frequently Asked Questions for.net Compact Framework development. 2004, 2004 Microsoft Corporation. [2] Sun ONE Studio 5, Mobile Edition. 2003, Sun Microsystems Inc. [3] Sun Microsystems and Motorola, I., Mobile Information Device Profile Specification ("Specification"). November 15, [4] Motorola, I., Technical Manual V300, V400, V500, and V600 Handset Series J2ME Developer Guide. 2002, Motorola.

SMS Based Household Appliance Monitoring and Controlling System Ms.Shraddha G.Rajkuwar*1, Ms.Rupali G.Bhople*2, Ms.Pooja V.

SMS Based Household Appliance Monitoring and Controlling System Ms.Shraddha G.Rajkuwar*1, Ms.Rupali G.Bhople*2, Ms.Pooja V. SMS Based Household Appliance Monitoring and Controlling System Ms.Shraddha G.Rajkuwar*1, Ms.Rupali G.Bhople*2, Ms.Pooja V.Kendale*3 *1 (student of IT Department, AEC, Chikhli (MS), INDIA) *2 (student

More information

Arm11 Based Accident Alert and Vehicle Tracking Using GSM and GPS

Arm11 Based Accident Alert and Vehicle Tracking Using GSM and GPS Arm11 Based Accident Alert and Vehicle Tracking Using GSM and GPS Ehtesam Zaki M.Tech Student, Dept of ECE, VIF College Of Engineering and Technology. ABSTRACT: Traffic accidents are one of the leading

More information

Design and Development of SMS Based Platform for Controlling Stepper Motor

Design and Development of SMS Based Platform for Controlling Stepper Motor Design and Development of SMS Based Platform for Controlling Stepper Motor Vaskar Deka 1, Shikhar K Sarma 2, Pratisha Sarma 3, Subhra Mitra 4 1.2.3.4 Department of Information Technology, Gauhati University,

More information

MTNL Vault User Guide: SyncML Phones

MTNL Vault User Guide: SyncML Phones MTNL Vault User Guide: Phones 1 INDEX 1. Registration Instructions 3 2. Supported Device List..10 3. Feature List...12 4. How to use the features.12 5. FAQ s 13 2 Steps for Installation and Registration

More information

University of Southampton. Department of Electronics and Computer Science. What is the Future of Mobile Multimedia?

University of Southampton. Department of Electronics and Computer Science. What is the Future of Mobile Multimedia? Abstract University of Southampton Department of Electronics and Computer Science A paper for the MultimediaSystems03 conference. Andrew Paul Landells 13 th December 2002 Mobile phones are now incredibly

More information

Examine these great deals.

Examine these great deals. OCTOBER ISSUE Examine these great deals. CONTENTS: LATEST HOT HANDSETS GREAT VALUE CAP PLANS BIG DEALS FOR SMALL BUSINESS PRE-PAID CLEARANCE RUN-OUT SALE NEW LG PRADA MONTHLY HANDSET REPAYMENTS 79 CAP

More information

SYNOPSIS FOR GSM AND GPS BASED VEHICLE SPEED MONITORING AND CONTROL SYSTEM

SYNOPSIS FOR GSM AND GPS BASED VEHICLE SPEED MONITORING AND CONTROL SYSTEM SYNOPSIS FOR GSM AND GPS BASED VEHICLE SPEED MONITORING AND CONTROL SYSTEM Introduction We know that demand for automobile has been increased traffic and thereby causing more accidents on the road. Major

More information

SMS Power Controller. User Documentation. V Feb

SMS Power Controller. User Documentation. V Feb SMS Power Controller User Documentation V2.00 8 Feb 2017 www.haute-solutions.com SMS Power Controller Introduction: The SMS Power Controller can be used to remotely control, or schedule, power to a connected

More information

Chapter 2. Literature Survey. 2.1 Remote access technologies

Chapter 2. Literature Survey. 2.1 Remote access technologies Chapter 2 Literature Survey This chapter presents a brief report on literature reviewed in context to present work with an aim to identify current state of research in the domain. Literature review is

More information

AUTONOMOUS CONTROL OF AN OMNI-DIRECTIONAL MOBILE ROBOT

AUTONOMOUS CONTROL OF AN OMNI-DIRECTIONAL MOBILE ROBOT Projects, Vol. 11, 2004 ISSN 1172-8426 Printed in New Zealand. All rights reserved. 2004 College of Sciences, Massey University AUTONOMOUS CONTROL OF AN OMNI-DIRECTIONAL MOBILE ROBOT C. J. Duncan Abstract:

More information

Mobile Application Ecosystems

Mobile Application Ecosystems Mobile Application Ecosystems Mika Mannermaa November 14, 2005 T-110.5120 Next Generation Wireless Networks Helsinki University of Technology Delivering Quality Content into the Hands of Mobile Consumers

More information

Wireless IP for M2M / IoT 101

Wireless IP for M2M / IoT 101 Wireless IP for M2M / IoT 101 Neo White Paper A concise introduction to using wireless devices for M2M / IoT data transmissions. www.neo.aeris.com Let our experts lead the way Table of Contents INTRODUCTION

More information

Mobile Station Execution Environment (MExE( MExE) Developing web applications for PDAs and Cellphones. WAP (Wireless Application Protocol)

Mobile Station Execution Environment (MExE( MExE) Developing web applications for PDAs and Cellphones. WAP (Wireless Application Protocol) Developing web applications for PDAs and Cellphones Mobile Station Execution Environment (MExE( MExE) MExE is a standard for defining various levels of wireless communication These levels are called classmarks

More information

The world of BAOS. Easy connectivity for KNX with Bus Access and Object Server. Overview and applications

The world of BAOS. Easy connectivity for KNX with Bus Access and Object Server. Overview and applications The world of BAOS Easy connectivity for KNX with Bus Access and Object Server Overview and applications WEINZIERL ENGINEERING GmbH Achatz 3 DE-84508 Burgkirchen / Alz Germany Phone : +49 (0)8677 / 91 636

More information

Final Report. Project Title: Dial A Whip

Final Report. Project Title: Dial A Whip EEL 4924 Electrical Engineering Design (Senior Design) 25 April 2012 Project Title: Dial A Whip Team Members: Name: Chris Calvo Name: Daniel De Leo Project Abstract: Dial A Whip consists of a compact module

More information

Mobile View Software User s Manual

Mobile View Software User s Manual Mobile View Software User s Manual Version 3.0.3 / 3.0.4 Table of Contents 1. Overview...2 1.1 System Requirement...2 1.2 Limitation...2 2. Install the Mobile View Software...3 3. Basic Functions...4 3.1

More information

48003 Deluxe mobile communications system

48003 Deluxe mobile communications system 48003 Deluxe mobile communications system A motivating approach for teaching mobile phone technology An ideal introduction to mobile phone technology Highly motivating for students Flowcode CD-ROM and

More information

1.0 The System Architecture and Design Features

1.0 The System Architecture and Design Features 1.0 The System Architecture and Design Features Figure 1. System Architecture The overall guiding design philosophy behind the Data Capture and Logging System Architecture is to have a clean design that

More information

IP Mobility vs. Session Mobility

IP Mobility vs. Session Mobility IP Mobility vs. Session Mobility Securing wireless communication is a formidable task, something that many companies are rapidly learning the hard way. IP level solutions become extremely cumbersome when

More information

BGS2 GPRS Modem ER75i Router ETM450 Router

BGS2 GPRS Modem ER75i Router ETM450 Router . GSM Modem Manual BGS2 GPRS Modem ER75i Router ETM450 Router 2016-05-04 ClimaCheck Sweden AB, Box 46, SE-131 06 Nacka, Sweden Visiting/delivery address: Gamla Värmdövägen 6, SE-131 37 Nacka Sweden Tel.:

More information

Chamber of commerce: Het Kasteel 315. All our proposals and agreements are subject to the General conditions of

Chamber of commerce: Het Kasteel 315. All our proposals and agreements are subject to the General conditions of GSM-to-Serial bridge Overview The GSM-to-Serial (short: G2S) bridge is a ready-to-use protocol converter that is intended for extending the communications reach of an existing device with an ethernet interface

More information

Contents. The mobile phone service for international travellers 2

Contents. The mobile phone service for international travellers 2 User Manual Contents Welcome to TravelSIM... 3 How to Activate Your TravelSIM... 4 Go Online... 4 Over the Phone... 4 Your TravelSIM Account... 5 How to make a call... 6 Override Code... 7 The TravelSIM

More information

Manual Iphone 5 Sim Usa Prices Uk >>>CLICK HERE<<<

Manual Iphone 5 Sim Usa Prices Uk >>>CLICK HERE<<< Manual Iphone 5 Sim Usa Prices Uk We've compared travel SIM card prices so you don't have. data in three popular destinations for US travellers: Canada, Mexico and the United Kingdom. and has a 30-day

More information

Michael Lodder David Chu James Bradley. Cellular Home Automation

Michael Lodder David Chu James Bradley. Cellular Home Automation Michael Lodder David Chu James Bradley Cellular Home Automation Table of Contents 1. Introduction and Motivation:...3 2. Overall Design:...3 3. Implementation:...4 4. Risks:...7 5. Decisions and Learning:...8

More information

Cell Phone Project: Mr. Veronsky, Grade 8, Computer Applications

Cell Phone Project: Mr. Veronsky, Grade 8, Computer Applications Cell Phone Savvy: Making Smart Wireless Choices Lesson Purpose: To provide students with an understanding of their wireless service options, how to make wise wireless choices, how to avoid unexpected or

More information

Document Name: GPRS Startup. GPRS Startup_V01.00 Status: Created

Document Name: GPRS Startup. GPRS Startup_V01.00 Status: Created Document Name: GPRS Startup Version: 01.00 Date: DocId: GPRS Startup_V01.00 Status: Created General Notes Simcom offers this information as a service to its customers, to support application and engineering

More information

Client Server System for e-services Access Using Mobile Communications Networks

Client Server System for e-services Access Using Mobile Communications Networks Client Server System for e-services Access Using Mobile Communications Networks Eugen Pop, Mihai Barbos, and Razvan Lupu Abstract The client server systems using mobile communications networks for data

More information

GPS Mobile Phone Tracking. Software Beyond Imagination

GPS Mobile Phone Tracking. Software Beyond Imagination GPS Mobile Phone Tracking Software Beyond Imagination Thank you for your interest in our world first release of GPS Mobile Phone Tracking. The tracking software is very easy to install and use and is without

More information

Push-to-Talk Brings Voice-Based Instant Messaging to Europe

Push-to-Talk Brings Voice-Based Instant Messaging to Europe Research Brief Push-to-Talk Brings Voice-Based Instant Messaging to Europe Abstract: Push-to-talk services will soon let Europe s mobile phone users send voice messages via IP, boosting data revenue. Young

More information

[Hatwar, 3(3): March, 2014] ISSN: Impact Factor: 1.852

[Hatwar, 3(3): March, 2014] ISSN: Impact Factor: 1.852 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY A Review on Wireless Oscilloscope Powered by Android Bhagyashree D.Hatwar *1, Prof.A.C.Wan 2 *1,2 S.S.B.T, Bambhori, Jalgaon,

More information

Sustaining profitable growth in Mobile

Sustaining profitable growth in Mobile Sustaining profitable growth in Mobile Mario Rivas Executive Vice President Communications Businesses Philips Semiconductors Financial Analysts Day 2004 Agenda Update Communications businesses Nexperia

More information

Bluetooth Access Control System for Home Appliances

Bluetooth Access Control System for Home Appliances Post Mortem Report for VirtualKey Bluetooth Access Control System for Home Appliances Project Team: Halim Soetanto May (Mei-Yi) Liu Rick Liu Shahin Teymouri Contact Person: Shahin Teymouri Submitted to:

More information

Wireless IP for IoT / M2M 101 The Basics

Wireless IP for IoT / M2M 101 The Basics Wireless IP for IoT / M2M 101 The Basics Aeris White Paper A concise introduction to using wireless devices for Internet of Things (IoT) and machine-to-machine (M2M) data transmissions. www.aeris.com 1

More information

PERVASIVE HOME AUTOMATION THROUGH MOBILE PHONES

PERVASIVE HOME AUTOMATION THROUGH MOBILE PHONES International Journal of ISSN 0974-2107 Systems and Technologies IJST Vol.4, No.1, pp 43-50 KLEF 2010 PERVASIVE HOME AUTOMATION THROUGH MOBILE PHONES R. Ganesan, S. Leoprabu TIFAC-CORE in Pervasive Computing

More information

Chapter 3. Technology Adopted. 3.1 Introduction

Chapter 3. Technology Adopted. 3.1 Introduction Chapter 3 Technology Adopted 3.1 Introduction The previous chapter described difference between the propose system and traditional methods and also about the existing similar systems. In this chapter,

More information

LOW COST ECG MACHINE DESIGN USING 8-BIT MICROCONTROLLER

LOW COST ECG MACHINE DESIGN USING 8-BIT MICROCONTROLLER LOW COST ECG MACHINE DESIGN USING 8-BIT MICROCONTROLLER 1 Vinod J. Kadam, 2 Sanjay U. Waikar 1 Assistant Professor, Department of Information Technology, 2 System Analyst, Department of Computer Engineering,

More information

Web-Enabled DSP/Microcontroller Simulators

Web-Enabled DSP/Microcontroller Simulators Web-Enabled DSP/Microcontroller Simulators Chuanjun Wang chjwang@cs.utexas.edu http://www.cs.utexas.edu/users/chjwang/ EE382c - Embedded Software Systems Dr. Brian Evans Spring 1998 Abstract The Web-Enabled

More information

Manual set up of Microsoft Windows based PCs with ø Mobile Web

Manual set up of Microsoft Windows based PCs with ø Mobile Web Please note that ø recommends you set up your laptop by using the simple O2 Mobile Web application which is available from www.o2.co.uk/mobileweb. These manual instructions are intended for advanced users

More information

An Embedded Device Utilising GPRS for Communications

An Embedded Device Utilising GPRS for Communications 1 An Embedded Device Utilising GPRS for Communications Kevin B. Mayer, Dr Ken Taylor CPEng, MIEAust CSIRO Mathematical and Information Sciences Division & The Australian National University GPO Box 664,

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK CONTROLLING PC THROUGH MOBILE PHONE MISS. MUKTA N. PATIL, PROF. SHEETAL P. GAWANDE

More information

Voice Response System for Parents of Hostel Students

Voice Response System for Parents of Hostel Students Voice Response System for Parents of Hostel Students I.J.Vinila Assistant Professor, Dept. of ECE., Dr.Sivanthi Aditanar College of Engineering, Tiruchendur, India ABSTRACT: Nowadays every institute needs

More information

International Journal of Research

International Journal of Research Running Multiple Programs & Message Processing Using a Single Circuit Board ABSTRACT: 1 VASAM SRINIVASA KUMAR GOUD, 2 SUDARSHAN BANDI, 3 V.PUSHPALATHA 1 PG Scholar, Department of ECE, Nova College Of Engineering

More information

Home Automation control system using SMS

Home Automation control system using SMS Home Automation control system using SMS Sudhasmita Behera 1, Anish Kumar Saha 2, Deepak Kumar 3, Jagannath Polai 4 1Assistant professor, Dept. Of Electrical Engineering, GIET, Gunupur, Odisha,India 2Student,

More information

Learning development AVR-USB-Arduino project works by

Learning development AVR-USB-Arduino project works by Learning development AVR-USB-Arduino project works by Hello!! First of all, Thanks very much for choosing DuinoThumb V2. This model is developed from the first model with many improvements. The main working

More information

MC35 Siemens Cellular Engine

MC35 Siemens Cellular Engine MC35 Siemens Cellular Engine GPRS Startup User Guide Version: 01.01 DocId: GPRS-startup-00-V01.01 Document Name: GPRS Startup User Guide Version: 01.01 Date: 13.11.2001 Technical Support: DocId: Status:

More information

Client Server System for e-services Providing in Mobile Communications Networks

Client Server System for e-services Providing in Mobile Communications Networks Client Server System for e-services Providing in Mobile Communications Networks Eugen POP, Mihai BARBOS, Razvan LUPU Abstract E-services providing is a good opportunity for business developing and financial

More information

Lecture 11C Mobile Commerce

Lecture 11C Mobile Commerce Lecture 11C Mobile Commerce Outline Introduction Characteristics of M-commerce Enabling Technologies Mobile Payment Conclusion Outline Introduction Characteristics of M-commerce Enabling Technologies Mobile

More information

POWER THEFT DETECTION USING WIRELESS SYSTEM: A DISTRIBUTED APPROACH FOR POWER THEFT PREVENTION

POWER THEFT DETECTION USING WIRELESS SYSTEM: A DISTRIBUTED APPROACH FOR POWER THEFT PREVENTION POWER THEFT DETECTION USING WIRELESS SYSTEM: A DISTRIBUTED APPROACH FOR POWER THEFT PREVENTION 1 Amar Pawade, 2 Nadeem Shaikh, 3 Bhushan Chowdhri, 4 Ansari Shariq Department of Electronics, MHSSCOE 1 chowdhrib@yahoo.com,

More information

Mobile View Software User s Manual

Mobile View Software User s Manual Mobile View Software User s Manual Version 3.5.1 / 3.5.2 Table of Contents 1. Overview...2 1.1 System Requirement...2 1.2 Limitation...2 2. Install the Mobile View Software...3 2.1 Installation on a JAVA

More information

Who am I? Wireless Online Game Development for Mobile Device. What games can you make after this course? Are you take the right course?

Who am I? Wireless Online Game Development for Mobile Device. What games can you make after this course? Are you take the right course? Who am I? Wireless Online Game Development for Mobile Device Lo Chi Wing, Peter Lesson 1 Email: Peter@Peter-Lo.com I123-1-A@Peter Lo 2007 1 I123-1-A@Peter Lo 2007 2 Are you take the right course? This

More information

Following are some questions asked during the developer day,conducted on 16 th Sep 2011 at Bangalore, India.

Following are some questions asked during the developer day,conducted on 16 th Sep 2011 at Bangalore, India. Following are some questions asked during the developer day,conducted on 16 th Sep 2011 at Bangalore, India. RoadMap: 1) Any plans to enter into enterprise apps like blackberry? A: Yes. We are working

More information

Writing Code and Programming Microcontrollers

Writing Code and Programming Microcontrollers Writing Code and Programming Microcontrollers This document shows how to develop and program software into microcontrollers. It uses the example of an Atmel ATmega32U2 device and free software. The ATmega32U2

More information

MMAPI (Mobile Media API) Multimedia Framework for Mobile Devices

MMAPI (Mobile Media API) Multimedia Framework for Mobile Devices MMAPI (Mobile Media API) Multimedia Framework for Mobile Devices Zohar Sivan IBM Research Laboratory in Haifa IBM Labs in Haifa MMAPI Objectives Provide a standards-based Java multimedia framework for

More information

Quick Installation Guide

Quick Installation Guide Quick Installation Guide DL-200 Cellular Data logger V1.2_201610 TABLE OF CONTENTS CHAPTER 1 INTRODUCTION... 4 1.1 CONTENTS LIST... 5 1.2 HARDWARE INSTALLATION... 6 1.2.1 WARNING... 6 1.2.2 SYSTEM REQUIREMENTS...

More information

Wander Watch. robustness and often have to be attached to the wearer s ankle.

Wander Watch. robustness and often have to be attached to the wearer s ankle. Wander Watch Jeffrey Rodriguez, Alexis Timms, Wendelyn Sanabria, and Sarah Rassel Dept. of Electrical Engineering and Computer Science, University of Central Florida, Orlando, Florida, 32816-2450 Abstract

More information

Contents. The mobile phone service for international travellers 2

Contents. The mobile phone service for international travellers 2 User Manual Contents Welcome to TravelSIM... 3 How to Activate Your TravelSIM... 4 Go Online... 4 Over the Phone... 4 Your TravelSIM Account... 5 How to make a call... 6 Override Code... 7 The TravelSIM

More information

Smart Home Automation Control Using Bluetooth And GSM Information

Smart Home Automation Control Using Bluetooth And GSM Information Research Paper Volume 2 Issue 8 April 2015 International Journal of Informative & Futuristic Research ISSN (Online): 2347-1697 Smart Home Automation Control Using Bluetooth And GSM Information Paper ID

More information

Developing Games for J2ME Technology- Enabled Mobile Devices

Developing Games for J2ME Technology- Enabled Mobile Devices Developing Games for J2ME Technology- Enabled Mobile Devices Nicolas Lorain Sr. Product Manager Wireless Java Technologies Sun Microsystems, Inc. Session Speakers Nicolas Lorain Sr. Product Manager, Wireless

More information

Introduction to Embedded Systems

Introduction to Embedded Systems Introduction to Embedded Systems Minsoo Ryu Hanyang University Outline 1. Definition of embedded systems 2. History and applications 3. Characteristics of embedded systems Purposes and constraints User

More information

Tracker in Motion from BMS User Manual

Tracker in Motion from BMS User Manual Tracker in Motion from BMS User Manual GL100 GPS-GSM Tracking Device 2011 BMS, Inc Melbourne, FL USA 1 Contents Tracker in Motion from BMS User Manual...1 Contents...2 Contents of Package...3 Buttons and

More information

GSM MODULE BASED SMART NOTICE BOARD

GSM MODULE BASED SMART NOTICE BOARD GSM MODULE BASED SMART NOTICE BOARD Manpreet Singh Gagandeep Singh Sodhi Azadwinder Singh Abstract-- The ways of addressing public at large viz; bus terminals, railway stations, colleges, universities

More information

Embedded System for Home Automation Using SMS

Embedded System for Home Automation Using SMS Embedded System for Home Automation Using SMS Kasaram Priyanka M.Tech(ES), Raja Mahendra College of Engineering, Hyderabad. Abstract: Nowadays there is various electronic equipment available for remote

More information

THE MOBILE MONITORING AND CONTROL OF REAL SYSTEMS

THE MOBILE MONITORING AND CONTROL OF REAL SYSTEMS THE MOBILE MONITORING AND CONTROL OF REAL SYSTEMS Matýsek Miroslav, Adámek Milan, Karafiát Tomáš Abstract Tomas Bata University in Zlín, Department of Computer and Communication System Nad Stráněmi 4511,

More information

An overview of mobile and embedded platforms

An overview of mobile and embedded platforms ES3 Lecture 2 An overview of mobile and embedded platforms Basic Classes Embedded devices: These are in toasters, cars, mice, etc. Usually very real-time focused (us accuracy) Very small memory, not usually

More information

Design & Implementation of Smart Energy Meter for the Smart Grid

Design & Implementation of Smart Energy Meter for the Smart Grid This work by IJARBEST is licensed under a Creative Commons Attribution 4.0 International License. Available at: https://www.ijarbest.com/ Design & Implementation of Smart Energy Meter for the Smart Grid

More information

Group 39. Jeff Mueller, EE Jon Graff, EE Thierry Alerte, CpE Jonathan Schooley, EE

Group 39. Jeff Mueller, EE Jon Graff, EE Thierry Alerte, CpE Jonathan Schooley, EE Group 39 Jeff Mueller, EE Jon Graff, EE Thierry Alerte, CpE Jonathan Schooley, EE Motivation Extra hand in the kitchen More time for family and friends Good for tailgating Better tasting food No CO - indoor/outdoor

More information

Projectwork Mobile Services

Projectwork Mobile Services Projectwork Mobile Services HMCS House Mobile Control System Valentin Ioan Tincas Jürgen Innerkofler 2007/2008 Project description:... 3 Used hardware components:... 3 Software implementation... 4 Communication

More information

CHARGESPOT BERLIN. 2 Product Description

CHARGESPOT BERLIN. 2 Product Description CHARGESPOT BERLIN CHARGESPOT BERLIN Meet the Chargespot Berlin a compact, cost effective, smart public charging solution designed to be easily mounted on streetlights, walls and similar street furniture.

More information

Overview of Java 2 Platform, Micro Edition (J2ME )

Overview of Java 2 Platform, Micro Edition (J2ME ) CHAPTER2 Overview of Java 2 Platform, Micro Edition (J2ME ) 2.1 Java 2 Platform Recognizing that one size does not fit all, Sun Microsystems has grouped Java technologies into three editions, each aimed

More information

GSM BASED HOME AUTOMATION SYSTEM

GSM BASED HOME AUTOMATION SYSTEM GSM BASED HOME AUTOMATION SYSTEM Gaikwad Mrudula Bhaskar 1, Lohakare Shraddha Sanjay 2, Patil Ritesh Anil 3, Varade Amol Sopan 4 1,2,3,4 Department of Electrical Engineering,AVCOE, Sangamner, SPPU Pune,

More information

An Arduino-Based System for Controlling UAVs through GSM

An Arduino-Based System for Controlling UAVs through GSM An Arduino-Based System for Controlling UAVs through GSM Perla Krishnakanth Department of Embedded Systems, Nova College of Engineering and Technology, Hyderabad, Telangana 501512, India. Abstract: Long

More information

FACEBOOK BASED HOME APPLIANCES SECURITY CONTROL AND MONITORING USING MICROCONTROLLER

FACEBOOK BASED HOME APPLIANCES SECURITY CONTROL AND MONITORING USING MICROCONTROLLER FACEBOOK BASED HOME APPLIANCES SECURITY CONTROL AND MONITORING USING MICROCONTROLLER Vineet Pratap Singh 1, Prof. Urmila Deshmukh 2, Prof. Anjali M. Patki 3 1 Student,M.E., Communication Engineering, Department

More information

IMEI Database. Manufacturer / Brand Owner User Guide. Version September Copyright Notice. Copyright 2015 GSM Association

IMEI Database. Manufacturer / Brand Owner User Guide. Version September Copyright Notice. Copyright 2015 GSM Association IMEI Database Manufacturer / Brand Owner User Guide Version 4.0 01 September 2015 Copyright Notice Copyright 2015 GSM Association GSM and the GSM logo are registered and owned by the GSM Association. Antitrust

More information

BONAM VENKATA CHALAMAYYA INSTITUTE OF TECHNOLOGY & SCIENCE

BONAM VENKATA CHALAMAYYA INSTITUTE OF TECHNOLOGY & SCIENCE BONAM VENKATA CHALAMAYYA INSTITUTE OF TECHNOLOGY & SCIENCE TITLE: AUTOMATIC POWER METER READING SYSTEM USING GSM NETWORK By B.VENKATA PAVAN SRIKANTH Regd No : 08H41A0411 Under the Guidance of Mr. S.TATA

More information

Mobile Banking FAQ. 1 P a g e 1 0 / 1 9 /

Mobile Banking FAQ. 1 P a g e 1 0 / 1 9 / Mobile Banking FAQ Q) Can anyone sign up for Mobile Banking? A) Mobile Banking enables any consumer with online banking to access their account information from a mobile device. Mobile Banking offers three

More information

Design and implementation of fingerprint based bank locker system using ARM7 and GSM

Design and implementation of fingerprint based bank locker system using ARM7 and GSM Design and implementation of fingerprint based bank locker system using ARM7 and GSM Pooja Ausekar 1, Shraddha Kshirsagar 2, Puja Lawate 3, Prof. Mr. Sujit A. Inamdar 4 1,2,3 Student, Department of electronics

More information

GPS Vehicle and personal location tracker

GPS Vehicle and personal location tracker Version Number Modified by Change Content Type Date V1.0 Amy create 2014.06.23 GPS Vehicle and personal location tracker User Manual GPS Vehicle and personal location tracker User Manual 1 Contents 1.

More information

mikropascal PRO for 8051

mikropascal PRO for 8051 mikropascal PRO for 8051 PID: MIKROE 740 mikropascal PRO for 8051 is a full-featured Pascal compiler for 8051 devices. The feature rich environment you can experience today is the result of 15 years of

More information

Kestrel Series Radars. Remote Access Manual!

Kestrel Series Radars. Remote Access Manual! Kestrel Series Radars Remote Access Manual! This page has been left intentionally blank Introduction! 1 Operating Principles! 1 Communication Methods! 1 Connections! 4 Remote Access Server! 6 Modems! 6

More information

RST100 Alert & Tracking Solutions

RST100 Alert & Tracking Solutions RST100 Alert & Tracking Solutions The Beam Remote Satellite Terminal RST100 provides reliable and convenient global telecommunications access voice, data & messaging services via the Iridium satellite

More information

Sygonix Home Starter Kit

Sygonix Home Starter Kit App Instruction Manual Sygonix Home Starter Kit Item No. 1597114 www.conradconnect.de Contents Conrad Connect... 4 Symbols... 4 Core functions... 5 App to device communication... 6 App Installation...

More information

Abacus Electronics Pvt. Ltd.

Abacus Electronics Pvt. Ltd. Abacus Electronics Pvt. Ltd. GSM MODEM Instruction Manual Abacus Electronics Pvt. Ltd.. Index Introduction Specification Operating Instruction Connection details Abacus Electronics Pvt. Ltd. Introduction:

More information

SECURE SMART GRID DEVICE for HOME AREA NETWORKS Using WIRELESS APPLICATION PROTOCOL

SECURE SMART GRID DEVICE for HOME AREA NETWORKS Using WIRELESS APPLICATION PROTOCOL 826 SECURE SMART GRID DEVICE for HOME AREA NETWORKS Using WIRELESS APPLICATION PROTOCOL S. RAM KANNAN B.E, CSE Chennai, TN India ramkannan1991@gmail.com R. SABARISH B.E, CSE Chennai, TN India sabarish.raghu@gmail.com

More information

Verify with your service provider that their Mini SIM card will work with GSM / 3G GSM type modems before purchasing their Mini SIM card.

Verify with your service provider that their Mini SIM card will work with GSM / 3G GSM type modems before purchasing their Mini SIM card. ENVIROMUX-AVDS-GSM(-P) GSM Automatic Voice Dialer INSTALLATION AND OPERATION MANUAL INTRODUCTION The ENVIROMUX-AVDS-GSM GSM Automatic Voice Dialer is used to send voice or text GSM or SMS alert messages

More information

Foxi watch Smart GPS watch for calling and tracking important people in your life.

Foxi watch Smart GPS watch for calling and tracking important people in your life. Foxi watch Smart GPS watch for calling and tracking important people in your life. Overall description Smart Tracking Watch include the basic functions of calling, GPS tracking, monitoring, and Emergency

More information

SHIELDBERRY. 1- Premium VPN

SHIELDBERRY. 1- Premium VPN SIMBERRY provides many solutions to help your operation, network management and Sim protection. Please find below, information about our Cloud Solutions dedicated for Call & SMS Termination market. SHIELDBERRY

More information

QUICK GUIDE. Publication number PEBBELL_v2_V9.1_ QUICK GUIDE HOIP TELECOM, 2016

QUICK GUIDE. Publication number PEBBELL_v2_V9.1_ QUICK GUIDE HOIP TELECOM, 2016 QUICK GUIDE Publication number PEBBELL_v2_V9.1_4402.1625 QUICK GUIDE HOIP TELECOM, 2016 1GETTING TO KNOW YOUR DEVICE STARTING PEBBELL 2 1 STARTING PEBBELL 2 2DEVICE CHARGING The Pebbell v2 device is equipped

More information

DAY DOT THE FIRST DAY OF THE REST OF YOUR BUSINESS

DAY DOT THE FIRST DAY OF THE REST OF YOUR BUSINESS DAY DOT THE FIRST DAY OF THE REST OF YOUR BUSINESS A TOTAL INTERNET AND COMMUNICATION SOLUTION DOT (Digital Office Technology) is an all in one digital office solution that puts you back in control of

More information

MATLAB BASED LOCATION IDENTIFICATION WITHOUT USING GPS

MATLAB BASED LOCATION IDENTIFICATION WITHOUT USING GPS MATLAB BASED LOCATION IDENTIFICATION WITHOUT USING GPS Italia Hiren R. Electronics and Telecommunication Department, University of Mumbai Vishwatmak Om Gurudev College of Engineering, Aghai, Tal.- Shahpur,

More information

GPS Vehicle and personal location tracker. User manual

GPS Vehicle and personal location tracker. User manual GPS Vehicle and personal location tracker User manual 1 Contents 1. Product overview... 2 2. Safety instruction... 3 3. Specification and parameters... 3 4. Getting started... 4 4.1 Hardware and accessories...

More information

wide area coverage poc technology

wide area coverage poc technology wide area coverage poc technology www.iptt.co.uk 1 iptt was founded in 2016 to bring competitively priced high quality PTT Over Cellular (POC) devices and solutions to the UK market. iptt have more than

More information

EZY SWITCH. SMS-8 System Monitor Installation Manual Applicable for firmware version 1.1 or above

EZY SWITCH. SMS-8 System Monitor Installation Manual Applicable for firmware version 1.1 or above EZY SWITCH SMS-8 System Monitor Installation Manual Applicable for firmware version 1.1 or above Table of Contents Outputs 5 Inputs 6 COMMANDS Getting Started Setting Up Initial User 8 Adding a User 9

More information

TelkomInternet. APN Device Settings

TelkomInternet. APN Device Settings APN Device Settings Content: 1. Telkom Devices 3 1.1. Huawei Mobile WiFi E5330 setting 3 1.2. Dlink DWR 730 4 1.3. Dlink LTE router settings 5 1.4. Telkom Dongles Connection Manager 6 2. Other device settings

More information

PIM sync User guide and FAQ

PIM sync User guide and FAQ PIM sync User guide and FAQ CONTENTS 1. QUICK START... 3 2. TROUBLESHOOTING... 8 1. Quick start PIM sync service supports synchronization of personal information including contacts, calendar events, notes

More information

Foxi Watch. Mobile watch with GPS for kids and adults. User Manual

Foxi Watch. Mobile watch with GPS for kids and adults. User Manual Foxi Watch Mobile watch with GPS for kids and adults User Manual 1. Accessories Rechargeable battery. USB charger. USB cable. English manual and warranty information. Foxi watch and its attached accessories

More information

Installation Guide. Network Encoder Model TVI C300

Installation Guide. Network Encoder Model TVI C300 Installation Guide Network Encoder Model TVI C300 Installation Guide Thank you for purchasing your new TVI C300 Encoder. The package you have received contains everything you need to set up an infrastructure

More information

UbiLoc: A System for Locating Mobile Devices using Mobile Devices

UbiLoc: A System for Locating Mobile Devices using Mobile Devices UbiLoc: A System for Locating Mobile Devices using Mobile Devices Felix ALCALA 1, Jöran BEEL 2, Arne FRENKEL 3, Bela GIPP 4, Hagen HÖPFNER 5 and Johannes LÜLF 6 Otto-von-Guericke-University of Magdeburg,

More information

Frequently Asked Questions: Online Assessments

Frequently Asked Questions: Online Assessments Frequently Asked Questions: Online Assessments Can t remember Username and Password? 1. On the Login screen, click on the link Have you forgotten your User Name or Password. 2. On the next screen, either

More information

GENERATION OF SECURE ONE TIME PASSWORD FOR ATM SECURITY AND THEFT PROTECTION

GENERATION OF SECURE ONE TIME PASSWORD FOR ATM SECURITY AND THEFT PROTECTION GENERATION OF SECURE ONE TIME PASSWORD FOR ATM SECURITY AND THEFT PROTECTION S.Pooranachandran 1, E.Aravind 2, D.Bharathipriya 3, A.K.Gokul 4,E.Karthika 5, Department of Electronics and Communication Engineering.

More information

11:1 Anonymous Internet Access Method for Wireless Systems

11:1 Anonymous Internet Access Method for Wireless Systems 11:1 Anonymous Internet Access Method for Wireless Systems Petri Jokela Juha-Petri Kärnä NomadicLab, Ericsson Research FIN-02420 Jorvas Finland {petri.jokela, juha-petri.karna}@ericsson.com 1 Introduction

More information