INTEGRATION OF HOUSEHOLD APPLIANCES TO THE EXISTING INTERNET INFRASTRUCTURE

Size: px
Start display at page:

Download "INTEGRATION OF HOUSEHOLD APPLIANCES TO THE EXISTING INTERNET INFRASTRUCTURE"

Transcription

1 10th International DAAAM Baltic Conference "INDUSTRIAL ENGINEERING" May 2015, Tallinn, Estonia INTEGRATION OF HOUSEHOLD APPLIANCES TO THE EXISTING INTERNET INFRASTRUCTURE Airola, A.; Jousimaa, O.; Niemi, K.; Vuokko, S.; Kiviluoma, P. & Kuosmanen, P. Abstract: The Internet of Things (IoT) is an interconnection between uniquely identifiable computer systems and existing Internet infrastructure. The field is quickly growing while large companies are starting to take interest in it. To study possibilities and challenges of Internet connected devices, an ordinary coffee maker was modified to receive commands and send status over the Internet as a first experiment. A smartphone application was built as a controlling user interface. Adding Internet connectivity was forthright to accomplish, but delay of message delivery did real time control unfeasible. This study approached the problem by considering how to add value to basic devices with relatively low-priced components. The ultimate outcome would be a future household where appliances can communicate with each other and the user. Key words: Internet of Things, WiFi, Home Automation 1 INTRODUCTION The Internet connected computer systems can currently be small embedded microcontrollers, which can be installed virtually to any possible object. These devices can vary in size from a large industrial paper machine to tiny heart monitoring implant or biochip. Their function can be either passive or active depending on whether they have only sensors to measure current function of the machine or also actuators so that the device can be remotely controlled. It is common between many of these applications to utilize an IP address (IPv4 or IPv6) as a handle [2]. Thus each machine can be monitored or controlled individually. In recent years, IoT has been making a significant breakthrough in every industrial field. In addition, home automation utilizing IoT is increasingly adapting to our household appliances. It is a concept of utilizing cloud services to improve user experience of everyday devices. Because the field is quite novel, there are a lot of elementary research to be done. [3] Smart household devices have existed for many years [4] but still none of them has become commercially successful. Many of them are too futuristic or highly priced to fit every household. Rapid development of technology and lack of multi-vendorplatform have limited lifecycle of intelligent household devices [3] [5] [6]. In this research paper, new ways to incorporate Internet to existing, everyday household appliances will be investigated. As a part of the project, an expandable platform and a few demonstration applications were built. The main ideology was integration: same user interface can be used to control multiple different household devices [7]. Second key-concept was to utilize existing infrastructure such as WiFi connection and smartphones. The first goal was to build a coffee maker, which is remotely controllable via smartphone application. The main idea was that the coffee maker is able to dose the correct amount of water and coffee ground [1]

2 based on the user input. The coffee maker is controlled by a WiFi connected microcontroller, which communicates with a cloud server. The server is a proxy between the coffee maker and the smartphone. The secondary goal was to add more appliances to be controlled with the same smartphone application. LED lighting was decided to be incorporated to the platform. This way a smart wake-up feature incorporating wake-up alarm, coffee maker and lighting could be implemented: When the alarm shuts off, lights and the coffee maker turn on. Data security of IoT is excluded from this research. The basic working principle of the whole system is shown in Figure 1. Fig. 1. Basic working principle of the system. 2 METHODS 2.1 Coffee maker Safety is one of the highest priorities. To ensure safety, the supply voltage circuitry was decided to be kept as simple as possible. This led to use on-off relays as controlling the AC power to the coffee maker. Water supply is strictly limited to separate water tank to avoid water damages. Arduino Mega microcontroller platform was chosen for its easy connectivity and prototyping features. It also offers great expandability to integrate all desired features but lacks performance to have modern stand-alone user interface. If the device would be mass produced, a custom solution would be justified. ESP8266 WiFi module [8] was used to enable internet connectivity. The third keycomponent was relay board which was used for on-off switching. Devices connected to the relay board were a dosing pump and a coffee maker. Coffee-grinddispenser brought a significant factor of uncertainty. That was caused by its mechanical properties. Required operating torque was discovered to be variable and unknown which led us to select a stepper motor with high torque. Coffee-dispenser was driven with stepper motor attached directly to the rotor, instead of its original crank mechanism. To control the stepper motor, a stepper shield was used. The inlet water hose from the external water tank was attached to the same water line which moves water from coffee maker s own water tank to the coffee filter during brewing. The target was that all the components would be hidden into the base to achieve more finished appearance. The coffeegrind-dispenser was the only visible component due to its location on top of the coffee maker. To fit the dispenser and the stepper motor sturdy to the coffee maker s frame a separate support was manufactured by 3D printing. The basic schematic of the coffee maker unit is shown in Figure LED lighting In addition to coffee maker, a separate control box was developed for LED lighting. Similarly, Arduino Nano and ESP8266 were chosen for control and communication. The control box was designed to support PWM output. Thus the brightness of lights could be adjusted in the user interface. In theory, any other low-voltage and lowpower device could also be connected to this expansion box.

3 Nr. Component 1 Smart phone 2 Cloud 3 Control box for LEDs (inc. Arduino Nano and WiFi module) 4 LED lights 5 WiFi module 6 Arduino Mega 7 Stepper motor 8 Coffee grounds dispenser 9 Water pump 10 Water tank 11 Coffee maker Fig. 2. Basic schematic of the system. 2.3 Programming microcontrollers The Arduinos were programmed using C++ based Arduino programming language [9]. For each subsystem, a separate function was created to ease the task of coding the control sequences in the main loop. First the codes were implemented to control coffee maker and LED lights through the local serial monitor via PC. Later, the WiFi module was incorporated to the code to read the commands directly from the cloud-based server. 2.4 Android application Android application was designed with Android Studio [10] to give an easy and intuitive way for the user to control connected devices. It allowed separate control of the coffee machine and the lamp or simultaneous control of both of the devices. The separate control allowed the user to choose the amount of coffee cups and the time when it starts brewing. Lamp control enabled the user to choose brightness of the lamp on scale from zero to hundred, zero meaning it was switched off. The application also had a wake-up mode which allowed the user to choose a time to wake up. The mode set a wake-up alarm, brewed selected amount of coffee and turned the lights on at that time. 2.5 Cloud server A public Internet facing server acted as a mailbox between the devices. This solved the problem on how different devices could find each other regardless of possible firewalls, NATs or other issues. The server itself didn't have any control logic, it only took data in and presented it in suitable format to user. Having a publicly available connection allowed to have devices controlled from anywhere, it led to a unpredictable lag between sending and receiving commands. Since security is outside the scope of this paper, even basic authentication or encryption in commands wasn t implemented. 3 RESULTS 3.1 Wireless communication The wireless communication between the microcontrollers and the server worked well most of the time. The microcontrollers were pre-programmed to connect to the server every minute and check whether there are any new commands. However, in crowded networks the WiFi modules had some difficulties in connectivity and it took

4 up to ten minutes to get the command transmitted to the device.

5 Fig. 3. Pumping performance data of dosing pump. Wireless connectivity between server and device had also significant latency and jitter in response times. In practice this means that any real-time control over TCP/IP is not feasible, and local microcontroller had to control every timesensitive task such as pumping and dosing. 3.2 Coffee dispensing The automated water dispensing system proved to be reasonable accurate. The pumping data can be seen from Figure 3. As it is presented in the graph, the dispersion of the flow rate is quite low so the closed-loop control wasn t required in the system. On the other hand, the coffee ground dispenser had some issues with moisture condensing inside the dispenser and contaminating the unused coffee grounds. Also the spinning rotor in the dispenser got occasionally jammed because of small coffee ground particles getting wedged between surfaces. However, by grinding wider clearance to the rotor, the problem was solved. The software of the coffee maker was rather simple, linear program. The program polled for new instructions from server roughly at one minute interval, and acted on any commands received. Figure 4 shows the program flowchart of the coffee maker. 3.3 Light dimming The light dimming using PWM turned out to be straight forward to implement. The device controller had three distinct modes: WiFi controlled, Manual controlled and off. The modes selected the source of data: on WiFi mode, data was polled from the server. On Manual mode, user could press the buttons on controller to adjust the duty cycle of PWM outputs. Off mode was for the convenience, it set all the outputs to 0 %. Device also had a watchdog timer to guard against software lockups. In each cycle of the program, a watchdog timer was reset. If the watchdog timer was not reset in eight seconds, the software would be reset and started from initializing the hardware peripherals. Figure 5 shows the program flowchart of LED lights.

6 With the status page, the user could also easily check the current command send to the coffee maker and LED control box. Fig. 5. Software structure of LED lights. Fig. 4. Software structure of coffee maker. While using the coffee maker and the LED lights in the same network, there seemed to be some interference between the devices and the other device occasionally refused to work. By further software tuning, this issue could be achievable to overcome. 3.4 User interface The Android application (Figure 6) turned out to be simple and easy to use. The application had an individual button for each function (coffee, lights, wake-up) and easy sliders to set the right time and amount of cups. Fig. 6. User interface. 4 CONCLUSIONS Internet connection could be used to relay high-level commands, such as Brew 6 cups of coffee at However, unpredictable lag in communication prevented real time control of the system,

7 so local device had to control time-critical tasks such as dosing water. Intelligence in device is important to verify the safety limits of commands, for example to avoid dispensing water amount exceeding water tank capacity and causing water damage to floor structures. If remote operator does not have a line of sight to device being controlled, fault conditions can lead to catastrophic failures. Therefore Internet connected devices should have even more robust safety electronics, such as sensors, than most current household devices. User interface design is extremely important to maintain easy user experience Devices should have a way of presenting status for example to remind user for filter changing. Overall, the project showed that IoT has potential to adapt to everyday household devices. Additional component cost is not the greatest challenge decelerating generalization of IoT but lack of deviceunifying software and hardware platform. By further developing and standardisation, safe and useful concepts could be created. 5 REFERENCES [1] Katasonov, A. & Kaykova, O. & Khriyenko, O. & Nikitin, S & Terziyan, V. Smart Semantic Middleware for the Internet of Things, [Referenced ] [2] 3Com Corporation. Understanding IP Addressing: Everything You Ever Wanted To Know, [Referenced ] [3] Adiono, T. Challenges and Opportunities in Designing Internet of Things, [Referenced ] [4] Withanage, C. & Ashok, R. & Yuen, C. & Otto, K. A Comparison of the Popular Home Automation Technologies, [Referenced ] [5] Wang, W. & Lee, K & Murray, D. Building a Generic Architecture for the Internet of Things, [Referenced ] [6] Nasrin, S. Novel Protocol Enables DIY Home Automation, [Referenced ] [7] Hodges, S. & Taylor, S. & Villar, N. & Scott, J. Prototyping Connected Devices for the Internet of Things, [Referenced ] [8] Espressif Systems. ESPRESSIF SMART CONNECTIVITY PLATFORM: ESP8266, [Referenced ] [9] Arduino Reference page. nce/homepage [Referenced ] [10] Android Studio home page. k/index.html [Referenced ] CORRESPONDING ADDRESS Panu Kiviluoma, D.Sc. (Tech.), Senior University Lecturer Aalto University School of Engineering Department of Engineering Design and Production P.O.Box 14100, Aalto, Finland Phone: panu.kiviluoma@aalto.fi ADDITIONAL DATA ABOUT AUTHORS Airola, Antti, B.Sc. (Tech.) antti.airola@aalto.fi Jousimaa, Otso otso.jousimaa@aalto.fi Niemi, Kalle kalle.niemi@aalto.fi Vuokko, Sami, B.Sc. (Tech.) sami.vuokko@aalto.fi Kuosmanen, Petri, D.Sc. (Tech.), Professor Phone: petri.kuosmanen@aalto.fi

HARDWARE OF SUPERVISORY CONTROL & DATA ACQUISITION SYSTEM

HARDWARE OF SUPERVISORY CONTROL & DATA ACQUISITION SYSTEM Chapter 3 HARDWARE OF SUPERVISORY CONTROL & DATA ACQUISITION SYSTEM Dr. H.K. VERMA Distinguished Professor Department of Electrical and Electronics Engineering School of Engineering and Technology SHARDA

More information

Applications of Programmable Logic Controllers DG31 34

Applications of Programmable Logic Controllers DG31 34 Applications of Programmable Logic Controllers DG31 34 Purpose Unit purpose: This Unit is designed to introduce candidates to Programmable Logic Controllers (PLCs) and enable them to understand how PLCs

More information

A Review:Internet of Things(IoT) Based Smart Home Automation

A Review:Internet of Things(IoT) Based Smart Home Automation A Review:Internet of Things(IoT) Based Smart Home Automation Vimal Nakrani 1, Mayank Panchal 2, Dipesh Thakkar 3,Sanket Pednekar 4, Prof. Yogita Mane 5 1,2,3,4 Information Technology, Universal College

More information

AUTOMATION OF AN EXCAVATOR BOOM MOVEMENT IN 3-DIMENSIONS

AUTOMATION OF AN EXCAVATOR BOOM MOVEMENT IN 3-DIMENSIONS 9 th International AAAM Baltic Conference INUSTRIAL ENGINEERING - -6 April 01, Tallinn, Estonia AUTOMATION OF AN EXCAVATOR BOOM MOVEMENT IN -IMENSIONS Liukkonen, J.; Knuuttila, P.; Nguyen, T.; Ingale,

More information

Power Management Techniques for Low- Energy IoT Devices

Power Management Techniques for Low- Energy IoT Devices Power Management Techniques for Low- Energy IoT Devices Matt Saunders Director of Field Marketing, Microcontroller and Wireless Products, Silicon Labs With the rise of the Internet of Things (IoT), embedded

More information

Design and Implementation of Intelligent Home Control System under the Concept of IoT

Design and Implementation of Intelligent Home Control System under the Concept of IoT 2018 2nd International Conference on Systems, Computing, and Applications (SYSTCA 2018) Design and Implementation of Intelligent Home Control System under the Concept of IoT Weiliang Li1, Hao Yu2, Yantong

More information

IoT based Control and Protection of Electrical Home Appliances

IoT based Control and Protection of Electrical Home Appliances IoT based Control and Protection of Electrical Home Appliances Priyanka Aishwarya M ept. of Electrical & Electronics Engineering, The National Institute of Engineering, Mysore, India Abstract Broadband

More information

Autonomous, Surveillance Fire Extinguisher Robotic Vehicle with Obstacle Detection and Bypass using Arduino Microcontroller

Autonomous, Surveillance Fire Extinguisher Robotic Vehicle with Obstacle Detection and Bypass using Arduino Microcontroller Autonomous, Surveillance Fire Extinguisher Robotic Vehicle with Obstacle Detection and Bypass using Arduino Microcontroller Sumanta Chatterjee Asst. Professor JIS College of Engineering Kalyani, WB, India

More information

Controlling electrical home appliances, using Bluetooth Smart Technology (October 2015) Pedro José Vieira da Silva

Controlling electrical home appliances, using Bluetooth Smart Technology (October 2015) Pedro José Vieira da Silva 1 Controlling electrical home appliances, using Smart Technology (October 2015) Pedro José Vieira da Silva Abstract This report presents and describes a Home Energy Management system that accomplish Home

More information

Wireless Home Control System

Wireless Home Control System WHCS UCF 1 Wireless Home Control System Project members Jimmy Campbell Computer Engineer Grant Hernandez Computer Engineer Joseph Love Electrical Engineer For Senior Design I at the University of Central

More information

Home Automation Via Bluetooth Using Android Platform

Home Automation Via Bluetooth Using Android Platform We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with home automation via

More information

Improving energy usage efficiency in web enabled smart buildings

Improving energy usage efficiency in web enabled smart buildings Improving energy usage efficiency in web enabled smart buildings Szalontai Levente Abstract Today, smart building systems are extending beyond a usual phone or computer network, including any imaginable

More information

Home Automation using IoT

Home Automation using IoT International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 9, Number 6 (2017) pp. 939-944 Research India Publications http://www.ripublication.com Home Automation using IoT Dr. A.

More information

Lesson 5 Arduino Prototype Development Platforms. Chapter-8 L05: "Internet of Things ", Raj Kamal, Publs.: McGraw-Hill Education

Lesson 5 Arduino Prototype Development Platforms. Chapter-8 L05: Internet of Things , Raj Kamal, Publs.: McGraw-Hill Education Lesson 5 Arduino Prototype Development Platforms 1 Arduino Boards, Modules And Shields Popular AVR MCU based products Each board has clear markings on the connection pins, sockets and in-circuit connections

More information

IOTs Based Stepper Motor Control using ARDUINO

IOTs Based Stepper Motor Control using ARDUINO IOTs Based Stepper Motor Control using ARDUINO M. Venkatesan Department of Electrical and Electronics Engineering, Vignan s Lara Institute of Technology an Science, Guntur, Andhra Pradesh venkatesangct@gmail.com

More information

Design and Implementation of Modern Greenhouse System

Design and Implementation of Modern Greenhouse System Design and Implementation of Modern Greenhouse System Zaw Ngwe Lecturer, Department of Electronic Engineering Technological University (Mandalay) Mandalay City, Myanmar Email - zawngwe278@gmail.com Abstract:

More information

SIMPLE WEB CONTROLLED HOME AUTOMATION SYSTEM WITH FAULT DETECTION. Department of Electrical Engineering, Nilai University, Malaysia

SIMPLE WEB CONTROLLED HOME AUTOMATION SYSTEM WITH FAULT DETECTION. Department of Electrical Engineering, Nilai University, Malaysia SIMPLE WEB CONTROLLED HOME AUTOMATION SYSTEM WITH FAULT DETECTION * M. N. Ismanto, E. Abbas Department of Electrical Engineering, Nilai University, Malaysia *Corresponding author s email: mamad_mni@yahoo.co.id

More information

IOT Based Motor & Pump Monitoring System

IOT Based Motor & Pump Monitoring System IOT Based Motor & Pump Monitoring System 1 Suresh Gohane Shraddha Akant 3 Ritu Gedam 4 Samiksha Jawanjal 5 Pradnya Kale 6 Aparna Raikwad 123456 Department of Electronics and Telecommunication Engineering,

More information

Industrial Appliances Control Using Android Mobile & Bluetooth Technology

Industrial Appliances Control Using Android Mobile & Bluetooth Technology International Journal of Engineering and Manufacturing Science. ISSN 2249-3115 Volume 8, Number 1 (2018) pp. 33-42 Research India Publications http://www.ripublication.com Industrial Appliances Control

More information

Home Automation System Using Internet of Things (IOT)

Home Automation System Using Internet of Things (IOT) Home Automation System Using Internet of Things (IOT) Akhil Jain 1, Prerit Mathur 2, Kiran Kumar 3 1-2 UG Scholar, 3 Assistant Professor, Lingaya s University, Faridabad, India Abstract: The main aim behind

More information

Smart Lighting System Final Report Authors Alex Berian, Dustin McCart Client Aleksander Malinowski

Smart Lighting System Final Report Authors Alex Berian, Dustin McCart Client Aleksander Malinowski Smart Lighting System Final Report Authors Alex Berian, Dustin McCart Client Aleksander Malinowski Bradley University Department of Electrical Engineering Date May 10 th, 2016 Executive Summary Smart lighting

More information

Communication Stability Experiment of IOT Car Based on WIFI and Bluetooth

Communication Stability Experiment of IOT Car Based on WIFI and Bluetooth Communication Stability Experiment of IOT Car Based on WIFI and Bluetooth Xiaojia Lin 1, a, Junxing Li 1, b, Yushang Du 2, c and Yuhong Lin 1, d 1School of Electromechanical Engineering, Guangdong University

More information

ARDUINO BOARD LINE UP

ARDUINO BOARD LINE UP Technical Specifications Pinout Diagrams Technical Comparison Board Name Processor Operating/Input Voltage CPU Speed Analog In/Out Digital IO/PWM USB UART 101 Intel Curie 3.3 V/ 7-12V 32MHz 6/0 14/4 Regular

More information

1.4 VPN Processing Principle and Communication Method

1.4 VPN Processing Principle and Communication Method This section contains a description of operation principle and communication method of VPN that can be constructed by SoftEther VPN. An overview of the modules and functions that was used by VPN communications.

More information

International Journal of Computer Sciences and Engineering. Technical Paper Volume-6, Issue-2 E-ISSN:

International Journal of Computer Sciences and Engineering. Technical Paper Volume-6, Issue-2 E-ISSN: International Journal of Computer Sciences and Engineering Open Access Technical Paper Volume-6, Issue-2 E-ISSN: 2347-2693 A Smart Switch to Connect and Disconnect Electrical Devices At Home by Using Internet

More information

Smart Lights. Anthony Chand, James Harrison, Ryad Hafeez, Kevin Patel

Smart Lights. Anthony Chand, James Harrison, Ryad Hafeez, Kevin Patel Smart Lights Anthony Chand, James Harrison, Ryad Hafeez, Kevin Patel Dept. of Electrical Engineering and Computer Science, University of Central Florida, Orlando, Florida 32816-2450 Abstract The Smart

More information

Alessandra de Vitis. Arduino

Alessandra de Vitis. Arduino Alessandra de Vitis Arduino Arduino types Alessandra de Vitis 2 Interfacing Interfacing represents the link between devices that operate with different physical quantities. Interface board or simply or

More information

An intelligent LED landscape lighting system

An intelligent LED landscape lighting system An intelligent landscape lighting system Lei Zhang 1,2,*, Jie Fang 1,2 and Ping Yu 1,2 1 School of electrical and photoelectrical Engineering. West Anhui University, Lu an, Anhui, 237012 2 Intelligent

More information

Lowering Lifecycle Costs

Lowering Lifecycle Costs Lowering Lifecycle Costs with Intelligent Motor Control Centers Standards Certification Education & Training Publishing Conferences & Exhibits Speakers: Presented and Authored by Jeff M. Miller, PE, ENV

More information

The Application of Programmable Controller to Chip Design. Shihong Lan 1, Jian Zhang 2

The Application of Programmable Controller to Chip Design. Shihong Lan 1, Jian Zhang 2 Applied Mechanics and Materials Online: 2013-01-11 ISSN: 1662-7482, Vol. 273, pp 722-725 doi:10.4028/www.scientific.net/amm.273.722 2013 Trans Tech Publications, Switzerland The Application of Programmable

More information

Smart Organization. Vivek Ghule Department of Computer Engineering Vishwakarma Institute of Information Technology Pune, India

Smart Organization. Vivek Ghule Department of Computer Engineering Vishwakarma Institute of Information Technology Pune, India 2017 IEEE 7th International Advance Computing Conference Smart Organization Vivek Ghule Department of Computer Engineering Vishwakarma Institute of Information Technology Pune, India vivekgghule@gmail.com

More information

STM32G0 MCU Series Efficiency at its Best

STM32G0 MCU Series Efficiency at its Best STM32G0 MCU Series Efficiency at its Best Key Messages of STM32G0 Series 2 2 3 Efficient Arm Cortex -M0+ at 64 MHz Compact cost: maximum I/Os count Best RAM/Flash Ratio Smallest possible package down to

More information

IoT Based Smart Energy Meter Monitoring and Theft Detection for Home Management System

IoT Based Smart Energy Meter Monitoring and Theft Detection for Home Management System This work by IJARBEST is licensed under Creative Commons Attribution 4.0 International License. Available at https://www.ijarbest.com/archive IoT Based Smart Energy Meter Monitoring and Theft Detection

More information

Pew Pew. Craig Hiller, Chris Hsu, Leo Kam, Kevin Wu

Pew Pew. Craig Hiller, Chris Hsu, Leo Kam, Kevin Wu Pew Pew Craig Hiller, Chris Hsu, Leo Kam, Kevin Wu Our inspiration Craig s Roommate At a hackathon The idea sprouted An automated turret! Kevin Casey What we made Let s back track Goal Requirements Components

More information

USER S MANUAL. C11S- MULTIFUNTCION CNC BOARD Rev. 1.2

USER S MANUAL. C11S- MULTIFUNTCION CNC BOARD Rev. 1.2 USER S MANUAL C11S- MULTIFUNTCION CNC BOARD Rev. 1.2 SEPTEMBER 2014 User s Manual Page i TABLE OF CONTENTS Page # 1. Overview... 1 2. Features... 1 3. Specifications... 3 4. BOARD DESCRIPTION... 4 5. Special

More information

USER S MANUAL. C11- MULTIFUNTCION CNC BOARD Rev. 9.9

USER S MANUAL. C11- MULTIFUNTCION CNC BOARD Rev. 9.9 USER S MANUAL C11- MULTIFUNTCION CNC BOARD Rev. 9.9 FEBRUARY, 2015 User s Manual Page i TABLE OF CONTENTS Page # 1. Overview... 1 2. Features... 1 3. Specifications... 3 4. BOARD DESCRIPTION... 4 5. Special

More information

THE WIRELESS HYDROSTATIC TRANSMISSION CONTROL BY THE USE OF MOBILE TECHNOLOGY

THE WIRELESS HYDROSTATIC TRANSMISSION CONTROL BY THE USE OF MOBILE TECHNOLOGY Journal of KONES Powertrain and Transport, Vol. 21, No. 2 2014 ISSN: 1231-4005 e-issn: 2354-0133 ICID: 1133891 DOI: 10.5604/12314005.1133891 THE WIRELESS HYDROSTATIC TRANSMISSION CONTROL BY THE USE OF

More information

Remote monitoring in open water

Remote monitoring in open water www.acalbf i.com Remote monitoring in open water Case study The challenges of open-water moorings In every marina there are only a limited number of shore moorings available, and securing one is a competitive,

More information

Home Automation System Using Bluetooth Technology

Home Automation System Using Bluetooth Technology Home Automation System Using Bluetooth Technology Karanjeet Indrajeet Chauhan 1, Indrajit Chauhan 2, Shashikant Yadav 3, Saurabh Suman 4 1,2,3 Shree L.R. Tiwari College of Engineering 4 Assistant Professor,

More information

A Home Automation Control System using IoT with Arduino.

A Home Automation Control System using IoT with Arduino. A Home Automation Control System using IoT with Arduino. Atish Samantaray 1, Chandrashekhar Yadav 1, Aditya Dwivedi 1, Dr. G. Paavai Anand 2 SRM Institute of Science And Technology, Vadapalani, India 1.

More information

Study on Computer Network Technology of Digital Library

Study on Computer Network Technology of Digital Library International Symposium on Computers & Informatics (ISCI 2015) Study on Computer Network Technology of Digital Library Yanming Sui LinYi University, Linyi, China suiyanming@lyu.edu.cn Abstract With the

More information

building automation system

building automation system building automation system THIS IS NOT JUST ANOTHER BUILDING AUTOMATION SYSTEM. THIS IS A BREAKTHROUGH! Grenton is a system which does everything other intelligent building systems do, but it does it in

More information

Varnish Streaming Server

Varnish Streaming Server Varnish Streaming Server Delivering reliable, high-performance streaming, particularly of live, over-the-top (OTT) and video on demand (VoD) media, is at the heart of the challenge companies face. HTTP

More information

Smart Office Area Monitoring and Control Based on IoT

Smart Office Area Monitoring and Control Based on IoT Smart Office Area Monitoring and Control Based on IoT [1] Prof.S.A.Shaikh, [2] Aparna S. Kapare [1] Associate Professor P.R.E.C, Loni, [2] P.G Student, P.R.E.C, Loni [1] shakils68@rediffmail.coml.com,

More information

IoT based weather controlled smart green house

IoT based weather controlled smart green house IoT based weather controlled smart green house Roopa S. 1, Yashwanth H.P 2 1 Assistant professor, Dept. of E & C, Siddaganga Insitute of Technology, Tumakuru 2 Dept. of E & C, Siddaganga Insitute of Technology,

More information

AC1750 Smart WiFi Router ac Dual Band Gigabit

AC1750 Smart WiFi Router ac Dual Band Gigabit Performance & Use AC1750 WiFi 450+1300Mbps speeds High-power external antennas Nighthawk App Easily set up and monitor your home network Circle with Disney - Smart Parental Controls Manage content and

More information

RFID Controlled Door Lock

RFID Controlled Door Lock Trinity University Digital Commons @ Trinity Mechatronics Final Projects Engineering Science Department 5-2018 RFID Controlled Door Lock Brayden Burns Trinity University, bburns@trinity.edu Daniel Dahlinger

More information

AC1200 Smart WiFi Router

AC1200 Smart WiFi Router Performance & Use AC1200-300+900Mbps speeds High-power external antennas Nighthawk App Easily set up and monitor your home network 880MHz processor delivers high-performance connectivity USB 2.0 port --Wirelessly

More information

What are Embedded Systems? Lecture 1 Introduction to Embedded Systems & Software

What are Embedded Systems? Lecture 1 Introduction to Embedded Systems & Software What are Embedded Systems? 1 Lecture 1 Introduction to Embedded Systems & Software Roopa Rangaswami October 9, 2002 Embedded systems are computer systems that monitor, respond to, or control an external

More information

LonHand series product specification

LonHand series product specification LonHand series product specification USR-WIFIIO-83 File Version: V1.4 Jinan USR IOT Technology Limited 1 / 29 tec@usr.cn Content LonHand series product specification... 1 Content... 2 1. Quick start...

More information

Preliminary Datasheet MX Axis Stepper Drive with Breakout Board & I/O s. Preliminary V1.0

Preliminary Datasheet MX Axis Stepper Drive with Breakout Board & I/O s. Preliminary V1.0 Preliminary Datasheet MX4660 4-Axis Stepper Drive with Breakout Board & I/O s Preliminary V1.0 Features Power up to 4 stepper motors of NEMA 17, 23, 24, or 34 Sophisticated stepper motor control based

More information

ADVANCED TRAINING INSTITUTE, HYDERABAD

ADVANCED TRAINING INSTITUTE, HYDERABAD Revision:01 LEARNING CONTENT Page 1 of 8 III COURSE CODE IA-01 COURSE TITLE PLC PROGRAMMING FOR INDUSTRIAL AUTOMATION OBJECTES On completion of the course, the learner will be able to explain the applications

More information

Industrial IOT Gateway Family Datasheet

Industrial IOT Gateway Family Datasheet Industrial IOT Gateway Family Datasheet GW-Series Overview Samsara IoT gateways securely connect sensor data to the Samsara cloud. All models include WiFi and built-in cellular connectivity, storage, and

More information

Sennheiser Business Solutions. Visitor guidance & audio streaming

Sennheiser Business Solutions. Visitor guidance & audio streaming A Sennheiser Business Solutions Visitor guidance & audio streaming B 1 Learning requires listening. Sennheiser develops state-of-the-art audio technologies to bring culture and education to life for everyone.

More information

Smart Irrigation System Using Internet of Things

Smart Irrigation System Using Internet of Things Bonfring International Journal of Research in Communication Engineering, Vol. 6, Special Issue, November 2016 4 Smart Irrigation System Using Internet of Things Babanna Kumbar, Basavaraj Galagi, Bheemashankar

More information

Smart Helmet Based On IoT Technology

Smart Helmet Based On IoT Technology Smart Helmet Based On IoT Technology Mohammed Khaja Areebuddin Aatif 1, Ainapurapu Manoj 2 1,2 Dept. of Computer Science and Engineering, Vasavi College of Engineering (Autonomous) Ibrahimbagh, Hyderabad-31,

More information

2. REAL-TIME CONTROL SYSTEM AND REAL-TIME NETWORKS

2. REAL-TIME CONTROL SYSTEM AND REAL-TIME NETWORKS 2. REAL-TIME CONTROL SYSTEM AND REAL-TIME NETWORKS 2.1 Real-Time and Control Computer based digital controllers typically have the ability to monitor a number of discrete and analog inputs, perform complex

More information

09/05/2014. Engaging electronics for the new D&T curriculum. Geoff Hampson Managing Director of Kitronik. Presentation overview

09/05/2014. Engaging electronics for the new D&T curriculum. Geoff Hampson Managing Director of Kitronik. Presentation overview Presentation overview Engaging electronics for the new D&T curriculum Geoff Hampson Managing Director of Kitronik What to include Free web resources Electronic project ideas Using programmable components

More information

ICMIEE-PI Real-Time Monitoring and Controlling of Remote Electrical Device Using Microcontroller and Android Smart Phone via Internet

ICMIEE-PI Real-Time Monitoring and Controlling of Remote Electrical Device Using Microcontroller and Android Smart Phone via Internet International Conference on Mechanical, Industrial and Energy Engineering 2014 26-27 December, 2014, Khulna, BANGLADESH ICMIEE-PI-140166 Real-Time Monitoring and Controlling of Remote Electrical Device

More information

INTERNET OF THINGS BASED OFFICE AUTOMATION SYSTEM USING ANDROID

INTERNET OF THINGS BASED OFFICE AUTOMATION SYSTEM USING ANDROID INTERNET OF THINGS BASED OFFICE AUTOMATION SYSTEM USING ANDROID Aparna S. Kapare 1, Prof S.A.Shaikh 2 1 PG Student, Pravara Rural College of Engg, Loni 2 Associate Professor, Pravara Rural College of Engg,

More information

Smart automation based on IoT and GSM module

Smart automation based on IoT and GSM module Vol 1 I Issue 2 I 2018 Smart automation based on IoT and GSM module FaizMohammed Masi 1*, Patel KamiyabHusain 2, KurbanHusain A. Masi 3 1 Charotar University of Science and Technology University, Changa.

More information

IEC Implementation of Service Oriented Architecture: Case Study

IEC Implementation of Service Oriented Architecture: Case Study IEEE Conference on Robotics and Automation (ICRA 14), Hong Kong, May, 2014, submitted IEC 61499 Implementation of Service Oriented Architecture: Case Study Valeriy Vyatkin, Luleå University of Technology,

More information

Smart heating system. with wireless thermostats & smartphone control for every room. Get the most out of any water based underfloor heating

Smart heating system. with wireless thermostats & smartphone control for every room. Get the most out of any water based underfloor heating Smart heating system with wireless thermostats & smartphone control for every room Get the most out of any water based underfloor heating DETAILED OVERVIEW Control the heating in your home from anywhere.

More information

SWE 760 Lecture 1: Introduction to Analysis & Design of Real-Time Embedded Systems

SWE 760 Lecture 1: Introduction to Analysis & Design of Real-Time Embedded Systems SWE 760 Lecture 1: Introduction to Analysis & Design of Real-Time Embedded Systems Hassan Gomaa References: H. Gomaa, Chapters 1, 2, 3 - Real-Time Software Design for Embedded Systems, Cambridge University

More information

INDUCTION MOTOR CONDITION MONITORING AND CONTROLLING BASED ON IOT

INDUCTION MOTOR CONDITION MONITORING AND CONTROLLING BASED ON IOT INDUCTION MOTOR CONDITION MONITORING AND CONTROLLING BASED ON IOT Seenivasan V 1,Ponkumar K 1,Venkatraman R 1, Jeslindrusilanesamalar J 2 1Dept of Electrical and Electronics Engineering, Kamaraj College

More information

AC1000 Dual Band WiFi Router

AC1000 Dual Band WiFi Router Performance & Use WiFi speeds up to 300+700Mbps Upgrade your WiFi to support new AC devices Works with all N150, N300, N600 and AC devices Nighthawk App Easily set up and monitor your home network Ultimate

More information

Autorama, Connecting Your Car to

Autorama, Connecting Your Car to Autorama, Connecting Your Car to the Internet of Tomorrow Nicholas Sargologos, Senior Marketing Manager, Digital Networking Freescale Semiconductor Overview Automotive OEMs need a secure, managed process

More information

Functional Specifications for a Smart Baby Cradle Simon Fraser University School of Engineer 2016

Functional Specifications for a Smart Baby Cradle Simon Fraser University School of Engineer 2016 March 10, 2016 Dr. Andrew Rawicz School of Engineering Science Simon Fraser University Burnaby, BC V5A 1S6 Re: ENSC 440 Design Specification for a Smart Baby Cradle Dear Dr. Rawicz, The following document

More information

Hardware Installation Manual MX Axis Stepper Drive with Breakout Board & I/O s

Hardware Installation Manual MX Axis Stepper Drive with Breakout Board & I/O s Hardware Installation Manual MX3660 3-Axis Stepper Drive with Breakout Board & I/O s Version 1.0 11 / 2013 Hardware Manual for MX3660 3-Axis Stepper Drive with Breakout Board & I/O s ii Notice Read this

More information

IT S TIME FOR COMFORT LIVING

IT S TIME FOR COMFORT LIVING IT S TIME FOR COMFORT LIVING LIGHT UP YOUR LIFE WITH FINDER MANAGING YOUR LIGHTING WITH FINDER PRODUCTS MEANS A MORE RESTFUL AND COMFORTABLE ENVIRONMENT, A MORE EFFECTIVE WORKING SPACE AND A MORE EFFICIENT

More information

Smart Power Flow Monitoring and Control

Smart Power Flow Monitoring and Control IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 10 April 2016 ISSN (online): 2349-784X John Richardson. J Mathivathani. N Karthikeyan. K Preethi. PA Vivekanandhan. C Vice

More information

Valley. Controls RELIABLE DURABLE PRECISE ADVANCED RESPONSIVE

Valley. Controls RELIABLE DURABLE PRECISE ADVANCED RESPONSIVE Valley Controls RELIABLE DURABLE PRECISE ADVANCED RESPONSIVE Valley Control Panels Valley ICON Model Display Remote Device WiFi Access AgSense ICON Link Key Features 10-inch Color Touchscreen Option available

More information

Wired VS Wireless Poll Results

Wired VS Wireless Poll Results Wired VS Wireless Poll Results Date: 8/7/2018 Respondents: 82 professional integrators We have seen wireless technologies develop right in front of our eyes for about 20 years: In 1997 г. IEEE 802.11 «Wireless

More information

WiFi Smart Converter User Manual WiFi Smart Plug SH330W

WiFi Smart Converter User Manual WiFi Smart Plug SH330W WiFi Smart Converter User Manual WiFi Smart Plug SH330W About This Guide This guide provides a brief introduction to Smart Plug and the Smart Life app, as well as regulatory information. Please note that

More information

ANDROID MOBILE BASED HOME AUTOMATION USING BLUETOOTH

ANDROID MOBILE BASED HOME AUTOMATION USING BLUETOOTH ANDROID MOBILE BASED HOME AUTOMATION USING BLUETOOTH D.Jaya Sree 1 M.Jhansi Lakshmi 2 1 M.TECH-(CSE), Global Institute Of Engineering And Technology 2 Associate professor, Dept.of CSE, Global Institute

More information

ENHANCING INTELLIGENCE IN THE INTERNET OF THINGS The Business of Embedded Virtualization Alexander Damisch, Director, Industrial Vertical, Wind River

ENHANCING INTELLIGENCE IN THE INTERNET OF THINGS The Business of Embedded Virtualization Alexander Damisch, Director, Industrial Vertical, Wind River ENHANCING INTELLIGENCE IN THE INTERNET OF THINGS The Business of Embedded Virtualization Alexander Damisch, Director, Industrial Vertical, Wind River INNOVATORS START HERE. EXECUTIVE SUMMARY A key driver

More information

Voice Recognition Based Smart Home Control System

Voice Recognition Based Smart Home Control System International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 6, Issue 4 [April 2017] PP: 01-05 Voice Recognition Based Smart Home Control System Awadalla Taifour Ali 1, Eisa

More information

L2 - Internet of Things

L2 - Internet of Things UNIK4750 - Measurable Security for the Internet of Things L2 - Internet of Things György Kálmán, UiO/NTNU/mnemonic gyorgy.kalman@its.uio.no Josef Noll UiO/UNIK josef.noll@its.uio.no http://cwi.unik.no/wiki/unik4750,

More information

AC1750 Smart WiFi Router ac Dual Band Gigabit

AC1750 Smart WiFi Router ac Dual Band Gigabit Performance & Use AC1750 AC1750 WiFi 450+1300 Mbps speeds High-power external antennas 1750 DUAL BAND 450+1300 RANGE Ideal for homes with 12 or more WiFi devices NETGEAR genie App with remote access The

More information

IIOT AND CAN BASED INDUSTRIAL PARAMETERS MONITORING AND CONTROL

IIOT AND CAN BASED INDUSTRIAL PARAMETERS MONITORING AND CONTROL IIOT AND CAN BASED INDUSTRIAL PARAMETERS MONITORING AND CONTROL Mr. Sushil K. Jadhav 1, Dr. Dipak V. Nehete 2 1PG. Student, Master's in Automation Engineering, 2Associate Professor, MIT college of Engineering,

More information

IMPLEMENTATION OF SMART HOME AUTOMATION USING RASPBERRY PI

IMPLEMENTATION OF SMART HOME AUTOMATION USING RASPBERRY PI IMPLEMENTATION OF SMART HOME AUTOMATION USING RASPBERRY PI R.Ramya 1, C.Girisarathi 2, A.Jayaprakash 3, A.Karthikha 4, M.Srimalini 5 Assistant Professor 1, Students 2,3,4,5 Department of Electronics and

More information

Safety relays PNOZ X

Safety relays PNOZ X Safety relays PNOZ X Safety relays from the product range PNOZ X are proven through their reliability and robustness and have developed a wide application range in the most varied of safety applications.

More information

Valley. Controls. reliable durable precise advanced responsive

Valley. Controls. reliable durable precise advanced responsive Valley Controls reliable durable precise advanced responsive Valley Control Panels Valley ICON Model Display Edge-of-Field WiFi AgSense ICON Link Key Features 10-inch Color Touchscreen Option available

More information

B a l d o r V S 1 A C M i c r o d r i v e s C o m p a c t. C o s t E f f i c i e n t. R e l i a b l e.

B a l d o r V S 1 A C M i c r o d r i v e s C o m p a c t. C o s t E f f i c i e n t. R e l i a b l e. B a l d o r V S 1 A C M i c r o d r i v e s C o m p a c t. C o s t E f f i c i e n t. R e l i a b l e. Quality, reliability, and performance these are characteristics shared by every Baldor product. These

More information

Valley. Controls RELIABLE DURABLE PRECISE ADVANCED RESPONSIVE

Valley. Controls RELIABLE DURABLE PRECISE ADVANCED RESPONSIVE Valley Controls RELIABLE DURABLE PRECISE ADVANCED RESPONSIVE Valley Control Panels Valley ICON Model Display Edge-of-Field WiFi AgSense ICON Link Key Features 10-inch Color Touchscreen Option available

More information

Smart Home Control System by Internet of Things Based on WIFI Module

Smart Home Control System by Internet of Things Based on WIFI Module Smart Home Control System by Internet of Things Based on WIFI Module M.Sangeetha 1, C.Udhayanila 2, G.Gayathri 3, N.Rakshana 4 Assistant Professor, Dept. of ECE, Kathir College of Engineering, Coimbatore,

More information

An Effective Device Integration Middleware in Prison IoT

An Effective Device Integration Middleware in Prison IoT 2017 International Conference on Applied Mechanics and Mechanical Automation (AMMA 2017) ISBN: 978-1-60595-471-4 An Effective Device Integration Middleware in Prison IoT Wei WEI *, Yang LIU, Huan-huan

More information

Circuit Diagram For Water Level Controller Using 8051 Microcontroller With Pin Configuration

Circuit Diagram For Water Level Controller Using 8051 Microcontroller With Pin Configuration Circuit Diagram For Water Level Controller Using 8051 Microcontroller With Pin Configuration This is the circuit diagram water level controller using microcontroller Free diagram for water level controller

More information

CSE237B Project Final Report Mobile Console to Industrial Control System Feng Zhang Dustin Medeiros

CSE237B Project Final Report Mobile Console to Industrial Control System Feng Zhang Dustin Medeiros CSE237B Project Final Report Mobile Console to Industrial Control System Feng Zhang Dustin Medeiros Motivation As wireless technology improves, devices with wireless capability have become a regular part

More information

Cypress PSoC 4 Microcontrollers

Cypress PSoC 4 Microcontrollers Cypress PSoC Microcontrollers Your Problem-Solver on Chip WWW.CYPRESS.COM/PSOC THE DIFFERENTIATION DILEMMA Embedded systems are rapidly advancing with innovative features added at each new product generation.

More information

1.0 The System Architecture and Design Features

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

More information

Operating Manual. Smart Control SC16 Threechannel for cluster control

Operating Manual. Smart Control SC16 Threechannel for cluster control Operating Manual Smart Control SC16 Threechannel for cluster control Dear Customer, Thank you for choosing a WALTRON daytime lighting controller. Your daytime lighting controller is a high-quality product

More information

THE RTOS AS THE ENGINE POWERING THE INTERNET OF THINGS

THE RTOS AS THE ENGINE POWERING THE INTERNET OF THINGS THE RTOS AS THE ENGINE POWERING THE INTERNET OF THINGS By Bill Graham and Michael Weinstein WHEN IT MATTERS, IT RUNS ON WIND RIVER EXECUTIVE SUMMARY Driven by the convergence of cloud technology, rapidly

More information

UCF Senior Design I. Smart Lights. Divide and Conquer. Group 2

UCF Senior Design I. Smart Lights. Divide and Conquer. Group 2 UCF Senior Design I Smart Lights Department of Electrical Engineering and Computer Science University of Central Florida Dr. Lei Wei Divide and Conquer Group 2 Ryad Hafeez Rhafeez@knights.ucf.edu Electrical

More information

Call Toll Free: Website:

Call Toll Free: Website: 1 2 Introducing Road Commander Intellitec is launching a new product family, named Road Commander that will allow you to control your RV systems via a touch screen, control center, or smart phone, whether

More information

IDUINO for maker s life. User Manual. For IDUINO development Board.

IDUINO for maker s life. User Manual. For IDUINO development Board. User Manual For IDUINO development Board 1.Overview 1.1 what is Arduino? Arduino is an open-source prototyping platform based on easy-to-use hardware and software. Arduino boards are able to read inputs

More information

Autonomous Model of Software Architecture for Smart Grids

Autonomous Model of Software Architecture for Smart Grids Autonomous Model of Software Architecture for Smart Grids Zenon Chaczko 1, Shahrzad Aslanzadeh 1, Alqarni Lulwah 1 1 University of Technology, Sydney, Faculty of Engineering and IT, Sydney, Australia Zenon.Chaczko@uts.edu.au,

More information

Ubiquitous IoT Perspectives The Power of Connected Sensors and Actuators

Ubiquitous IoT Perspectives The Power of Connected Sensors and Actuators Ubiquitous IoT Perspectives The Power of Connected Sensors and Actuators Andrea Onetti Vice President, General Manager MEMS Sensor Division STMicroelectronics Digital Technologies are Transforming nearly

More information

Rethinking VDI: The Role of Client-Hosted Virtual Desktops. White Paper Virtual Computer, Inc. All Rights Reserved.

Rethinking VDI: The Role of Client-Hosted Virtual Desktops. White Paper Virtual Computer, Inc. All Rights Reserved. Rethinking VDI: The Role of Client-Hosted Virtual Desktops White Paper 2011 Virtual Computer, Inc. All Rights Reserved. www.virtualcomputer.com The Evolving Corporate Desktop Personal computers are now

More information

SD-WAN Solution How to Make the Best Choice for Your Business

SD-WAN Solution How to Make the Best Choice for Your Business HOW-TO GUIDE Choosing the Right SD-WAN Solution How to Make the Best Choice for Your Business Section Title - 1 TABLE OF CONTENTS Introduction 3 CH. 1 Why Organizations are Choosing SD-WAN 4 CH. 2 What

More information