Automated Bluetooth Plant Watering using Humidity Sensor

Size: px
Start display at page:

Download "Automated Bluetooth Plant Watering using Humidity Sensor"

Transcription

1 164 Automated Bluetooth Plant Watering using Humidity Sensor Asst. Prof Dept. of ISE, RVCE, Bangalore, India ABSTRACT Bluetooth Low Energy is also known as Bluetooth Smart is a wireless technology designed for low energy consumption compared to Bluetooth classic. This paper presents the design and implementation method of low cost but yet efficient and provides good performance for plant watering system in a garden using the Bluetooth low energy humidity profile. The communication between the humidity BLE sensor and smart phones will be wireless. Keywords- BLE (Bluetooth low energy); BT (Bluetooth) INTRODUCTION This paper includes the technology which is an integration of mobile devices with humidity sensors, these humidity sensors helps Agriculturist/Farmer (watering the plants) and also for Human health concerns. This paper solves the problem of watering plants (especially when growing the sensitive plants).each users has multiple devices such as smartphones etc. while plants needs variable watering during different seasons. Humidity sensor is a device which can measure the humidity level in the soil as well as in the open environment. The key objective of the innovation is to assist Agriculturist/Farmer to provide the information present on the humidity sensor via mobile devices such as mobile phones, By viewing the information on the mobile device, further it is possible to start the water pump set via mobile phones, When the desired humidity level is normalized the pump set can be switched off automatically. Consider a scenario in which we are considering sensitive fruit plants such as pomegranate, banana and vanilla. These plants are very sensitive in nature, Such that watering more will lead these plants to get decay, on the other hand providing less water will make these plants get dried up. In these cases it is very important to maintain the normal humidity (moisture) level of soil. Also we have another use case with respect to health care concern, the key objective is to assist a human though the information present on the humidity sensor to mobile phone when the surrounding humidity crosses the threshold and drops down below the normal limit. By getting alerted by information we can avoid the following problems. 1) During the summer season there will be more humidity level, in case plants need more water and in winter and rainy season it will be vice-versa. 2) Humidity sensors with a BLE chip can sustain and provides a longer serving period, which helps easy to watering plants while maintaining a correct ratio of water level. This proposal is intended to assist the human being to have a perfect information to avoid the future problems via wireless interface by mobile phones. System Overview Fig 1 illustrates the overall network establishing and controlling function of the system. The system can be installed in middle of the plants which can cover a part of the garden. Bluetooth wireless connection enabled the system can communicates with an application on a smart phone. Since there is a BLE humidity sensor used in the entire process, GATT layer provides an interface for communication of the BLE profile which can communicate via Bluetooth stack. The Humidity sensors used for getting the information will be enable d with the wireless Bluetooth technology and the mobile devices like smartphones/tablets will be used to collect the information from the particular sensor device. As these devices comes into the range of Bluetooth. Each sensor device will be given a name or number, such that the user can able to recognize and differentiate between the sensor devices and can take action according to the resultant values we get form the sensor device. In this proposed solution user don t have to go and check each and every sensor readings, as soon as the user enters into the range of humidity sensor devices, the user will be enabled to get the information from the sensors.

2 Fig 1 overall network establishing and controlling function of the system. If it is a big field, it is possible to send the values collected by Bluetooth humidity sensors to mobile devices which is far from the device by the means of repeaters or we can pass those values to the next near devices which can again send those values again till it reaches the mobile devices. In order to improve the performance and battery life, Bluetooth low energy based sensors are used, these devices has an ability to run couple of years on a coin cell battery. Which will be of 3V 250mAh. Initially, sensor will be buried inside the soil, or may be tied to the near of the plant root, such that can provide the exact soil humidity information. These humidity sensors will be embedded with the low energy chip, which can advertise the information which is sensed by the humidity sensors. Any user with a smartphone with a Bluetooth low energy support can use an application to read the advertised information from the device. The application further helps the user to take the action based on the plantation or the crop which is on the filed or a garden. Whenever the data collected on the smartphone reached the threshold limit, the application provides the suggestion for taking the action. Further user can switch on the water pump manually or ever it can be automated. This paper talks about the connection and establishment of network between the humidity sensor and the smart phones. In the same way when the desired humidity level is reached again the water pump can be made switch off automatically. Further these information can be made to store on cloud or maintaining a database for better improvements, by seeing the pervious overviews. Fig 2 illustrated the communication between the smartphone and the Bluetooth low energy humidity profile. 165

3 Methodology Humidity sensors will be placed inside the soil on the farming field. The sensor in turn can sense the humidity level present in the soil. The humidity sensor will be embedded with the Bluetooth low energy chip as shown in the above design. The interface for connecting the sensor and the BTLE chip can be any interface and it could be one embedded solution. The humidity sensor would inform BTLE chip any changes in the expected values in the soil through the wired interface. This information would be then transferred to the remote devices over BTLE protocol and profile. There would be different part of BLE profile which would run on mobile or any computer system and on the humidity sensor device. Here Humidity monitor will be acts as a central device and Humidity reporter as a peripheral device. In the same way Humidity monitor will be a GATT Client and the Humidity reporter will be a GATT Server in case of profile implementation perspective for Bluetooth low energy profile. Fig 3.below illustrates the profile roles of the Bluetooth Low Energy. Software Design Software design section includes the main functions of the system designed in the sensor and the smartphone respected operating system supported application. The data format of Bluetooth Low Energy packet will be as shown in the Fig

4 A. communication between sensor and smart phone Fig. 4 illustrates the process of communication initiation and termination in the proposed system. The advertising starts from the BLE module, as soon as the sensor starts reading the humidity data the BLE module integrated to the sensor starts advertising the data. Fig. 6 Advertisement of Bluetooth Low Energy data from the sensor device. B. Android GUI The application is designed in Android version with 5.1 and KitKat support with API level 18. The application is will be designed with the API level 18 so that the application will support and run on the device which are enabled with the Bluetooth Low Energy. In this stage application is designed to read the humidity and temperature data from the Bluetooth LE devices. Fig 6. Illustrates the Android GUI tested on smart phone with version KitKat. The interface is simple to use and can be turn off and turn on using simple UI functions. The application will runs and collect data with the GATT server running on the smartphone as well as the BLE device. Snapshot of requesting to switch on Bluetooth on smart phone. 167

5 Note: Please note that this document talks about Humidity sensors and the mobile devices such as smartphones, tablets etc. Please note that since the range of Bluetooth is not too strong enough to reach kilometers, we may make some access points for few number s of sensors, where from that access points, it is possible to get the multiple information from different devices. (OR) it is possible to send the values collected by Bluetooth humidity sensors to mobile devices which is far from the device by the means of repeaters (OR) we can pass those values to the next near devices which can again send those values again till it reaches the mobile devices. Fig 8. Illustrates the humidity and other sensor reading from an sensor devices, here the sensor will always sends the raw data which will be in Hex decimal format. We need to use an algorithm to make it show as in human readable format. C. Algorithm to converting the senor reading into human readable format. Humidity sensor data format on BLE. Algorithm /* Conversion algorithm, humidity */ double calchumrel(uint16 rawh) { double v; rawh &= ~0x0003; // clear bits [1..0] (status bits) //-- calculate relative humidity [%RH] -- v = /65536 * (double)rawh; // RH= * SRH/2^16 return v;} 168

6 Experimental Results and Analysis Throughput analysis as per the BPA 600 Sniffer. Fig 9. & Fig 10. Illustrates the throughput analysis for data transfer between smartphone and the BLE sensor device. Fig 10. Coexistence Conclusion In conclusion, this low cost and power efficient system is designed to improve gardening. The wireless control function by smart phone provides help and assistance especially while sensitive plant are in the garden or in the field, implementation of Bluetooth Low Energy system help ease of use with less cost and 169

7 durability. Considerably can be more useful for the agriculture system. Since the Bluetooth Low Energy rage is too short as compared to the Wi-Fi, we may have to make use of repeater or hoping technique to regenerate the advertising data from the sensor device. This solution is not only restricted to Bluetooth Low Energy, also can be implemented on Wi-Fi but, the concept of Low Energy will be vanished. For future work, the Android GUI will be integrated with more sensor readable power to make the use-cases automated. Also further Android GUI will be implemented with the voice recognition control. All future work will be expected to be done without extra expenditures on the proposed technology. Acknowledgement I would like to thank Mr. Nitin Kumar Agarwal, Mr. Girish A Joshi and my other team members for their help in implementing Bluetooth profiles and reviewing this paper. References [1] The official Bluetooth website from Bluetooth SIG: [2] 2014 IEEE International Symposium on Bioelectronics and Bioinformatics (IEEE ISBB 2014) A Heart Rate Detection Method for Low PowerExercise Intensity Monitoring Device Eka Adi Prasetyo Joko Prawiro, Chia -Chun Hu, Yi-Sheng Chan, Cheng-Hung Chang, and Yuan-Hsiang Lin*Department of Electronic and Computer EngineeringNational Taiwan University of Science and TechnologyTaipei, Taiwan [3] 2nd Mediterranean Conference on Embedded Computing,,/" MECD 2013 Advertising semantically described physical itemswith Bluetooth Low Energy beacons Janne Takalo-Mattila, Jussi Kiljander, Juha-Pekka SoininenVTT Technical Research Centre of FinlandOulu, Finland [4] 2015 IEEE International Conference on Consumer Electronics (ICCE) Smart Office Energy Management System Using Bluetooth LowEnergy Based Beacons and a Mobile AppMoonok Choi*, Wan-Ki Park*, Ilwoo Lee**Electronics and elecommunications Research Institute. [5] 2014 Seventh International Symposium on Computational Intelligence and Design Wireless Thermometer Based on Bluetooth 4.0 Low-energyHongjie Li, Jian Luo Electronic Science and Technology Research InstituteUniversity of Electronic Science and Technology of ChinaChengdu, China 170

NanopowerCommunications: Enabling the Internet of Things OBJECTS TALK

NanopowerCommunications: Enabling the Internet of Things OBJECTS TALK NanopowerCommunications: Enabling the Internet of Things OBJECTS TALK When objects can both sense the environment and communicate, they become tools for understanding complexity and responding to it swiftly.

More information

The Internet of Things: Opportunities & Challenges

The Internet of Things: Opportunities & Challenges The Internet of Things: Opportunities & Challenges What is the IoT? Things, people and cloud services getting connected via the Internet to enable new use cases and business models Cloud Services How is

More information

The design and implementation of the environment monitoring system of smart home based on EnOcean technology

The design and implementation of the environment monitoring system of smart home based on EnOcean technology International Conference on Manufacturing Science and Engineering (ICMSE 2015) The design and implementation of the environment monitoring system of smart home based on EnOcean technology Peng Dong1, a,

More information

In the pursuit of becoming smart

In the pursuit of becoming smart WHITE PAPER In the pursuit of becoming smart The business insight into Comarch IoT Platform Introduction Businesses around the world are seeking the direction for the future, trying to find the right solution

More information

Automated Real Time In-Store Retail Marketing Using Beacon

Automated Real Time In-Store Retail Marketing Using Beacon International Journal of Computer Sciences and Engineering Open Access Technical Paper Volume-04, Issue-02 E-ISSN: 2347-2693 Automated Real Time In-Store Retail Marketing Using Beacon Jigar Kothari 1*,

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

Introducing BEEKS Proximity Solutions. Developer Kit Gets You Started

Introducing BEEKS Proximity Solutions. Developer Kit Gets You Started Introducing BEEKS Proximity Solutions BEEKS from BluVision provides industry-leading Bluetooth beacon solutions to enterprises and innovative developers. Leveraging a cutting-edge, cloudbased solution,

More information

Fig. 1 BAN Architecture III. ATMEL BOARD

Fig. 1 BAN Architecture III. ATMEL BOARD Volume 2, Issue 9, September 2014 ISSN: 2321 7782 (Online) International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

Internet of things (IOT) applications covering industrial domain. Dev Bhattacharya dev_bhattacharya@ieee.org

Internet of things (IOT) applications covering industrial domain. Dev Bhattacharya dev_bhattacharya@ieee.org Internet of things (IOT) applications covering industrial domain Dev Bhattacharya dev_bhattacharya@ieee.org Outline Internet of things What is Internet of things (IOT) Simplified IOT System Architecture

More information

Agricultural Robot (Irrigation System, Weeding, Monitoring of Field, Disease Detection)

Agricultural Robot (Irrigation System, Weeding, Monitoring of Field, Disease Detection) Agricultural Robot (Irrigation System, Weeding, Monitoring of Field, Disease Detection) Bhagyalaxmi k 1, Jagtap Komal K 2, Nikam Nakusa S 2, Nikam Karuna K 2, Sutar Snehal S 2. Asst. Professor, Dept. of

More information

BLE113 DEVELOPMENT KIT

BLE113 DEVELOPMENT KIT BLE113 DEVELOPMENT KIT QUICK START Thursday, 14 March 2013 Version 1.5 Copyright 2000-2013 Bluegiga Technologies Bluegiga Technologies reserves the right to alter the hardware, software, and/or specifications

More information

Application of Android Mobile Platform in Remote Medical Monitoring System

Application of Android Mobile Platform in Remote Medical Monitoring System , pp. 163-174 http://dx.doi.org/10.14257/ijsh.2015.9.4.17 Application of Android Mobile Platform in Remote Medical Monitoring System Yao Wang, Minghan Liu and Jingang Li School of Software, Harbin University

More information

Iknaia Asset and Personnel Tracking Management System for the Construction Industry

Iknaia Asset and Personnel Tracking Management System for the Construction Industry Iknaia Asset and Personnel Tracking Management System for the Construction Industry Introduction The UK construction industry accounts for over 7%* of the UK s Gross Domestic Product and employs over two

More information

Wireless Sensor Network Based Low Power Embedded System Design For Automated Irrigation System Using MSP430

Wireless Sensor Network Based Low Power Embedded System Design For Automated Irrigation System Using MSP430 Wireless Sensor Network Based Low Power Embedded System Design For Automated Irrigation System Using MSP430 Mr. Patil Vikas Anandrao. M Tech. Student (Digital Systems) Rajarambapu Institute of Technology,

More information

Questions from The New SensorTag - IoT Made Easy Webinar

Questions from The New SensorTag - IoT Made Easy Webinar Questions from The New SensorTag - IoT Made Easy Webinar Are there any plans to make a Windows API available (preferably portable for use in Windows 10 Universal applications) It is in our queue of projects,

More information

Use case possibilities with Bluetooth low energy in IoT applications

Use case possibilities with Bluetooth low energy in IoT applications Use case possibilities with Bluetooth low energy in IoT applications White paper Author Mats Andersson Senior Director Technology, Product Center Short Range Radio, u-blox Abstract With yearly shipments

More information

GSM based Remote Sensing and Control of an Irrigation System using WSN: a Survey

GSM based Remote Sensing and Control of an Irrigation System using WSN: a Survey GSM based Remote Sensing and Control of an Irrigation System using WSN: a Survey Nilesh S. Bhaltadak 1, Hemant T. Ingale 2, S.K. Chaudhari 3 P.G. Student, Department of E&TC, Godavari College of Engineering,

More information

Iknaia Asset and Personnel Tracking Management System for the Healthcare Industry

Iknaia Asset and Personnel Tracking Management System for the Healthcare Industry Iknaia Asset and Personnel Tracking Management System for the Healthcare Industry July 2014 Introduction Trying to find your way around a large hospital or locating a high-value medical device such as

More information

Nagpur, Maharashtra, India

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

More information

Data Loggers for Real Time Temperature Monitoring - WiFi

Data Loggers for Real Time Temperature Monitoring - WiFi Data Loggers for Real Time Temperature Monitoring - WiFi Main Features Complete standalone system. Even if computer/network does not operate the recording system will continue to record without any interruption.

More information

Domus, the connected home

Domus, the connected home Domus, the connected home Amazouz Ali, Bar Alexandre, Benoist Hugues, Gwinner Charles, Hamidi Nassim, Mahboub Mohamed, Mounsif Badr, Plane Benjamin {aamazouz, abar, hbenoist, cgwinner, nhamidi, mmahboub,

More information

Bluetooth Smart, But Not Smart Enough

Bluetooth Smart, But Not Smart Enough Mike Ryan isec Partners isec Open Forum Jan 31, 2012 Slides and More Info http://lacklustre.net/bluetooth/ Overview Three parts what is LE how do we sniff it demo! security analysis 3 What is Bluetooth

More information

Open Access Research and Design for Mobile Terminal-Based on Smart Home System

Open Access Research and Design for Mobile Terminal-Based on Smart Home System Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2015, 7, 479-484 479 Open Access Research and Design for Mobile Terminal-Based on Smart Home System

More information

A Cloud Computing Architecture with Wireless Sensor Networks for Agricultural Applications

A Cloud Computing Architecture with Wireless Sensor Networks for Agricultural Applications International Journal of Computer Networks and Communications Security VOL.2, NO.1, JANUARY 2014, 34 38 Available online at: www.ijcncs.org ISSN 2308-9830 C N C S A Cloud Computing Architecture with Wireless

More information

Green House Monitoring and Controlling Using Android Mobile Application

Green House Monitoring and Controlling Using Android Mobile Application Green House Monitoring and Controlling Using Android Mobile Application Aji Hanggoro aji.hanggoro@ui.ac.id Mahesa Adhitya Putra mahesa.adhitya91@ui.ac.id Rizki Reynaldo rizki.reynaldo@ui.ac.id Riri Fitri

More information

Design of Home Automation Framework With Social Network Integration

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

More information

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 IMPLEMENTATION OF AN APPROACH TO ENHANCE QOS AND QOE BY MIGRATING SERVICES IN CLOUD

More information

BLUETOOTH SERIAL PORT PROFILE. iwrap APPLICATION NOTE

BLUETOOTH SERIAL PORT PROFILE. iwrap APPLICATION NOTE BLUETOOTH SERIAL PORT PROFILE iwrap APPLICATION NOTE Thursday, 19 April 2012 Version 1.2 Copyright 2000-2012 Bluegiga Technologies All rights reserved. Bluegiga Technologies assumes no responsibility for

More information

Short-range Low Power Wireless Devices and Internet of Things (IoT)

Short-range Low Power Wireless Devices and Internet of Things (IoT) Short-range Low Power Wireless Devices and Internet of Things (IoT) Mats Andersson, CTO, connectblue Phone: +46 40 630 71 00 Email: mats.andersson@connectblue.com Web: www.connectblue.com Version 1.1 February

More information

Frame of IoT in China

Frame of IoT in China Frame of IoT in China EuropElectro Summary Orgalime - The European Engineering Industries Association, Brussels Orgalime - 欧 洲 工 程 行 业 协 会, 布 鲁 塞 尔 ZVEI - German Electrical and Electronic Manufacturers

More information

Design of Fuzzy Drip Irrigation Control System Based on ZigBee Wireless Sensor Network

Design of Fuzzy Drip Irrigation Control System Based on ZigBee Wireless Sensor Network Design of Fuzzy Drip Irrigation Control System Based on ZigBee Wireless Sensor Network Xinjian Xiang College of Automation & Electrical Engineering, Zhejiang University of Science and Technology, Zhejiang,

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

Indoor Surveillance System Using Android Platform

Indoor Surveillance System Using Android Platform Indoor Surveillance System Using Android Platform 1 Mandar Bhamare, 2 Sushil Dubey, 3 Praharsh Fulzele, 4 Rupali Deshmukh, 5 Dr. Shashi Dugad 1,2,3,4,5 Department of Computer Engineering, Fr. Conceicao

More information

Energy Monitoring and Management Technology based on IEEE 802.15. 4g Smart Utility Networks and Mobile Devices

Energy Monitoring and Management Technology based on IEEE 802.15. 4g Smart Utility Networks and Mobile Devices Monitoring and Management Technology based on IEEE 802.15. 4g Smart Utility Networks and Mobile Devices Hyunjeong Lee, Wan-Ki Park, Il-Woo Lee IT Research Section IT Convergence Technology Research Laboratory,

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

Smart Integration of Wireless Temperature Monitoring System with Building Automation System

Smart Integration of Wireless Temperature Monitoring System with Building Automation System Smart Integration of Wireless Temperature Monitoring System with Building Automation System Case Study Area of engagement Solution to integrate wireless temperature monitoring system with BMS (Building

More information

ANDROID APPLICATION DEVELOPMENT FOR ENVIRONMENT MONITORING USING SMART PHONES

ANDROID APPLICATION DEVELOPMENT FOR ENVIRONMENT MONITORING USING SMART PHONES ANDROID APPLICATION DEVELOPMENT FOR ENVIRONMENT MONITORING USING SMART PHONES ABSTRACT K. Krishnakanth 1 and P. Kavipriya 2 1 M.E Embedded Systems, Sathyabama University, Chennai, India. krishnakoneru99@gmail.com

More information

Remote Patient Monitoring in Telemedicine using computer communication network through Bluetooth, Wi-Fi, Internet Android Mobile

Remote Patient Monitoring in Telemedicine using computer communication network through Bluetooth, Wi-Fi, Internet Android Mobile Remote Patient Monitoring in Telemedicine using computer communication network through Bluetooth, Wi-Fi, Internet Android Mobile S.Saravanan Research Scholar, Department of CSE, Rajiv Gandhi college of

More information

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

Implementation of Smart Homes and Industrial Automation System with Secure Communication over GSM Universal Journal of Electrical and Electronic Engineering 3(4): 125-131, 2015 DOI: 10.13189/ujeee.2015.030403 http://www.hrpub.org Implementation of Smart Homes and Industrial Automation System with Secure

More information

BT LE RFID Reader v1.0

BT LE RFID Reader v1.0 BT LE RFID Reader v1.0 The board The BT LE RFID Reader board v1.0 is shown below. On the board there are the following components: Power connector J7 with positive voltage going to pin 1 (red wire) and

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

Stellaris Based Integrating Web Servers in Embedded Applications

Stellaris Based Integrating Web Servers in Embedded Applications Stellaris Based Integrating Web Servers in Embedded Applications S.Karthick 1, K.Arun Kumar 2 Assistant Professor, Dept of ECE, Jeppiaar Institute of Technology, Chennai, Tamilnadu, India 1 Associate Professor,

More information

IoT concepts Andrea Acquaviva EDA group Politecnico di Torino, Italy

IoT concepts Andrea Acquaviva EDA group Politecnico di Torino, Italy IoT concepts Andrea Acquaviva EDA group Politecnico di Torino, Italy Outline Introduction to the concept of IoT: paradigm, functionalities and requirements IoT devices features: sensing, processing, communication

More information

Fast remote data access for control of TCP/IP network using android Mobile device

Fast remote data access for control of TCP/IP network using android Mobile device RESEARCH ARTICLE OPEN ACCESS Fast remote data access for control of TCP/IP network using android Mobile device Vaibhav Muddebihalkar *, R.M Gaudar** (Department of Computer Engineering, MIT AOE Alandi

More information

Monitoring solar PV output

Monitoring solar PV output Monitoring solar PV output Introduction Monitoring of your solar PV output is useful to see the actual outputs. This can be measured from the inverter and/or mains using current clamps or pulse meters

More information

Implementation of Knock Based Security System

Implementation of Knock Based Security System Implementation of Knock Based Security System Gunjan Jewani Student, Department of Computer science & Engineering, Nagpur Institute of Technology, Nagpur, India ABSTRACT: Security is one of the most critical

More information

Internet of Things based approach to Agriculture Monitoring

Internet of Things based approach to Agriculture Monitoring Internet of Things based approach to Agriculture Monitoring A. Paventhan ERNET India Regional Centre, Bangalore Asia-Pacific Advanced Network (APAN) 36th Meeting 20th August 2013 1 / 19 Outline 1 IP-based

More information

DETECTION OF CONTRAVENTION IN MOBILE CLOUD SERVICES

DETECTION OF CONTRAVENTION IN MOBILE CLOUD SERVICES IJITE Vol. 4 No.1-2 January-December 2013, pp.13-17 International Sciences Press DETECTION OF CONTRAVENTION IN MOBILE CLOUD SERVICES D. Lakshmana Kumar 1 and G. Draksha 2 1 M.Tech. Student, Department

More information

Field Service Application

Field Service Application Field Service Terminal Wi-Fi, and WCDMA/HSDPA or GPRS wireless technology Built-in 1D Laser/2D Imager Scan Engine and Supports Mifare (ISO 14443A) 43A) Felica (ISO 14443B) and ISO 15693 reader 3 Megapixels

More information

Automated Garden Monitoring System

Automated Garden Monitoring System Automated Garden Monitoring System Project Proposal Proposed by Stacy Mar, Brandon Meyers, and Devin Mullins Table of Contents Executive Summary... 2 Project Description... 2 Background and Competition...

More information

Reducing Configuration Complexity with Next Gen IoT Networks

Reducing Configuration Complexity with Next Gen IoT Networks Reducing Configuration Complexity with Next Gen IoT Networks Orama Inc. November, 2015 1 Network Lighting Controls Low Penetration - Why? Commissioning is very time-consuming & expensive Network configuration

More information

Home Automation & Security System Using Arduino Android ADK

Home Automation & Security System Using Arduino Android ADK Home Automation & Security System Using Arduino Android ADK P Pavan Kumar 1, G Tirumala Vasu 2 1 PG Scholar, SIETK, Puttur, Andhra Pradesh, India, pavan.android961@gmail.com 2 Assistance Professor M.Tech

More information

Connecting IPv6 capable Bluetooth Low Energy sensors with the Internet of Things

Connecting IPv6 capable Bluetooth Low Energy sensors with the Internet of Things Connecting IPv6 capable Bluetooth Low Energy sensors with the Internet of Things Johanna Nieminen (Nokia), Future Internet SHOK preconference 30.05.2012 IoT Taxonomy ZigBee 802.5.4 Bluetooth Video RFID

More information

Building a Home Security System with Arduino

Building a Home Security System with Arduino Fr ee Arduino is an open source microcontroller built on a single circuit board that is capable of receiving sensory input from the environment and controlling interactive physical objects. This book will

More information

Design and Performance Analysis of Building Monitoring System with Wireless Sensor Networks

Design and Performance Analysis of Building Monitoring System with Wireless Sensor Networks Design and Performance Analysis of Building Monitoring System with Wireless Sensor Networks Mohammed A. Abdala & Alaa Mohammed Salih Department of Networks, College of Information Engineering, University

More information

Novel AMR technologies and Remote Monitoring

Novel AMR technologies and Remote Monitoring Novel AMR technologies and Remote Monitoring Marios Milis, SignalGeneriX Ltd marios.milis@signalgenerix.com 1 AMR Overview AMR is the technology of automatically collecting consumption, diagnostic, and

More information

rm Management apping eather iagnostics Integrating ntroller adcell/sensors lematics

rm Management apping eather iagnostics Integrating ntroller adcell/sensors lematics rm Management apping eather iagnostics Integrating Agricultural IMPLEMENT Control & monitoring with ISOBUS, SmartphoneS & Tablets Sma Tab Virt ntroller adcell/sensors lematics Over the years, the agriculture

More information

Zigbee-Based Wireless Distance Measuring Sensor System

Zigbee-Based Wireless Distance Measuring Sensor System Zigbee-Based Wireless Distance Measuring Sensor System Ondrej Sajdl 1, Jaromir Zak 1, Radimir Vrba 1 1 Department of Microelectronics, Brno University of Technology, FEEC, Udolni 53, 602 00 Brno, Czech

More information

Short range low power wireless devices and Internet of Things (IoT)

Short range low power wireless devices and Internet of Things (IoT) Short range low power wireless devices and Internet of Things (IoT) White paper Author Mats Andersson Senior Director Technology, Product Center Short Range Radio, u-blox Abstract This paper discusses

More information

ANDROID BASED SECURITY AND HOME AUTOMATION SYSTEM

ANDROID BASED SECURITY AND HOME AUTOMATION SYSTEM ANDROID BASED SECURITY AND HOME AUTOMATION SYSTEM Sadeque Reza Khan 1 and Farzana Sultana Dristy 2 1 Department of Information and Communication Engineering, Chosun University, Korea 2 Department of Computer

More information

Offloading file search operation for performance improvement of smart phones

Offloading file search operation for performance improvement of smart phones Offloading file search operation for performance improvement of smart phones Ashutosh Jain mcs112566@cse.iitd.ac.in Vigya Sharma mcs112564@cse.iitd.ac.in Shehbaz Jaffer mcs112578@cse.iitd.ac.in Kolin Paul

More information

Other 555 based and 8051 based projects...

Other 555 based and 8051 based projects... Dear Engineer, We at ARK Technosolutions try to bring out the Innovative side in budding engineers by providing them workshops, which emphasise on Practical Knowledge which they do not seek in their daily

More information

Solar Powered Smart Irrigation System

Solar Powered Smart Irrigation System Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 4, Number 4 (2014), pp. 341-346 Research India Publications http://www.ripublication.com/aeee.htm Solar Powered Smart Irrigation System

More information

Mobile Adaptive Opportunistic Junction for Health Care Networking in Different Geographical Region

Mobile Adaptive Opportunistic Junction for Health Care Networking in Different Geographical Region International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 4, Number 2 (2014), pp. 113-118 International Research Publications House http://www. irphouse.com /ijict.htm Mobile

More information

Agilitás az Agráriumban

Agilitás az Agráriumban Agilitás az Agráriumban Modellek és use case-ek Biró Attila ITware M2M/IoT connected ITware IoT = (ahol) Internet ott Tárgyak (vannak) Why IoT is growing? IoT is not about products and Technologies. It

More information

A G E N D A I O T P R E S S T O U R

A G E N D A I O T P R E S S T O U R I O T P R E S S T O U R A G E N D A _ Introduction Opening What is IoT The IoT Market _ AVM Strategy What does IoT mean to Avnet Memec? Where does Avnet Memec fit? _ AVM Solutions _ What s Next _ Summary

More information

Raspberry pi based Energy Monitoring System in Chemical Industry

Raspberry pi based Energy Monitoring System in Chemical Industry International Journal of Computer Sciences and Engineering Open Access Technical Paper Volume-4, Issue-4 E-ISSN: 2347-2693 Raspberry pi based Energy Monitoring System in Chemical Industry Giethu Kavanal

More information

WiLink 8 Solutions. Coexistence Solution Highlights. Oct 2013

WiLink 8 Solutions. Coexistence Solution Highlights. Oct 2013 WiLink 8 Solutions Coexistence Solution Highlights Oct 2013 1 Products on market with TI connectivity 2004 2007 2009-11 2013 Use cases: BT voice, WLAN data Features: TDM based operation Strict protection

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

IS187x_BM7x - BLEDK3 v1.01 Release Note

IS187x_BM7x - BLEDK3 v1.01 Release Note IS187x_BM7x - BLEDK3 v1.01 Release Note page 1 Table of Contents Scope:... 4 ersion: v1.0.0... 4 Bugs fixed... 4 Enhancements & New Features... 4 Known Bugs & Limitations... 4 1 Applications... 5 1.1 BLE

More information

PAN1740 Design Guide

PAN1740 Design Guide 1 of 24 PAN1740 2 of 24 TABLE OF CONTENTS 1. Scope of this Document... 3 2. Key benefits when using PAN1740... 3 3. Bluetooth Low Energy... 3 4. Description PAN1740... 4 5. Block Diagram PAN1740 Module...

More information

PM0237 Programming manual

PM0237 Programming manual Programming manual BlueNRG, BlueNRG-MS stacks programming guidelines Introduction Note: The main purpose of this document is to provide a developer with some reference programming guidelines about how

More information

SMS GSM Alarm Messenger

SMS GSM Alarm Messenger SMS GSM Alarm Messenger Data Logging Alarm Input Relay Output Voice Temperature Humidity Analog Input Capture and Send Data via SMS Report triggered alarm via SMS Output triggered via SMS Auto pick up

More information

Syllabus Version 2.5_R (04.04.2016)

Syllabus Version 2.5_R (04.04.2016) Syllabus Version 2.5_R (04.04.2016) CMAP-F-Syllabus V2.5_EN, 04.04.2016 Page 1 of 15 0. Introduction to This Syllabus... 4 0.1 Purpose of this document... 4 0.2 Cognitive Levels of Knowledge... 4 0.3 The

More information

Managing Healthcare Records via Mobile Applications

Managing Healthcare Records via Mobile Applications Managing Healthcare Records via Mobile Applications Eileen Y.P. Li, C.T. Lau and S. Chan Abstract In this paper, a mobile application that facilitates users in managing healthcare records is proposed.

More information

Design of Greenhouse Environment Remote Monitoring System Based on Android Platform

Design of Greenhouse Environment Remote Monitoring System Based on Android Platform 739 A publication of CHEMICAL EGIEERIG TRASACTIOS VOL. 46, 2015 Guest Editors: Peiyu Ren, ancang Li, Huiping Song Copyright 2015, AIDIC Servizi S.r.l., ISB 978-88-95608-37-2; ISS 2283-9216 The Italian

More information

Sensors and actuators are ubiquitous. They are used

Sensors and actuators are ubiquitous. They are used Understanding IEEE 1451 Networked Smart Transducer Interface Standard Eugene Y. Song and Kang Lee istockphoto.com What Is a Smart Transducer? Sensors and actuators are ubiquitous. They are used in a variety

More information

Internet Central Control System

Internet Central Control System Internet Central Control System ... Rain Master is leading the industry with the world s first, most comprehensive and affordable Internet based water management system in the market today! With Automatic

More information

ENERGY SAVING SYSTEM FOR ANDROID SMARTPHONE APPLICATION DEVELOPMENT

ENERGY SAVING SYSTEM FOR ANDROID SMARTPHONE APPLICATION DEVELOPMENT ENERGY SAVING SYSTEM FOR ANDROID SMARTPHONE APPLICATION DEVELOPMENT Dipika K. Nimbokar 1, Ranjit M. Shende 2 1 B.E.,IT,J.D.I.E.T.,Yavatmal,Maharashtra,India,dipika23nimbokar@gmail.com 2 Assistant Prof,

More information

Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations

Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Ryu HyunKi, Moon ChangSoo, Yeo ChangSub, and Lee HaengSuk Abstract In this paper,

More information

Smart Thermostat page 1

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

More information

Thwarting Selective Insider Jamming Attacks in Wireless Network by Delaying Real Time Packet Classification

Thwarting Selective Insider Jamming Attacks in Wireless Network by Delaying Real Time Packet Classification Thwarting Selective Insider Jamming Attacks in Wireless Network by Delaying Real Time Packet Classification LEKSHMI.M.R Department of Computer Science and Engineering, KCG College of Technology Chennai,

More information

FT-1000/GPS-N. System of remote monitoring and control of physical

FT-1000/GPS-N. System of remote monitoring and control of physical FT-1000/GPS-N System of remote monitoring and control of physical Localization of vehicles during transport by sending the values of temperature, RH%, etc.. with relative alarm threshold is exceeded. Send

More information

STMicroelectronics is pleased to present the. SENSational. Attend a FREE One-Day Technical Seminar Near YOU!

STMicroelectronics is pleased to present the. SENSational. Attend a FREE One-Day Technical Seminar Near YOU! SENSational STMicroelectronics is pleased to present the SENSational Seminar Attend a FREE One-Day Technical Seminar Near YOU! Seminar Sensors and the Internet of Things are changing the way we interact

More information

Demystifying Wireless for Real-World Measurement Applications

Demystifying Wireless for Real-World Measurement Applications Proceedings of the IMAC-XXVIII February 1 4, 2010, Jacksonville, Florida USA 2010 Society for Experimental Mechanics Inc. Demystifying Wireless for Real-World Measurement Applications Kurt Veggeberg, Business,

More information

A B S T R A C T. Index Trems- Wi-Fi P2P, WLAN, Mobile Telephony, Piconet I. INTRODUCTION

A B S T R A C T. Index Trems- Wi-Fi P2P, WLAN, Mobile Telephony, Piconet I. INTRODUCTION Wi-Fi Calling Using Android Phones. Mr.Dnyaneshwar Bhusari, Mr.Gaurav Mokase, Mr.Prasad Waghmare, Ms. Kundan Kumar Department of Information Technology D.Y.Patil College of Engineering, Akurdi, Pune, India

More information

Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards

Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards , pp. 143-150 http://dx.doi.org/10.14257/ijseia.2015.9.7.15 Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards Ryu HyunKi 1, Yeo ChangSub 1, Jeonghyun

More information

Online Communication of Critical Parameters in Powerplant Using ZIGBEE

Online Communication of Critical Parameters in Powerplant Using ZIGBEE International Journal of Engineering Science Invention Volume 2 Issue 2 ǁ February. 2013 Online Communication of Critical Parameters in Powerplant Using ZIGBEE D.Santhiya 1, R.Renita Priyatharshini 2,K.C.Dhivya

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

An ECG Monitoring and Alarming System Based On Android Smart Phone

An ECG Monitoring and Alarming System Based On Android Smart Phone Communications and Network, 2013, 5, 584-589 http://dx.doi.org/10.4236/cn.2013.53b2105 Published Online September 2013 (http://www.scirp.org/journal/cn) An ECG Monitoring and Alarming System Based On Android

More information

Spirit: Security and Privacy in Real-Time Monitoring System Huafeng Wu, Chaojian Shi, Seiya Miyazaki

Spirit: Security and Privacy in Real-Time Monitoring System Huafeng Wu, Chaojian Shi, Seiya Miyazaki Spirit: Security and Privacy in Real-Time Monitoring System Merchant Marine College, Shanghai Maritime University, Shanghai, 201306, China hfwu@shmtu.edu.cn, cjshi@shmtu.edu.cn, seiya@cmu.edu doi:10.4156/jcit.vol5.

More information

IOTIVITY AND EMBEDDED LINUX SUPPORT. Kishen Maloor Intel Open Source Technology Center

IOTIVITY AND EMBEDDED LINUX SUPPORT. Kishen Maloor Intel Open Source Technology Center IOTIVITY AND EMBEDDED LINUX SUPPORT Kishen Maloor Intel Open Source Technology Center Outline Brief introduction to IoTivity Software development challenges in embedded Yocto Project and how it addresses

More information

Study on Differential Protection of Transmission Line Using Wireless Communication

Study on Differential Protection of Transmission Line Using Wireless Communication Study on Differential Protection of Transmission Line Using Wireless Communication George John.P 1, Agna Prince 2, Akhila.K.K 3, Guy Marcel 4, Harikrishnan.P 5 Professor, Dept. of EEE, MA Engineering College,

More information

IoT Management Solution icignal IoT

IoT Management Solution icignal IoT IoT Management Solution icignal IoT Change of Market and Customer Market Trend Consumer Trend Living room School Library 28% 64% 61% 29% Other 35% Smartphone Work 53% Bedroom Kitchen 51% Bathroom 50% Coffee

More information

Prachi T. Deokar, Dr. Manoj S. Nagmode Department of Electronics & Telecommunications, MITCOE, Pune, India 411005 Prachi.deokar19@gmail.

Prachi T. Deokar, Dr. Manoj S. Nagmode Department of Electronics & Telecommunications, MITCOE, Pune, India 411005 Prachi.deokar19@gmail. Cloud Server Based Home Automation System Using Android Phone Prachi T. Deokar, Dr. Manoj S. Nagmode Department of Electronics & Telecommunications, MITCOE, Pune, India 411005 Prachi.deokar19@gmail.com

More information

Keywords: GPS, GSM, AVR Microcontroller, SMS.

Keywords: GPS, GSM, AVR Microcontroller, SMS. Volume 5, Issue 4, 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A System for Car Accident

More information

UPiS - Uninterruptible Power intelligent Supply

UPiS - Uninterruptible Power intelligent Supply UPiS - Uninterruptible Power intelligent Supply www.pimodules.com Introduction The UPiS is an Advanced Powering add-on Module for the RaspberryPi that adds a wealth of additional features to the powering

More information

MEDICAL ALERT SYSTEM FOR REMOTE HEALTH MONITORING USING SENSORS AND CLOUD COMPUTING

MEDICAL ALERT SYSTEM FOR REMOTE HEALTH MONITORING USING SENSORS AND CLOUD COMPUTING MEDICAL ALERT SYSTEM FOR REMOTE HEALTH MONITORING USING SENSORS AND CLOUD COMPUTING Indumathy N 1, Dr.Kiran Kumari Patil 2 1 M Tech Scholar, Dept of CSE, Reva Institute of Technology and Management, Bangalore,

More information

IOT the Last Miles. Tze Chiew (PSM) tze.chiew@advantech.nl Jaap Breepoel (FAE) jaap.breepoel@advantech.nl

IOT the Last Miles. Tze Chiew (PSM) tze.chiew@advantech.nl Jaap Breepoel (FAE) jaap.breepoel@advantech.nl IOT the Last Miles Tze Chiew (PSM) tze.chiew@advantech.nl Jaap Breepoel (FAE) jaap.breepoel@advantech.nl Embedded IoT Solution Embedded IoT Software Remote Management Security OS Intelligent Systems RISC,

More information

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

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

More information