Designing Home Automation System (HAS) using Java ME for Mobile Phone

Size: px
Start display at page:

Download "Designing Home Automation System (HAS) using Java ME for Mobile Phone"

Transcription

1 International Journal of Electronics and Computer Science Engineering 798 Available Online at ISSN Designing Home Automation System (HAS) using Java ME for Mobile Phone Sharon Panth 1, Mahesh Jivani 2 1 Shri M & N Virani Science College, Rajkot (Gujarat) India 2 Department of Electronics, Saurashtra University, Rajkot (Gujarat) India 1 - sharon.panth20@gmail.com 2 - mnjivani@gmail.com Abstract - Home automation means to control home appliances and their characteristics like on and off, speed, volume and dimming. Since last few years, ICT (Information Communication Technology) have been increasingly embedded into surroundings. This inclination has been frequently referred to as pervasive or ubiquitous computing, where mobile devices are practiced widely. Home automation is taken up on the basis of simplicity, protection and power consumption effectiveness. This paper presents the design and implementation of an economical but yet flexible and secure home automation system based on Java and Bluetooth enabled mobile phone. The design is based on controlling an 8 bit Bluetooth interfaced microcontroller using User Interface (UI) of Java ME Application Program running on Bluetooth enabled Mobile Phone. The home appliances are connected to the on/off relay via microcontroller ports and controlled through two ways: one way is conventional domestic switch and second is through mobile phone. The communication between the mobile phone and the home automation system is through Bluetooth wireless technology. This system is designed to be economical and scalable allowing one to twenty four appliances to be controlled with minimum efforts. Password protection is being used to only allow authorized users to control the appliances at home. Keywords Home Automation, Java ME, Microcontroller, Bluetooth, Mobile Phone I. INTRODUCTION In present era home automation systems are extensively used [1]. The wireless devices such as mobile phones used to connect their owners globally. They provide immense connectivity that other kinds of devices couldn t provide; instead, with the embedded Bluetooth technology, they form an ad-hoc network in which devices can communicate with each other [2]. Application development for mobile phones is going to be in enormous requirement for the coming years. Ad hoc network programming plays an important role in wireless application development to take advantage of the connectivity these devices have to offer. Sun s (now Oracle) Java platform Micro Edition (Java ME) [3] provides a great development platform for developing applications for the embedded electronics and mobile devices. Bluetooth technology is used to change the wires connecting movable/permanent devices while providing high levels of security. The Bluetooth technology is one of the standards to transform the way people perceive digital devices in our homes and office atmosphere. A basic strength of Bluetooth technology is the capability to handle data and voice transmissions simultaneously which offers users with a variety of novel solutions. Because of this novel feature, they form an ad-hoc network in which appliances can communicate with each other as per needs [4]. This wireless technology is very much useful in home automation to interconnect appliances [5]. It is best cost effective, secured and suitable option for home automation. Functioning on unlicensed, globally existing frequency of 2.4 GHz, it can link device and appliances surrounded by a range up to 100 m at the speed of 1 Mbps. Building upon this theme; we propose a home automation system application for mobile phones implemented using Java ME platform which use Bluetooth wireless technology for controlling appliances.

2 Designing Home Automation System (HAS) using Java ME for Mobile Phone 799 II. SYSTEM ARCHITECTURE The Home Automation System (HAS) developed during the course of this research consists of an User Interfaced (UI) Java ME Application program implemented on a Java based Bluetooth enabled mobile phone, and an 8 bit microcontroller based relay driver circuit with Serial Bluetooth Module, that is able to communicate with the Home- Figure 1. System Architecture -Appliances through the Bluetooth link. The system is based on serial data transmission using Bluetooth wireless communication in order to facilitate the appliances control in a HAS. This system ensures a secured exchange of data on wireless communication. It also supports conventional ON/OFF system of appliances. A user interface (UI) on the Java enabled mobile phone offers system connection and control utilities. ULN 2803 relay driver [6] and Serial Bluetooth Module from TINY OS [7] as well as Keil µvision IDE [8] for compiling C Language Code and ucflash+ programmer [9] for burning HEX file into microcontroller were used for the development. An ATMEL 89C51, 8 bit microcontroller [10] was used as an embedded relay controller. III. DEVELOPMENT PLATFORM This section describes the technologies used for developing the mobile phone application of the Home Automation System. The mobile phone application development presented in this paper is based on the following technologies: Java ME [3], Bluetooth [2], Networking in Java ME, JABWT. Java Platform, Micro Edition (Java ME) is a platform to write and run Java ME based applications on mobile devices. Bluetooth is a standard for wireless technology for fixed and mobile devices. Together, both the technologies provide a facility to create Java ME mobile applications using the Bluetooth Wireless Technology. This is fulfilled with the JSR-82 specification [11], Java APIs for Bluetooth. A. Java ME Java ME (Java Platform, Micro Edition) is the edition of Java Java for Mobile Devices. Java ME enables the developers to design and build mobile applications for the target consumer electronics and embedded devices. These applications suit the needs of a variety of information devices. It is a challenge for the developers to make compelling

3 IJECSE, Volume 2, Number 2 Sharon Panth and Mahesh Jivani 800 content for small and resource-constrained devices. This helps the service providers to provide content to their customers over those devices. Java ME combines the functionality of the Java APIs and the reduced version of Java Virtual Machine. Java ME architecture consists of the Configuration, Profile and other optional packages. A Configuration includes the Java Programming Language features, a set of Java Virtual Machine features and some set of Java APIs. There are two types of Configurations: CDC (Connected Device Configuration) and CLDC (Connected Limited Device Configuration). A Profile can be termed as an extension to the Configuration. It consists of the libraries for the developers for the creation of mobile applications for the mobile devices. There are different types of Profiles like Figure 2. Java ME Stack Mobile Information Device Profile (MIDP), Foundation Profile, PDA Profile, Personal profile and many more which work either with CDC or CLDC type of Configurations. The MIDP (Mobile Information Device) Profile provides the Java runtime environment and a set of Java APIs when combined together with the CLDC Configuration for small computing devices. MIDP and CLDC combine together for writing applications for the Mobile Information Devices (MIDs). MIDP, JSR-118 [12] with CLDC is used for the current mobile application development. The Write Once, Run Anywhere term of Java still conforms for the quick deployment of these applications on a variety of mobile information devices that supports it. Java ME MIDP mobile devices were launched in April 2001, since then there has been rapid increase in the number of such devices leading to the growth of the mobile application development area. B. Bluetooth Bluetooth is a short-range wireless technology standard for radio transmissions between MHz created by Telecom vendor Ericsson in 1994 [2]. This technology allows the creation of small, secured networks called the Personal Area Networks (PANs) and became an alternative to the RS-232 data cables. This standard is managed by the Bluetooth Special Interest Group, since Almost all the mobile devices embed small, low-power and cheap integrated chips in different electronic devices that work as short-range radio transceivers for the radio communications over Bluetooth. The popularity of Bluetooth technology also depends upon its security mechanisms provided using device pairing, authentication, encryption and authorization techniques. The MIDP support and the Bluetooth technology in the mobile devices gives a completely different alternative to create and deploy the mobile applications over the Mobile Information Devices (MIDs) with almost less or no cost. Bluetooth works using a number of protocols as defined in its layered architecture. The Bluetooth protocol stack or the architecture [13] as shown in the figure 3 defines the following protocols which can be used in the application. LMP: The Link Management Protocol (LMP) establishes and controls the links between the devices on the controller. L2CAP: The Logical Link Control and Adaptation Protocol (L2CAP) maintain multiple logical connections between devices and allow assembling and disassembling of packets during communication. SDP: SDP is the Service Discovery Protocol that provides service discovery for the device.

4 Designing Home Automation System (HAS) using Java ME for Mobile Phone 801 RFCOMM: RFCOMM is the Radio Frequency Communication protocol, the replacement for the RS-232 cable to provide serial emulation. OBEX: OBEX (OBject EXchange) is an adopted session layer protocol for object exchange between the devices. Figure 3. Bluetooth API Stack The Bluetooth profiles [13] are the implementation of the Bluetooth protocols in full or partial manner defined and adopted by the Bluetooth SIG. The device manufacturers can maintain compatibility in their devices regarding the Bluetooth technology and to provide the services using the support of these profiles in there devices. Hence, a Bluetooth profile resides on the Bluetooth protocol stack and optionally requires the support of other protocols. The Bluetooth profile used in M-Board client-side mobile phone application is the Bluetooth Serial Port Profile (btspp) [13]. RFCOMM is a connection-oriented protocol. It provides streaming communication between the devices. The btspp profile and RFCOMM protocol are used in the application to access the serial port and communicate using streaming data. C. Keil µvision IDE Keil development tools for the 8051 Microcontroller Architecture support every level of embedded software development. The industry-standard Keil C Compilers, Macro Assemblers, Debuggers, Real-time Kernels, Singleboard Computers, and Emulators support all 8051 derivatives. C Language Program code for AT89c51 microcontroller is developed, compiled and debugged using Keil µvision IDE [8]. D. ucflash+ Programmer The ucflash+ Programmer [9] is an affordable, reliable, and fast programmer for MCS51/AVR Microcontrollers and 24Cxx I2C EEPROMs. The programmer is designed to operate with the Intel Pentium-based IBM-compatible desktop computers and notebook computers. No interface card is necessary to plug the module into a PC (this feature is especially handy for notebook computer users). The menu-driven software interface makes it easy to operate. ucflash+ Programmer is used here for programming AT89C51 microcontroller for HAS.

5 IJECSE, Volume 2, Number 2 Sharon Panth and Mahesh Jivani 802 IV. HOME AUTOMATION HARDWARE Home Automation Hardware is work as client part in Home Automation System and it is formulated in two ways like: (A) Automated and (B) Conventional A. Automated Automated way is an actual system and known as circuit for Home Automation System which is shown in Figure 4. Home Automation Circuit comprises microcontroller AT89C51, Serial Bluetooth Module, octal peripheral driver array ULN2803, regulator IC 7812, IC7805 and a few discrete components. Here in this circuit, microcontroller AT89C51 is worked as main programmable switching unit which receives data from Bluetooth serial module and transferred appropriate program data to ULN2803 for operating relay ON and OFF. The AT89C51 is a low-power, high-performance CMOS 8-bit microcomputer with 4K bytes of Flash programmable and erasable read only memory (PEROM). The Atmel AT89C51 is a powerful microcomputer which provides a highly-flexible and cost-effective solution to many embedded control applications. The AT89C51 provides the following standard features: 4K bytes of Flash, 128 bytes of RAM, 32 I/O lines, two 16-bit timer/counters, five vector two-level interrupt architecture, a full duplex serial port, and on-chip oscillator and clock circuitry. [10] Figure 4. Home Automation Circuit Power up the Circuit and scan the Bluetooth devices on Java ME Application enabled Mobile Device. If everything s done correctly you will be able to find a Bluetooth device named Tiny OS or name of Bluetooth Module. You will be asked for a pairing code in case of the above model (Tiny OS) it is 1234 but it might be different if you are using a Bluetooth module from another vendor. B. Conventional Conventional way means traditionally all the devices are controlled using Switches through switch board. Any user wants to make device ON/OFF without using HAS then he/she can use particular switch attached to device. To incorporate this, relays are connected through Two Way Switch as shown in figure 5.

6 Designing Home Automation System (HAS) using Java ME for Mobile Phone 803 Figure 5. Two Way Switch Connection with Relay V. HOME AUTOMATION SYSTEM APPLICATION PROGRAM A mobile phone having the Bluetooth connectivity can connect to any other device in its range. The communication channel is established over these Bluetooth enabled devices and communications can take place between these devices. The RFCOMM protocol adapts only a part of the ETSI TS standard [13]. It is built on top of the L2CAP protocol, as shown in the Bluetooth protocol stack in figure 3. RFCOMM allows the device manufacturers to easily extend the serial port functionality of their Bluetooth devices. The implementation hence uses the combination of the Bluetooth serial port profile and the RFCOMM protocol implementing JABWT with Networking in Java ME. Figure 6. HAS Application Program Selection Screens on Mobile Phone

7 IJECSE, Volume 2, Number 2 Sharon Panth and Mahesh Jivani 804 There are two methods to establish connections between the communicating devices using Bluetooth. First is the Discovery method where the device discovers other Bluetooth enabled devices. In second case, is the Known method which allows direct connection to be established between the remote devices that are already known. Our application works using the second method. The advantage of using the second method is that we can establish connection directly by specifying the known device s address (here Bluetooth Serial Adapter) within very less time as compared to the first method where it searches for Bluetooth enabled devices first in its range and then establishes connection, if wanted. The JABWT implementation includes the support for btspp protocol over RFCOMM service. For the communication between the mobile phone and the embedded system (i.e. Home Automation system) the connection string must contain the btspp protocol in the URL. This is implemented by using the Connector class in the GCF Hierarchy. The Connector class creates new connections dynamically using the protocol implementation class formed from platform name (from system property) and protocol name (from the parameter string provided by the developer). The parameter string that describes the target should conform to the URL format as described in RFC 2396 [13]. This takes the general form: {scheme} :[{ target}][{params}] The {scheme} is the name of a protocol such as http}. The {target} is normally some kind of network address. {params} are formed as a series of equates of the form ";x=y". The Connector class open method has a parameter of connection string and this is casted as per the requirement of the connection in the application. The connection string used in the mobile phone application is in the format of the following: btspp://address : port Where, btspp:// is the Bluetooth Serial Port Profile, address is the Bluetooth known remote device address of 12 digit hexadecimal format, port is the port number or the communication channel on which the remote device receives data. For example, btspp:// :1 The user must have a mobile phone with MIDP support. The application must be transferred to the phone and installed on it. When user launches the application it displays the Initial screen as shown in figure 6. This screen has an option to exit the application or to connect to the already enabled embedded system. When the user attempts to connect to the embedded system and if the connection is successful then the client application gives appropriate message and opens the serial port for communication. For unsuccessful connection, it displays a message and allows user to attempt the connection again. This process goes on until user desires to exit the application. Otherwise, for successful connections the user is redirected to a screen providing options to select from within the list of the rooms inside the house where the embedded systems are enabled and ready to connect and communicate with the mobile phone. The user can select any option that gets the mobile phone connected with the embedded system of that room. The user can abruptly end the application here if he does not want to continue further. After selecting a particular room the next screen comes up with the list of electrical devices in that particular room. Now the user can select any electrical Home Appliance to make it ON or OFF the already ON device simultaneously. The user also gets the message regarding which device is ON/OFF in the mobile phone as shown in figure 8(b). And finally the user can quit the application.

8 Designing Home Automation System (HAS) using Java ME for Mobile Phone 805 (a) Figure 7. Flow Chart : (a) Mobile Application Program (b) Microcontroller Program VI. (b) MICROCONTROLLER AT89C51 PROGRAM The program (HAC.c) for the microcontroller is written in C and compiled using Keil µvision IDE to generate hex code. The generated hex code is burnt into the microcontroller using an uc Flash+ programmer. The program coding starts with #include <reg51.h> header files. The microcontroller port pins are defined using sbit function for interfacing with the surrounding peripherals. By selecting device checkbox in Home Automation Application program which is developed using Java ME platform and installed on mobile device, will transmit ASCII characters serially through Bluetooth and on the receiving side microcontroller receives data through serial Bluetooth module on serial port of microcontroller AT89C51. SBUF register will understand this ASCII characters as equivalent HEX value which will be ported to Port 0, 1, and 2 s pins of AT89C51. For operating Relay1 in ON condition, one has to select device1 check box of Room1 means ASCII character A will be transmit and microcontroller will receive equivalent value in HEX through SBUF register which is 0x41 through Bluetooth serial module which makes pin 1 of Port 0 high and for making Relay1 in OFF condition simply unchecked device1 check box of Room1 means ASCII character a will be transmit, microcontroller will receive equivalent value in HEX through SBUF register which is 0x61 which makes pin 1 of Port 0 low. Same

9 IJECSE, Volume 2, Number 2 Sharon Panth and Mahesh Jivani 806 way you can ON and OFF relay connected to Port 0, 1 and 2. Java ME Application program on mobile transmit following combination given in Table 1. Table -1 Java Me Application Program Transmission Combination Character AT89C51 Port Relay Number Status Capital letters A to H Port 0 1 to 8 (Individual) ON Small letters a to h Port 0 1 to 8 (Individual) OFF Capital letters I to P Port 1 9 to 16 (Individual) ON Small letters i to p Port 1 9 to 16 (Individual) OFF Capital letters Q to X Port 2 17 to 24 (Individual) ON Small letters q to x Port 2 17 to 24 (Individual) OFF IV.IMPLEMENTATION Power up the Circuit and scan the Bluetooth devices on your Mobile Device. If everything s done correctly you will be able to find a Bluetooth device named Tiny OS or name of Bluetooth Module. You will be asked for a pairing code in case of the above model (Tiny OS) it is 1234 but it might be different if you are using a Bluetooth module from another vendor. (a) Figure 8. Real implementation (a) HAS Prototype Board (b) Java Me Program Screen Shot Figure 8 shows the real implementation of HAS. As shown in figure 8, follow the steps for operating devices listed in program. 1. Start Bluetooth connection of your mobile phone. 2. Open the HAS application on your mobile phone. 3. Select connect device from option menu using scan for new devices. 4. Bluetooth Serial Module will be available under select a device to connect list. 5. Pair Bluetooth Serial Module by providing pair code Start selecting particular device for making ON/OFF from List Menu as shown in figure 6, you will see relay ON and OFF according to combination shown in Table 1. VII. CONCLUSION Design and implementation of a Home Automation System using Java ME for mobile phone has been discussed. The purpose of the system is to use mobile phone s inbuilt Bluetooth facility for automation without using Air Time. Different hardware and software unit of the system are described. The complete application software has been designed using Java ME, Bluetooth API and C Language. The HAS application program is tested on various Java ME mobile phones and the results are presented which are quite satisfactory and response received from the community in general is encouraging. The HAS furnishes a good paradigm for any Automation System based on Mobile Phone and Bluetooth. (b)

10 Designing Home Automation System (HAS) using Java ME for Mobile Phone 807 REFERENCE [1] M. Chan, D. Esteve, C. Escriba, E. Campo, A review of smart homes Present state and future challenges, Computer methods and programs in biomedicine, Elsevier, 9I, pp , [2] J. Haartsen, "BLUETOOTH The universal radio interface for ad hoc, wireless connectivity", Ericsson Review No. 3, pp , [3] E. R. Harold, " Java Network Programming third edition," O'Reilly Media, ISBN: , [4] N. Sriskanthan, F. Tan, A. Karande, "Bluetooth based home automation system", Microprocessors and Microsystems, Elsevier, 26, pp , [5] C.Gomez and J. Paradells, "Wireless home automation networks: A survey of architectures and technologies", IEEE Communications Magazine, Vol.48, No.6, pp , [6] Darlington Transistor Array, Texas Instruments, last seen on April, [7] Serial Bluetooth Module, Tiny OS Electronics, [8] Keil µvision IDE, last seen April [9] ucflash+ Programmer, UC Micro Systems, last seen on April [10] AT89c51 8 bit Microcontroller, ATMEL Corporations, last seen on April [11] JABWT : Java APIs for Bluetooth, [12] J.W. Muchow, Core J2ME Technology and MIDP, Prentice Hall, ISBN: , [13] P. Singh P, S. Sharma, S. Agrawal, Study of Bluetooth wireless technology using java, Indian Journal of computer Science and Engineering (IJCSE), Vol. 2, No. 3, pp , 2011.

ECA Based Home Automation System

ECA Based Home Automation System ECA Based Home Automation System T.Haripriya 1, J.Rajanikanth 2 M.Tech Student, Dept of ECE, SIETK, Puttur, Chittor District, AP, India Associate Professor, Dept of ECE, SIETK, Puttur, Chittor District,

More information

Home Automation System (HAS) using Android for Mobile Phone

Home Automation System (HAS) using Android for Mobile Phone International Journal of Electronics and Computer Science Engineering Available Online at www.ijecse.org ISSN- 2277-1956 Home Automation System (HAS) using Android for Mobile Phone Sharon Panth 1, Mahesh

More information

HOME AUTOMATION USING ANDROID APPLICATION

HOME AUTOMATION USING ANDROID APPLICATION HOME AUTOMATION USING ANDROID APPLICATION Beenish 1, Syed Uzair Altaf 2, Zohaib Ali 3 1, 2, 3 Department of Electronics and Communication Engineering, SRM University, (India) ABSTRACT There has been a

More information

Microtronics technologies Mobile: 99707 90092

Microtronics technologies Mobile: 99707 90092 For more Project details visit: http://www.projectsof8051.com/rfid-based-attendance-management-system/ Code Project Title 1500 RFid Based Attendance System Synopsis for RFid Based Attendance System 1.

More information

RTOS based Home Automation System using Android

RTOS based Home Automation System using Android RTOS based Home Automation System using Android Syed Anwaarullah 1, S.V. Altaf 2 1 PG Engineering Student at Lords Institute of Engineering and Technology, India, captanwaar@gmail.com 2 Assoc Prof at Lords

More information

Wireless Sensor Network for Electric Meter Handling

Wireless Sensor Network for Electric Meter Handling Wireless Sensor Network for Electric Meter Handling Swapnil Magar 1, Prof.Deshpande L.M. 2 PG Student [E&TC], Dept. of ECE, College of Engineering, Osmanabad, Maharashtra, India 1 Assistant professor,

More information

Bluetooth Wireless Monitoring, Managing and Control for Inter Vehicle in Vehicular Ad-Hoc Networks

Bluetooth Wireless Monitoring, Managing and Control for Inter Vehicle in Vehicular Ad-Hoc Networks Journal of Computer Science 5 (12): 922-929, 2009 ISSN 1549-3636 2009 Science Publications Bluetooth Wireless Monitoring, Managing and Control for Inter Vehicle in Vehicular Ad-Hoc Networks Helia Mamdouhi,

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

Implementation of Wireless Gateway for Smart Home

Implementation of Wireless Gateway for Smart Home Communications and Network, 2013, 5, 16-20 doi:10.4236/cn.2013.51b005 Published Online February 2013 (http://www.scirp.org/journal/cn) Implementation of Wireless Gateway for Smart Home Yepeng Ni 1, Fang

More information

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

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

More information

Mobile-PC Suite: Using Mobile Phone as Remote to Control PC Operations

Mobile-PC Suite: Using Mobile Phone as Remote to Control PC Operations Mobile-PC Suite: Using Mobile Phone as Remote to Control PC Operations R.S.S.Vishnu Priya, P.Panini Sai, K.Ruth Ramya, N.Chandra Sekhar, K.Venkata Prasad, P.D.Nageswara Rao Dept. of CSE, KLCE Vaddeswaram,

More information

Remote PLC system using GSM network with application to home security system

Remote PLC system using GSM network with application to home security system PLC using GS with application to home security A. Alheraish, W. Alomar, and. Abu-Al-Ela Department of Electrical Engineering, King Saud University, Riyadh, Saudi Arabia PLC using GS Keywords Programmable

More information

Intelligent Home Automation and Security System

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

More information

Computer Automation Techniques. Arthur Carroll

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

More information

THE INTERNATIONAL JOURNAL OF SCIENCE & TECHNOLEDGE

THE INTERNATIONAL JOURNAL OF SCIENCE & TECHNOLEDGE THE INTERNATIONAL JOURNAL OF SCIENCE & TECHNOLEDGE Advanced Security System for ATM with Tracking & SMS Indication Khushbu J. Tailor Assistant Professor, Government Engineering College, E.C. Department,

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

Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester

Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester Leonardo Journal of Sciences ISSN 1583-0233 Issue 20, January-June 2012 p. 31-36 Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester Ganesh Sunil NHIVEKAR *, and Ravidra Ramchandra MUDHOLKAR

More information

Remote Controlled Home Automation Using Android application via Wi-Fi Connectivity

Remote Controlled Home Automation Using Android application via Wi-Fi Connectivity International Journal of Computer Sciences and Engineering Open Access Technical Paper Volume-4, Issue-4 E-ISSN: 2347-2693 Remote Controlled Home Automation Using Android application via Wi-Fi Connectivity

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

Design of Wireless Home automation and security system using PIC Microcontroller

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

More information

Access Control Using Smartcard And Passcode

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

More information

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

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

More information

International Journal of Engineering Research & Management Technology

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

More information

Hardware and software implications of creating Bluetooth Scatternet devices

Hardware and software implications of creating Bluetooth Scatternet devices Hardware and software implications of creating Bluetooth Scatternet devices David Johnson Abstract This paper seeks to explain the practical issues encountered when implementing point to multipoint capable

More information

Chapter 12. Development Tools for Microcontroller Applications

Chapter 12. Development Tools for Microcontroller Applications Chapter 12 Development Tools for Microcontroller Applications Lesson 01 Software Development Process and Development Tools Step 1: Development Phases Analysis Design Implementation Phase 1 Phase 2 Phase

More information

GSM Based Home Automation, Safety and Security System Using Android Mobile Phone

GSM Based Home Automation, Safety and Security System Using Android Mobile Phone GSM Based Home Automation, Safety and Security System Using Android Mobile Phone Akanksha Singh (Student) Arijit Pal (Student) Bijay Rai (Assistant Professor) Department Of Electrical & Electronics Department

More information

Intelligent Fleet Management System Using Active RFID

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

More information

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

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

More information

Display Message on Notice Board using GSM

Display Message on Notice Board using GSM Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 7 (2013), pp. 827-832 Research India Publications http://www.ripublication.com/aeee.htm Display Message on Notice Board

More information

GSM Based Home Automation System Using App-Inventor for Android Mobile Phone

GSM Based Home Automation System Using App-Inventor for Android Mobile Phone GSM Based Home Automation System Using App-Inventor for Android Mobile Phone Mahesh N. Jivani Associate Professor, Department of Electronics, Saurashtra University, Rajkot, Gujarat, India ABSTRACT: Nowadays,

More information

RTOS Based Home Automation System Using ATMEGA

RTOS Based Home Automation System Using ATMEGA RTOS Based Home Automation System Using ATMEGA Aniket Yeole 1, Sapana Bramhankar 2, Arjun Gaikwad 3, Abhijeet Bansod 4, Atul Borade 5, 2, 3,4,5 Student, Dept. of E&Tc, Sandip Institute of Technology and

More information

Protected Cash Withdrawal in Atm Using Mobile Phone

Protected Cash Withdrawal in Atm Using Mobile Phone www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 2 Issue 4 April, 2013 Page No. 1346-1350 Protected Cash Withdrawal in Atm Using Mobile Phone M.R.Dineshkumar

More information

INTELLIGENT HOME MONITORING AND WIRELESS CONTROL SYSTEM

INTELLIGENT HOME MONITORING AND WIRELESS CONTROL SYSTEM INTELLIGENT HOME MONITORING AND WIRELESS CONTROL SYSTEM Vishnu Prajapati 1,Shashank Gole 2,Prathamesh Deshpande 3 Siddhesh Wadekar 4, Prof. Shubhangi Wankhede 5 1,2,3,4,5 Department of Electronics and

More information

Design and Implementation of Home Monitoring System Using RF Technology

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

More information

Home Security System Using Gsm Modem

Home Security System Using Gsm Modem RESEARCH ARTICLE OPEN ACCESS Home Security System Using Gsm Modem Mehek Potnis 1, Ayesha Chimnani 1, Vishal Chawla 1 Mr. Amit Hatekar 2 1. Undergraduate Students, Department of EXTC, Thadomal Shahani Engineering

More information

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 ISSN 0976 6464(Print)

More information

8051 MICROCONTROLLER COURSE

8051 MICROCONTROLLER COURSE 8051 MICROCONTROLLER COURSE Objective: 1. Familiarization with different types of Microcontroller 2. To know 8051 microcontroller in detail 3. Programming and Interfacing 8051 microcontroller Prerequisites:

More information

Important Notice Baracoda products works with all Bluetooth devices accepting both SPP connection and sniff mode.

Important Notice Baracoda products works with all Bluetooth devices accepting both SPP connection and sniff mode. Compatibity paper for Bluetooth barcode and RFID readers: Baracoda Pencil2 DFly RoadRunners / RoadRunners Evolution ScanWear ToughRunners IdBlue TagRunners DualRunners Important Notice Baracoda products

More information

Bluetooth based home automation system

Bluetooth based home automation system Microprocessors and Microsystems 26 (2002) 281 289 www.elsevier.com/locate/micpro Bluetooth based home automation system N. Sriskanthan*, F. Tan, A. Karande School of Computer Engineering, Nanyang Technological

More information

Android based Secured Vehicle Key Finder System

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

More information

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

Notes and terms of conditions. Vendor shall note the following terms and conditions/ information before they submit their quote.

Notes and terms of conditions. Vendor shall note the following terms and conditions/ information before they submit their quote. Specifications for ARINC 653 compliant RTOS & Development Environment Notes and terms of conditions Vendor shall note the following terms and conditions/ information before they submit their quote. 1.

More information

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

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

More information

Design and Development of SMS Based Wireless Home Appliance Control and Security System

Design and Development of SMS Based Wireless Home Appliance Control and Security System Design and Development of SMS Based Wireless Home Appliance Control and Security System Md. Abdullah Al Asad 1, Md. Al Muzahid 2 and Md. Saifuddin Faruk 3 The rapid change in the wireless communication

More information

Thingsquare Technology

Thingsquare Technology Thingsquare Technology Thingsquare connects smartphone apps with things such as thermostats, light bulbs, and street lights. The devices have a programmable wireless chip that runs the Thingsquare firmware.

More information

DESIGN AND IMPLEMENTATION OF ONLINE PATIENT MONITORING SYSTEM

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

More information

ENABLING WIRELESS DATA COMMUNICATION IN CONSTRUCTION MANAGEMENT SYSTEM

ENABLING WIRELESS DATA COMMUNICATION IN CONSTRUCTION MANAGEMENT SYSTEM ENABLING WIRELESS DATA COMMUNICATION IN CONSTRUCTION MANAGEMENT SYSTEM Liu Yanxiang & Yow Kin Choong School of Computer Engineering Nanyang Technological University Nanyang Avenue, Singapore 639798 Keywords:

More information

How To Design A Code Lock System With A Status Display On A Cell Phone And A Password Code On A Smart Phone

How To Design A Code Lock System With A Status Display On A Cell Phone And A Password Code On A Smart Phone ISSN (e): 2250 3005 Vol, 04 Issue, 7 July 2014 International Journal of Computational Engineering Research (IJCER) Enhanced Wireless Security System With Digital code lock using RF &GSM Technology 1 E.Supraja,

More information

Microcontrollers and Sensors. Scott Gilliland - zeroping@gmail

Microcontrollers and Sensors. Scott Gilliland - zeroping@gmail Microcontrollers and Sensors Scott Gilliland - zeroping@gmail Microcontrollers Think tiny computer on a chip 8 to 128 pins Runs on 3.3 to 5 Volts 8 to 20 Mhz Uses µw to mw of power ~ 4 kilobytes of flash

More information

CGI-based applications for distributed embedded systems for monitoring temperature and humidity

CGI-based applications for distributed embedded systems for monitoring temperature and humidity CGI-based applications for distributed embedded systems for monitoring temperature and humidity Grisha Spasov, Nikolay Kakanakov Abstract: The paper discusses the using of Common Gateway Interface in developing

More information

Security & Chip Card ICs SLE 44R35S / Mifare

Security & Chip Card ICs SLE 44R35S / Mifare Security & Chip Card ICs SLE 44R35S / Mifare Intelligent 1 Kbyte EEPROM with Interface for Contactless Transmission, Security Logic and Anticollision according to the MIFARE -System Short Product Info

More information

Design of Remote data acquisition system based on Internet of Things

Design of Remote data acquisition system based on Internet of Things , pp.32-36 http://dx.doi.org/10.14257/astl.214.79.07 Design of Remote data acquisition system based on Internet of Things NIU Ling Zhou Kou Normal University, Zhoukou 466001,China; Niuling@zknu.edu.cn

More information

SKP16C62P Tutorial 1 Software Development Process using HEW. Renesas Technology America Inc.

SKP16C62P Tutorial 1 Software Development Process using HEW. Renesas Technology America Inc. SKP16C62P Tutorial 1 Software Development Process using HEW Renesas Technology America Inc. 1 Overview The following tutorial is a brief introduction on how to develop and debug programs using HEW (Highperformance

More information

Fachbereich Informatik und Elektrotechnik SunSPOT. Ubiquitous Computing. Ubiquitous Computing, Helmut Dispert

Fachbereich Informatik und Elektrotechnik SunSPOT. Ubiquitous Computing. Ubiquitous Computing, Helmut Dispert Ubiquitous Computing Ubiquitous Computing The Sensor Network System Sun SPOT: The Sun Small Programmable Object Technology Technology-Based Wireless Sensor Networks a Java Platform for Developing Applications

More information

ANYTIME ANYPLACE-REMOTE MONITORING OF STUDENTS ATTENDANCE BASED ON RFID AND GSM NETWORK

ANYTIME ANYPLACE-REMOTE MONITORING OF STUDENTS ATTENDANCE BASED ON RFID AND GSM NETWORK ANYTIME ANYPLACE-REMOTE MONITORING OF STUDENTS ATTENDANCE BASED ON RFID AND GSM NETWORK Mr.C.S.Karthikeyan 1 S.Murugeswari 2 Assistant professor, Dept. of ECE, Kamaraj College of Engineering and Technology,

More information

Chapter 4 System Unit Components. Discovering Computers 2012. Your Interactive Guide to the Digital World

Chapter 4 System Unit Components. Discovering Computers 2012. Your Interactive Guide to the Digital World Chapter 4 System Unit Components Discovering Computers 2012 Your Interactive Guide to the Digital World Objectives Overview Differentiate among various styles of system units on desktop computers, notebook

More information

Development of a GSM based Control System for Electrical Appliances

Development of a GSM based Control System for Electrical Appliances International Journal of Engineering and Technology Volume 3 No. 4, April, 2013 Development of a GSM based Control System for Electrical Appliances Oke A. O., Emuoyibofarhe J. O., Adetunji A. B. Department

More information

Lab Experiment 1: The LPC 2148 Education Board

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

More information

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

Mobile Operating Systems. Week I

Mobile Operating Systems. Week I Mobile Operating Systems Week I Overview Introduction Mobile Operating System Structure Mobile Operating System Platforms Java ME Platform Palm OS Symbian OS Linux OS Windows Mobile OS BlackBerry OS iphone

More information

Implementing MOD bus and CAN bus Protocol Conversion Interface

Implementing MOD bus and CAN bus Protocol Conversion Interface Implementing MOD bus and CAN bus Protocol Conversion Interface Umesh Goyal, Gaurav Khurana M.E., Electronics & Electrical Communications Department, PEC University of Technology, India M.E., Electronics

More information

MCB3101 (Class I) WiRobot Serial Bluetooth Wireless Module User Manual

MCB3101 (Class I) WiRobot Serial Bluetooth Wireless Module User Manual MCB3101 (Class I) WiRobot Serial Bluetooth Wireless Module User Manual Version: 1.0.1 Dec. 2005 Table of Contents I. Introduction 2 II. Operations 2 II.1. Theory of Operation 2 II.2. Configuration (PC-PC

More information

EE4367 Telecom. Switching & Transmission. Prof. Murat Torlak

EE4367 Telecom. Switching & Transmission. Prof. Murat Torlak Packet Switching and Computer Networks Switching As computer networks became more pervasive, more and more data and also less voice was transmitted over telephone lines. Circuit Switching The telephone

More information

RN-131-PICTAIL & RN-171-PICTAIL Web-Server Demo Application

RN-131-PICTAIL & RN-171-PICTAIL Web-Server Demo Application RN-131-PICTAIL & RN-171-PICTAIL Web-Server Demo Application 2012 Roving Networks. All rights reserved. RN-131/171-PICTAIL-UM Version 1.0 1/8/2013 OVERVIEW The RN-131 and RN-171 WiFly radio modules are

More information

An Introduction to MPLAB Integrated Development Environment

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

More information

Mapping of Services on Bluetooth Radio Networks

Mapping of Services on Bluetooth Radio Networks Mapping of s on Bluetooth Radio Networks J. Dunlop and N. Amanquah University of Strathclyde -Department of Electronic and Electrical Engineering, Glasgow G1 1XW, Scotland Ph.: +44 141 5482081, Fax:+44

More information

Bus Data Acquisition and Remote Monitoring System Using Gsm & Can

Bus Data Acquisition and Remote Monitoring System Using Gsm & Can IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 8, Issue 3 (Nov. - Dec. 2013), PP 88-92 Bus Data Acquisition and Remote Monitoring System

More information

Tutorial for MPLAB Starter Kit for PIC18F

Tutorial for MPLAB Starter Kit for PIC18F Tutorial for MPLAB Starter Kit for PIC18F 2006 Microchip Technology Incorporated. All Rights Reserved. WebSeminar Title Slide 1 Welcome to the tutorial for the MPLAB Starter Kit for PIC18F. My name is

More information

Palaparthi.Jagadeesh Chand. Associate Professor in ECE Department, Nimra Institute of Science & Technology, Vijayawada, A.P.

Palaparthi.Jagadeesh Chand. Associate Professor in ECE Department, Nimra Institute of Science & Technology, Vijayawada, A.P. Patient Monitoring Using Embedded Palaparthi.Jagadeesh Chand Associate Professor in ECE Department, Nimra Institute of Science & Technology, Vijayawada, A.P Abstract The aim of this project is to inform

More information

UG103.8 APPLICATION DEVELOPMENT FUNDAMENTALS: TOOLS

UG103.8 APPLICATION DEVELOPMENT FUNDAMENTALS: TOOLS APPLICATION DEVELOPMENT FUNDAMENTALS: TOOLS This document provides an overview of the toolchain used to develop, build, and deploy EmberZNet and Silicon Labs Thread applications, and discusses some additional

More information

File Transfer Using Bluetooth

File Transfer Using Bluetooth 2004:088 CIV MASTER S THESIS File Transfer Using Bluetooth MARCUS CARLSSON ERIK HOLMBERG MASTER OF SCIENCE PROGRAMME Department of Computer Science and Electrical Engineering Division of Computer Science

More information

RN-131-PICTAIL & RN-171-PICTAIL Evaluation Boards

RN-131-PICTAIL & RN-171-PICTAIL Evaluation Boards RN-131-PICTAIL & RN-171-PICTAIL Evaluation Boards 2012 Roving Networks. All rights reserved. Version 1.0 9/7/2012 USER MANUAL OVERVIEW The RN-131 and RN-171 WiFly radio modules are complete, standalone

More information

Chapter 13. PIC Family Microcontroller

Chapter 13. PIC Family Microcontroller Chapter 13 PIC Family Microcontroller Lesson 01 PIC Characteristics and Examples PIC microcontroller characteristics Power-on reset Brown out reset Simplified instruction set High speed execution Up to

More information

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

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

More information

The Programming Interface

The Programming Interface : In-System Programming Features Program any AVR MCU In-System Reprogram both data Flash and parameter EEPROM memories Eliminate sockets Simple -wire SPI programming interface Introduction In-System programming

More information

Raghavendra Reddy D 1, G Kumara Swamy 2

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

More information

Discovering Computers 2011. Living in a Digital World

Discovering Computers 2011. Living in a Digital World Discovering Computers 2011 Living in a Digital World Objectives Overview Differentiate among various styles of system units on desktop computers, notebook computers, and mobile devices Identify chips,

More information

PC Base Adapter Daughter Card UART GPIO. Figure 1. ToolStick Development Platform Block Diagram

PC Base Adapter Daughter Card UART GPIO. Figure 1. ToolStick Development Platform Block Diagram TOOLSTICK VIRTUAL TOOLS USER S GUIDE RELEVANT DEVICES 1. Introduction The ToolStick development platform consists of a ToolStick Base Adapter and a ToolStick Daughter card. The ToolStick Virtual Tools

More information

RN-XV-RD2 Evaluation Board

RN-XV-RD2 Evaluation Board RN-XV-RD2 Evaluation Board 2012 Roving Networks. All rights reserved. -1.01Version 1.0 9/28/2012 USER MANUAL OVERVIEW This document describes the hardware and software setup for Roving Networks RN-XV-RD2

More information

Bluetooth Health Device Profile and the IEEE 11073 Medical Device Frame Work

Bluetooth Health Device Profile and the IEEE 11073 Medical Device Frame Work Bluetooth Health Device Profile and the IEEE 11073 Medical Device Frame Work Rudi Latuske, ARS Software GmbH 1. Bluetooth in Medical Applications Bluetooth, as a short range wireless technology, is very

More information

Design and Development of SMS Based Wireless Home Appliance Control and Security System

Design and Development of SMS Based Wireless Home Appliance Control and Security System Journal of Modern Science and Technology Vol. 3. No. 1. March 2015 Issue. Pp.80-87 Design and Development of SMS Based Wireless Home Appliance Control and Security System Md. Abdullah Al Asad *, Md. Al

More information

DESIGN OF SMS ENABLED CAR SECURITY SYSTEM

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

More information

Microcontroller Based Anti-theft Security System Using GSM Networks with Text Message as Feedback

Microcontroller Based Anti-theft Security System Using GSM Networks with Text Message as Feedback International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 2, Issue 10 (August 2012), PP. 18-22 Microcontroller Based Anti-theft Security System

More information

USBSPYDER08 Discovery Kit for Freescale MC9RS08KA, MC9S08QD and MC9S08QG Microcontrollers User s Manual

USBSPYDER08 Discovery Kit for Freescale MC9RS08KA, MC9S08QD and MC9S08QG Microcontrollers User s Manual USBSPYDER08 Discovery Kit for Freescale MC9RS08KA, MC9S08QD and MC9S08QG Microcontrollers User s Manual Copyright 2007 SofTec Microsystems DC01197 We want your feedback! SofTec Microsystems is always on

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

ENHANCING MOBILE PEER-TO-PEER ENVIRONMENT WITH NEIGHBORHOOD INFORMATION

ENHANCING MOBILE PEER-TO-PEER ENVIRONMENT WITH NEIGHBORHOOD INFORMATION ENHANCING MOBILE PEER-TO-PEER ENVIRONMENT WITH NEIGHBORHOOD INFORMATION Arto Hämäläinen and Jari Porras Lappeenranta University of Technology Laboratory of Communications Engineering P.O. Box 20 53851

More information

SIP Protocol as a Communication Bus to Control Embedded Devices

SIP Protocol as a Communication Bus to Control Embedded Devices 229 SIP Protocol as a Communication Bus to Control Embedded Devices Ramunas DZINDZALIETA Institute of Mathematics and Informatics Akademijos str. 4, Vilnius Lithuania ramunas.dzindzalieta@gmail.com Abstract.

More information

8-Bit Flash Microcontroller for Smart Cards. AT89SCXXXXA Summary. Features. Description. Complete datasheet available under NDA

8-Bit Flash Microcontroller for Smart Cards. AT89SCXXXXA Summary. Features. Description. Complete datasheet available under NDA Features Compatible with MCS-51 products On-chip Flash Program Memory Endurance: 1,000 Write/Erase Cycles On-chip EEPROM Data Memory Endurance: 100,000 Write/Erase Cycles 512 x 8-bit RAM ISO 7816 I/O Port

More information

Embedded Software development Process and Tools: Lesson-4 Linking and Locating Software

Embedded Software development Process and Tools: Lesson-4 Linking and Locating Software Embedded Software development Process and Tools: Lesson-4 Linking and Locating Software 1 1. Linker 2 Linker Links the compiled codes of application software, object codes from library and OS kernel functions.

More information

Cell Phone Based Liquid Inventory Management Using Wireless System

Cell Phone Based Liquid Inventory Management Using Wireless System Sciknow Publications Ltd. JMIR 2013, 1(1):1-6 Journal of Mechanics & Industry Research DOI: 10.12966/JMIR.05.01.2013 Attribution 3.0 Unported (CC BY 3.0) Cell Phone Based Liquid Inventory Management Using

More information

VOL. 2, NO. 1, January 2012 ISSN 2225-7217 ARPN Journal of Science and Technology 2010-2012 ARPN Journals. All rights reserved

VOL. 2, NO. 1, January 2012 ISSN 2225-7217 ARPN Journal of Science and Technology 2010-2012 ARPN Journals. All rights reserved Mobile Application for News and Interactive Services L. Ashwin Kumar Department of Information Technology, JNTU, Hyderabad, India loka.ashwin@gmail.com ABSTRACT In this paper, we describe the design and

More information

Wireless Technologies for Automation

Wireless Technologies for Automation Wireless Technologies for Automation Prof. Dr.-Ing. Jörg F. Wollert Wireless Technologies for Automation Why using wireless communication? Pros and cons in wireless networks Embedded Wireless Hardware

More information

Pen Drive to Pen Drive and Mobile Data Transfer Using ARM

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

More information

RF CONTROLLED VEHICLE ROBOT WITH METAL DETECTOR

RF CONTROLLED VEHICLE ROBOT WITH METAL DETECTOR RF CONTROLLED VEHICLE ROBOT WITH METAL DETECTOR PAGE NO. 1. ABSTRACT 10 2. INTRODUCTION TO EMBEDDED SYSTEMS 13 3. BLOCK DIAGRAM OF PROJECT 4. HARDWARE REQUIREMENTS 4.1 VOLTAGE REGULATOR 4.2 MICROCONTROLLER

More information

Cellphone Based Device Control With Voice Acknowledgement

Cellphone Based Device Control With Voice Acknowledgement Cellphone Based Device Control With Voice Acknowledgement Avigyan Datta Gupta 1, Sayan Samanta 2, Avishek Acharjee 3 1,2 Future Institute of Engineering and Management, Kolkata-700150 3 Techno India, Kolkata-700150

More information

Virtual KNX/EIB devices in IP networks

Virtual KNX/EIB devices in IP networks WEINZIERL ENGINEERING GmbH WEINZIERL ENGINEERING GMBH F. Heiny, Dr. Y. Kyselytsya, Dr. Th. Weinzierl Bahnhofstr. 6 D-84558 Tyrlaching Tel. +49 (0) 8623 / 987 98-03 E-Mail: info@weinzierl.de Web: www.weinzierl.de

More information

Embedded Software development Process and Tools:

Embedded Software development Process and Tools: Embedded Software development Process and Tools: Lesson-2 Integrated Development Environment (IDE) 1 1. IDE 2 Consists of Simulators editors, compilers, assemblers, etc., IDE 3 emulators logic analyzers

More information

Serial Communications

Serial Communications April 2014 7 Serial Communications Objectives - To be familiar with the USART (RS-232) protocol. - To be able to transfer data from PIC-PC, PC-PIC and PIC-PIC. - To test serial communications with virtual

More information

Wireless Personal Area Networks (WPANs)

Wireless Personal Area Networks (WPANs) Wireless Personal Area Networks (WPANs) Bluetooth, ZigBee Contents Introduction to the IEEE 802 specification family Concept of ISM frequency band Comparison between different wireless technologies ( and

More information

Byte code Interpreter for 8051 Microcontroller

Byte code Interpreter for 8051 Microcontroller Byte code Interpreter for 8051 Microcontroller N. Jeenjun S. Khuntaweetep and S. Somkuarnpanit Abstract This paper proposes a design of byte code interpreter for 8051 microcontroller. We developed a program

More information