Smart Thermostat page 1

Size: px
Start display at page:

Download "Smart Thermostat page 1"

Transcription

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 Thermostat, the efficiency of Heating, Ventilation, and Air Conditioning (HVAC) systems will be even greater. In addition, it will allow for daily programs set by the user to coordinate the system to run on a convenient energy-saving schedule, as well as the convenience to override the schedules when deemed necessary to maintain home comfort from a smart device anywhere in the world. In this document we will discuss the different approaches used to accomplish our design. A general system overview of the Smart Thermostat is shown in Figure 3.1. From an Android application, a user will have complete access to their HVAC system and the ability to send controls via web to the Arduino Yun that will be housed inside the Smart thermostat. Once the Arduino Yun receives the user s commands it will communicate with the Smart Thermostat s I/O daughter board, which will then carry out the commands to the HVAC system. The user will essentially have complete control of their home or office HVAC system at their fingertips. Figure 3.1 System Overview

2 Smart Thermostat page Hardware Subsystems Smart Thermostat requires many hardware subsystems. In this section, the different Hardware components chosen to complete Smart Thermostat s subsystems will be listed with a detailed description of why they were chosen and the role they will play in the operation of Smart Thermostat Microcontroller, Wireless Module, & EEPROM After determining the initial operational characteristics and methods of the thermostat, specific features such as pin count, memory, communication, and libraries could be known. After much research the most promising microcontroller to emerge was the PIC24F16KL402. It offered all of the necessary features at an outstanding price. The second component that needed to be decided upon was the EEPROM. There were many suitable candidates, all very similar in cost and performance. The model 25AA080A was selected as the front runner, sporting a slightly lower cost than other EEPROM models. The last element required was the wireless module. As it turned out this was by far the most expensive part of the design. The wireless module WiFi Plus click was chosen and the resultant jump in overall expenditure from that singular addition was enough to allow for the consideration of a development board. The impact of wireless technology on price was still obviously evident in many boards, with only a handful produced even containing full onboard b/g/n wireless capabilities. Ultimately the Yun was decided upon as the best development board for the price. This particular model is based around an ATmega32U4 microcontroller and operates in conjunction with an Atheros AR9331 microprocessor that drives the wireless link. On the Atheros side of the communication bridge there is also a micro SD port that is used to store data as well as offer the user an option for quick and easy memory expansion. The initial cost differential between the Yun and corresponding components listed above was roughly $20. After factoring in the shipping costs, this differential was reduced to approximately $10. This gap was further closed by considering the numerous passive components and prefabricated board contained within the Arduino Yun as well as the effort taken to populate it. To top it off there are countless libraries available for the Yun to aid the programmer in specific implementations. While the price of the discrete components mentioned earlier would fall rapidly as more were ordered and shipments were condensed; these benefits would not apply as multiple vendors were used and minimal quantities were ordered. All in all, seen by Figure 3.2 and Figure 3.3 this made the Yun the perfect choice for the creation of the prototype and to prove the concept.

3 Smart Thermostat page 3 Component Price Pros Cons Microcontroller Microchip Technology PIC24F16KL402-I/SP $ 2.70 Familiar to team* Cheap* *Countless configuration *Less inherent support for peripherals EEPROM Microchip Technology 25AA080A-I/ST-ND $0.62 *Cheap *Small *Efficient *Surface mount *Static memory Wireless Module MikroElektronica WiFi Plus Click $45.00 *Works over most wifi configurations *Includes companion controller *Low power consumption *Expensive Development Board Arduino Yun $71.95 *Pre-configured (quick start) *More libraries and support *Expandable memory *Pre-configured (cannot change) *Expensive Figure 3.2 Development Board Vs Individual Components Figure 3.3 Arduino Yun Development Board

4 Smart Thermostat page Temperature Sensor Being a thermostat project, the temperature sensor became a very important component in our design. The temperature sensor will determine the overall accuracy and efficiency of Smart Thermostat. With research, we found that there were several types of temperature sensors: The thermocouple (TC), the Thermistor, the Resistance Temperature Detector, and Infrared Sensors [1]. We first looked at the LM35 Integrated Circuit Temperature Sensor because it was accurate and cost efficient, but later decided to go with the DS18B20 Digital temperature sensor module due to its added feature of mounting directly to our Arduino board. Both temperature sensors listed in Figure 3.3 are suitable for our design constraints, but the DS18B20 seems to be the best choice at this time. Sensor Temperature Range Accuracy Price Arduino Compatibile LM35 +2 C to +100 C ± 0.4 C $1.58 No DS18B20 10 C to +85 C ±0.5 C $2.87 Yes Figure 3.3 Comparisons of Temperature Sensors Relay In most residential 24V HVAC systems the thermostat is responsible for communicating the on/off state of the fan, heat, and cool operations to the air handler by closing in a 24VAC return path for the appropriate function(s). Since the microcontroller chosen was incapable of handling such a high voltage a relay needed to be selected that had a coil voltage within the range of the microcontroller as well as the ability to safely switch the

5 Smart Thermostat page 5 24VAC signal within operable current ranges. As seen in Figure 3.4. the G6L-1P-DC3 was a perfect fit for a low price and was deemed the winner. Component Price Pros Cons G6L-1P-DC3 $ 2.78 Cheap 2.25VDC turn on voltage Handle up to 2 amps Tighter operable temperature range $ Faster switching speed Expensive Figure 3.4 Comparison of Relay LCD Display Smart Thermostat is a user friendly device, so it must have a sufficient way to display data to the user. On the wall-mounted portion of Smart Thermostat, there must be a LCD display that will show all commands and current settings of the HVAC system. The data must be legible and visually appealing at the same time. The first option seen in Figure 3.5 of comparisons of LCD displays was the segmented LCD. The second option also in Figure 3.5 was the LCD character display. With the segmented display, the visual appeal and the amount of data that could be displayed was lacking. With the LCD character display the price was more, but the amount of data that could be displayed made the final decision simple.

6 Smart Thermostat page 6 Display Pros Cons Price Seven Segment Display ND Less Expensive Ease of Implementation Limited Data Display Requires 10 I/O pins $0.42 LCD Character Display NHD-C0216CZ- NSW-BBW-3V3 Visually Appealing More Legible More Options Display 240 characteristics More Expensive $ Software Overview Figure 3.5 Comparisons of LCD Displays The Smart Thermostat is going to make use of three software components for operation which include the smartphone application, python scripts, and microcontroller program. This section will detail how these three software components will work together to achieve control of the smart thermostat Mobile Operating System In choosing the mobile operating system, three main factors were considered as seen in Figure 3.6; market accessibility, market penetration, and developer cost. A mobile operating system with a higher market share was desired, so the application would be available to a majority of consumers. Also a mobile operating system with high market accessibility was desirable to ease the distribution of the mobile application to customer. Due to the very low market shares of Blackberry and Windows Phone they were quickly ruled out. The Android operating system s huge market share makes it more desirable than all the others. The fact that Android applications are mainly written in Java, and the team has significant experience using Java was a great benefit as well.

7 Smart Thermostat page 7 Operating System Market Share Market Accessibility Developer Cost Android 68.8%[2] High $25 ios 18.8%[2] High $99 Blackberry 4.5%[2] Medium None Windows Phone 2.5%[2] Medium None Others 5.4%[2] low Mobile Application Figure3.6 Mobile operating system comparison The Mobile Application will be clean and simple so that it is easy and straightforward to use as illustrated in Figure 3.7. When the application is started for the very first time, the user will be directed to the setup wizard. The setup wizard is where the user will input data from his/her wireless module for the communication between the device and the actual thermostat. After the connection is setup through the setup wizard, the application s Home Screen will appear. This part of the application will show the status of the Smart Thermostat and provide remote access to the system. The application will also offer a schedule builder. The schedule builder allows the user to build a personalized schedule of temperature settings. These personalized schedules will then be saved and can be modified in the schedule manipulation feature found on the application.

8 Smart Thermostat page 8 Figure 3.7 Mobile Application Flow Chart

9 Smart Thermostat page Microcontroller Software Once Smart Thermostat is powered on, it will check the scheduling system first. If there is a schedule on present time, Smart Thermostat will read the temperature sensor to compare scheduled temperature and actual temperature. By checking the cool or hot condition, it will decide whether to operate the system or not. For example, smart thermostat will operate the HVAC system if the actual temperature is higher than the scheduled temperature in cool condition. If there is no schedule, it will operate the HVAC system from checking the current set temperature. Figure 3.8 Flow Chart of Smart Thermostat Software

10 Smart Thermostat page 10 Usage Cases Figure 3.9 Sunny Day Usage Cases

11 Smart Thermostat page 11 Figure 3.10 Rainy Day Usage Case

12 Smart Thermostat page 12 References [1] Temperature Sensors; the Basics Carolyn Mathas [2] "Android and ios Combine for 91.1% of the Worldwide Smartphone OS Market in 4Q12 and 87.6% for the Year, According to IDC". Retrieved March, 2013 Available:

UPS PIco. to be used with. Raspberry Pi B+, A+, B, and A. HAT Compliant. Raspberry Pi is a trademark of the Raspberry Pi Foundation

UPS PIco. to be used with. Raspberry Pi B+, A+, B, and A. HAT Compliant. Raspberry Pi is a trademark of the Raspberry Pi Foundation UPS PIco Uninterruptible Power Supply with Peripherals and I 2 C control Interface to be used with Raspberry Pi B+, A+, B, and A HAT Compliant Raspberry Pi is a trademark of the Raspberry Pi Foundation

More information

HOME APPLIANCES CONTROL SYSTEM BASED ON ANDROID SMARTPHONE

HOME APPLIANCES CONTROL SYSTEM BASED ON ANDROID SMARTPHONE HOME APPLIANCES CONTROL SYSTEM BASED ON ANDROID SMARTPHONE Ajinkya Korane 1, Sanket Salunke 2 1 UG, Mechanical, 2 UG, E & TC, University of Pune, (India) ABSTRACT Today we are living in 21st century where

More information

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

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

More information

DESIGN AND IMPLEMENTATION OF LOW COST HOME SECURITY SYSTEM USING PIC MICROCONTROLLER ANDGSM NETWORK

DESIGN AND IMPLEMENTATION OF LOW COST HOME SECURITY SYSTEM USING PIC MICROCONTROLLER ANDGSM NETWORK DESIGN AND IMPLEMENTATION OF LOW COST HOME SECURITY SYSTEM USING PIC MICROCONTROLLER ANDGSM NETWORK Varun Goel 1, Vinni 2 Abhishek Goel 3 1,2,3 Electronics & Communication Engineering Department, Hindu

More information

Infrastructure & Cities Sector

Infrastructure & Cities Sector Technical Article Infrastructure & Cities Sector Building Technologies Division Zug (Switzerland), October 18, 2011 Saving Energy in a Data Center A Leap of Faith? New guidelines from ASHRAE (American

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

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 1 Introducing Hardware

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 1 Introducing Hardware A+ Guide to Managing and Maintaining Your PC, 7e Chapter 1 Introducing Hardware Objectives Learn that a computer requires both hardware and software to work Learn about the many different hardware components

More information

CATALYST Frequently Asked Questions

CATALYST Frequently Asked Questions CATALYST Frequently Asked Questions Q: What is the CATALYST Efficiency Enhancing Controller (EEC)? A: The CATALYST is a retrofit technology for single-zone, constant-volume, roof top packaged HVAC systems.

More information

MICROCONTROLLER BASED SMART HOME WITH SECURITY USING GSM TECHNOLOGY

MICROCONTROLLER BASED SMART HOME WITH SECURITY USING GSM TECHNOLOGY MICROCONTROLLER BASED SMART HOME WITH SECURITY USING GSM TECHNOLOGY F. Shawki 1,2, M. El-Shahat. Dessouki 1,3, A. I. Elbasiouny 4, A.N. Almazroui 5, F. M. R. Albeladi 5 1 Assistant Professor, Electrical

More information

Commercial Refrigeration Temperature and Defrost Controls

Commercial Refrigeration Temperature and Defrost Controls Commercial Refrigeration Temperature and Defrost Controls UNI-LINE PRODUCT KNOWLEDGE 2010 Invensys. All Rights Reserved. The names, logos, and taglines identifying the products and services of Invensys

More information

Improve competiveness of IDC and enterprise data centers with DCIM

Improve competiveness of IDC and enterprise data centers with DCIM Improve competiveness of IDC and enterprise data centers with DCIM This paper studies the implementation of modern DCIM systems for data centers to improve operational competitiveness with ATEN's DCIM

More information

Example Connection between USB Host and Android

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

More information

HVAC and Lighting Control Products for Open Building Automation Systems

HVAC and Lighting Control Products for Open Building Automation Systems HVAC and Lighting Control Products for Open Building Automation Systems Distech Controls offers an extensive line of feature-rich and cost effective controllers for building automation, covering HVAC

More information

Home Monitoring and Control service provided by Verizon Online LLC

Home Monitoring and Control service provided by Verizon Online LLC Home Monitoring and Control service provided by Verizon Online LLC A separate subscription to Verizon FiOS TV is required for use with FiOS TV service. About This Manual This manual is designed for online

More information

LMS The modular management system for condensing boilers. Control Products & Systems OEM. Answers for infrastructure.

LMS The modular management system for condensing boilers. Control Products & Systems OEM. Answers for infrastructure. LMS The modular management system for condensing boilers Control Products & Systems OEM Answers for infrastructure. LMS advanced electronics and proven software At times of dwindling resources, rising

More information

Variable Air Volume - VAV

Variable Air Volume - VAV Mode Enable Sensor Options Variable Air Volume - VAV The temperature of this sensor will determine if the unit is in heating, cooling or vent mode during occupied operation. The following options are available:

More information

Temperature & Humidity SMS Alert Controller

Temperature & Humidity SMS Alert Controller Temperature & Humidity Alert Controller METERS 3 simple steps starting the unit: Insert the SIM card Plug in the sensors connectors Connect the AC power cord. Specifications: AC 90~260V Auto Select Internal

More information

B/S/H/ Error codes and service programmes PH

B/S/H/ Error codes and service programmes PH 1 ERROR CODES AND APPLIANCE MESSAGES... 3 1.1 Complete overview of all error codes (in order)... 3 Automatic switch-off... 3 Display is dark and any individual LEDs are lit... 3 E 005... 3 E 011... 3 E

More information

User Guide Reflow Toaster Oven Controller

User Guide Reflow Toaster Oven Controller User Guide Reflow Toaster Oven Controller Version 1.5-01/10/12 DROTEK Web shop: www.drotek.fr SOMMAIRE 1. Introduction... 3 2. Preparation of THE REFLOW CONTROLLER... 4 2.1. Power supply... 4 2.2. USB

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

Vroom Hardware manual ver. 1.00 Code 114VROOHWE00. Vroom CANBUS USER INTERFACE WITH LCD GRAPHIC DISPLAY AND WITH TEMPERATURE AND HUMIDITY SENSOR

Vroom Hardware manual ver. 1.00 Code 114VROOHWE00. Vroom CANBUS USER INTERFACE WITH LCD GRAPHIC DISPLAY AND WITH TEMPERATURE AND HUMIDITY SENSOR Vroom CANBUS USER INTERFACE WITH LCD GRAPHIC DISPLAY AND WITH TEMPERATURE AND HUMIDITY SENSOR ENGLISH HARDWARE MANUAL ver. 1.00 CODE 114VROOHWE00 page 1 of 22 Important Important Read these instructions

More information

DX20VC. Variable-speeD Comfortnet Compatible. Comfort for Life

DX20VC. Variable-speeD Comfortnet Compatible. Comfort for Life DX20VC Air Conditioner High-EfficienCY, Daikin Compressor Up to 24.5 Seer Variable-speeD Comfortnet Compatible Comfort for Life Air Conditioner HIGH-EFFICIENCY, DAIKIN COMPRESSOR, VARIABLE-SPEED DX20VC

More information

ComfortPoint Open Building Management System. For consultants and specifiers. The Simply Smart way to optimize building control and performance

ComfortPoint Open Building Management System. For consultants and specifiers. The Simply Smart way to optimize building control and performance ComfortPoint Open Building Management System For consultants and specifiers The Simply Smart way to optimize building control and performance ComfortPoint Open BMS. Simply Smart. The Honeywell ComfortPoint

More information

Room Controllers. SER8300 Line Voltage Fan Coil Room Controller with SC3000 Relay Pack

Room Controllers. SER8300 Line Voltage Fan Coil Room Controller with SC3000 Relay Pack Compatible with SmartStruxure solution SmartStruxure Lite solution Room Controllers Line Voltage Fan Coil Room Controller with SC3000 Relay Pack Application specific controller with customizable covers

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

UNIFIED FACILITIES GUIDE SPECIFICATIONS

UNIFIED FACILITIES GUIDE SPECIFICATIONS USACE / NAVFAC / AFCEC / NASA UFGS-23 09 93 (November 2015) ----------------------------- Preparing Activity: USACE Superseding UFGS-23 09 23 (May 2011) UNIFIED FACILITIES GUIDE SPECIFICATIONS References

More information

2.0 Command and Data Handling Subsystem

2.0 Command and Data Handling Subsystem 2.0 Command and Data Handling Subsystem The Command and Data Handling Subsystem is the brain of the whole autonomous CubeSat. The C&DH system consists of an Onboard Computer, OBC, which controls the operation

More information

User Manual. Air-conditioner Controller SB-DN-HVAC (MAC01.331) www.hdlautomation.com

User Manual. Air-conditioner Controller SB-DN-HVAC (MAC01.331) www.hdlautomation.com Air-conditioner Controller SB-DN-HVAC (MAC01.331) www.hdlautomation.com Document updates: Version Data Description V1.0 2015.05.25 Finish new document HVAC Controller User Manual INDEX 1. Overview...1

More information

HVAC Processes. Lecture 7

HVAC Processes. Lecture 7 HVAC Processes Lecture 7 Targets of Lecture General understanding about HVAC systems: Typical HVAC processes Air handling units, fan coil units, exhaust fans Typical plumbing systems Transfer pumps, sump

More information

MediaTek LinkIt Smart 7688 FAQ

MediaTek LinkIt Smart 7688 FAQ Version: 1.0 Release date: 1 st December 2015 Specifications are subject to change without notice. 2015 MediaTek Inc. Unauthorized reproduction of this information in whole or in part is strictly prohibited.

More information

Why and How we Use Capacity Control

Why and How we Use Capacity Control Why and How we Use Capacity Control On refrigeration and air conditioning applications where the load may vary over a wide range, due to lighting, occupancy, product loading, ambient weather variations,

More information

Climate Ready Shade Operating Systems for residential applications.

Climate Ready Shade Operating Systems for residential applications. Climate Ready Shade Operating Systems for residential applications. This brochure contains examples of home plan configurations and how Climate Ready Shade Operating Systems can be applied and what is

More information

Number 1 in efficiency

Number 1 in efficiency PowerXL DE1 Variable Speed Starter www.eaton.eu/de1 Number 1 in efficiency The easiest way of variable motor speed NEW Variation DE11 The new device category! The PowerXL DE1 Variable Speed Starter Why

More information

Cell Phone Based Liquid Inventory Management Using Wireless System

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

More information

The THERMOSTAT THE EVOLUTION OF CAPABILITIES INTO A PLATFORM FOR ENERGY MANAGEMENT

The THERMOSTAT THE EVOLUTION OF CAPABILITIES INTO A PLATFORM FOR ENERGY MANAGEMENT The THERMOSTAT THE EVOLUTION OF CAPABILITIES INTO A PLATFORM FOR ENERGY MANAGEMENT Presented by: Michael Kuhlmann President Residential Control Systems Inc The Basics Thermostat Functions Measure Room

More information

Electronic Control Devices The European Product Catalogue 2007

Electronic Control Devices The European Product Catalogue 2007 FX07 Field Controller (1/4) FX07 Field Controller Display Model Dimensions in mm (inches) The FX07 is a terminal unit controller in the Facility Explorer range of products. The controller is designed specifically

More information

Installer guide. Release 2.2

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

More information

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

NOTE: Append this Operation IB to the Install IB to make one IB-booklet. Need a divider tab between the 2 sections. Blank page remove.

NOTE: Append this Operation IB to the Install IB to make one IB-booklet. Need a divider tab between the 2 sections. Blank page remove. Product Name: CT101 Document Title: CT101 Operation Guide Document Type Code: IBOE Part Number: 1202-004-002 20apr12 Iris inclusion text added mtf 9apr12 bs edits mtf 14mar12 ch edits mtf 13mar12 initial

More information

3466 Building Energy Management Training Systems

3466 Building Energy Management Training Systems 3466 Building Energy Management Training Systems LabVolt Series Datasheet Festo Didactic en 120 V - 60 Hz 06/2015 Table of Contents General Description 3 Courseware 3 Topic Coverage 4 List of Available

More information

Sigma Control PC INSIDE. 97 psi 187 F R on load

Sigma Control PC INSIDE. 97 psi 187 F R on load Sigma Control PC INSIDE 97 psi 187 F R on load Innovation Sigma Control with a PC inside At Kaeser, we pride ourselves on being the world s leading innovator in air system technology. Over twenty-five

More information

Surveillance System Using Wireless Sensor Networks

Surveillance System Using Wireless Sensor Networks Surveillance System Using Wireless Sensor Networks Dan Nguyen, Leo Chang Computer Engineering, Santa Clara University Santa Clara, California, USA dantnguyen84@gmail.com chihshun@gmail.com Abstract The

More information

Final Design Report 19 April 2011. Project Name: utouch

Final Design Report 19 April 2011. Project Name: utouch EEL 4924 Electrical Engineering Design (Senior Design) Final Design Report 19 April 2011 Project Name: utouch Team Members: Name: Issam Bouter Name: Constantine Metropulos Email: sambouter@gmail.com Email:

More information

oj microline touch thermostats PRODUCT PROGRAMME intelligent thermostat design in three dimensions Floor Heating ELECTRIC Hvac CONTROLS & POWER

oj microline touch thermostats PRODUCT PROGRAMME intelligent thermostat design in three dimensions Floor Heating ELECTRIC Hvac CONTROLS & POWER intelligent thermostat design in three dimensions Floor Heating ELECTRIC Floor Heating HYDRONIC Hvac CONTROLS & POWER oj microline touch thermostats PRODUCT PROGRAMME Three different needs one floor heating

More information

3. Identification of water pumps through RFID technology. 4. Wireless control of remote water pump using RF technology.

3. Identification of water pumps through RFID technology. 4. Wireless control of remote water pump using RF technology. Construction of Central Control Unit for Irrigation water pumps. Cost effective method to control entire villager s water pumps with user level authentication. Illiterate s friendly system. This project

More information

ETC TWO STAGE ELECTRONIC TEMPERATURE CONTROL

ETC TWO STAGE ELECTRONIC TEMPERATURE CONTROL RANCO INSTALLATION INSTRUCTIONS ETC TWO STAGE ELECTRONIC TEMPERATURE CONTROL Relay Electrical Ratings PRODUCT DESCRIPTION The Ranco ETC is a microprocessor-based family of electronic temperature controls,

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

Everything you need for protection scheme testing

Everything you need for protection scheme testing Power System Simulator for Testing Protection Relays and Schemes Everything you need for protection scheme testing The is the only instrument with the high power, flexibility and software to perform full

More information

Sensi TM. Wi-Fi Programmable Thermostat SCHEDULING GUIDE. Version: March 2016 2016 Emerson Electric Co. All rights reserved.

Sensi TM. Wi-Fi Programmable Thermostat SCHEDULING GUIDE. Version: March 2016 2016 Emerson Electric Co. All rights reserved. Sensi TM Wi-Fi Programmable Thermostat SCHEDULING GUIDE Version: March 2016 2016 Emerson Electric Co. All rights reserved. Contents SCHEDULING GUIDE Accessing Schedules 3 Creating, Editing and Deleting

More information

WI-FI BASED MOTION SENSOR INTRUDER SYSTEM WITH VIDEO MONITOR

WI-FI BASED MOTION SENSOR INTRUDER SYSTEM WITH VIDEO MONITOR WI-FI BASED MOTION SENSOR INTRUDER SYSTEM WITH VIDEO MONITOR Norsuzila Y 1,2, Suzi Seroja S 1, Aziean M 1. A, Mizy Shamirul M 1, Azita Laily Y 1,2 and Mustaffa S 1 1 Faculty of Electrical Engineering,

More information

Harmony Remote User Manual 600 Series

Harmony Remote User Manual 600 Series Harmony Remote User Manual 600 Series Congratulations on the purchase of your Harmony remote! True system control is now at your fingertips. This User Manual will introduce you to the basic setup, customizations

More information

Workshop 7 PC Software - Tracker

Workshop 7 PC Software - Tracker Workshop 7 PC Software - Tracker Goal: You will startup and perform advanced setup functions using Tracker PC software. You will also setup equations to control MP503 binary outputs. The Binary Output

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

Passion for Innovation

Passion for Innovation Passion for Innovation A Complete Solution Hardware All the Alveo servers are designed and optimized to manage the home automation system. They arebuilt for continuous operation with fanless processing

More information

U g CS for DJI Phantom 2 Vision+, Phantom 3 and Inspire 1

U g CS for DJI Phantom 2 Vision+, Phantom 3 and Inspire 1 U g CS for DJI Phantom 2 Vision+, Phantom 3 and Inspire 1 Copyright 2015, Smart Projects Holdings Ltd Contents Preface... 2 Drone connection and first run... 2 Before you begin... 2 First run... 2 Connecting

More information

SERVICE MANUAL FOR 12 VDC WALL THERMOSTAT AIR CONDITIONING SYSTEMS ROOF TOP UNITS ONLY

SERVICE MANUAL FOR 12 VDC WALL THERMOSTAT AIR CONDITIONING SYSTEMS ROOF TOP UNITS ONLY RV Products Division SERVICE MANUAL FOR 12 VDC WALL THERMOSTAT AIR CONDITIONING SYSTEMS ROOF TOP UNITS ONLY Airxcel, Inc. RV Products Division P.O. Box 4020 Wichita, KS 67204 1976A376 (1-11) TABLE OF CONTENTS

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

Android based Alcohol detection system using Bluetooth technology

Android based Alcohol detection system using Bluetooth technology For more Project details visit: http://www.projectsof8051.com/android-based-alcohol-detection-system-usingbluetooth-technology/ Code 1435 Project Title Android based Alcohol detection system using Bluetooth

More information

Electronic Control Devices The European Product Catalogue 2007

Electronic Control Devices The European Product Catalogue 2007 FX14 Field Controller (1/4) FX14 Field Controller The FX14 is an equipment field controller in the Facility Explorer range of products. The controller is designed specifically for commercial Heating, Ventilating,

More information

Introduction. Motor Types

Introduction. Motor Types QwikSEER+ Theory of Operation and Retrofit Potential Mainstream Engineering Corporation Rockledge, FL 32955 http://www.qwik.com/products/qwikseer/index.jsp Prepared by Robert P. Scaringe and R. Paul Roth

More information

Technical Manual. FAN COIL CONTROLLER COOLING or HEATING ANALOG or PWM Art. 119914 631001A

Technical Manual. FAN COIL CONTROLLER COOLING or HEATING ANALOG or PWM Art. 119914 631001A COOLING or HEATING ANALOG or PWM Art. 119914 631001A TOTAL AUTOMATION GENERAL TRADING CO. LLC SUITE NO.506, LE SOLARIUM OFFICE TOWER, SILICON OASIS, DUBAI. UAE. Tel. +971 4 392 6860, Fax. +971 4 392 6850

More information

PLC Based Liquid Filling and Mixing

PLC Based Liquid Filling and Mixing PLC Based Liquid Filling and Mixing 1 Mihir Panchal, 2 Aashish Panaskar. 3 Prof. Lalit Kumar KJ College of Engineering and Management Research, Pune, India Abstract: The objective of this paper is to design,

More information

KNX for building and room automation simple and efficient

KNX for building and room automation simple and efficient The worldwide standard for home and building control KNX for building and room automation simple and efficient Save energy and effort with a comprehensive portfolio for electrical and HVAC applications.

More information

EMBEDDED GSM MONITOR AND CONTROL USING ANDROID APPLICATION

EMBEDDED GSM MONITOR AND CONTROL USING ANDROID APPLICATION http:// EMBEDDED GSM MONITOR AND CONTROL USING ANDROID APPLICATION J Ramya Ritika 1, K.V. Yateendranath 2 1 M.Tech Student [DSCE], Dept. of ECE, VITS, Kavali, Andhra Pradesh, (India) Associate Professor,

More information

LGAC-KNX PROGRAMMING MANUAL. Integrations V1.0 TECHNICAL SUPPORT. Tel (+34) 985 113 339 tecnico@ingeniumsl.com

LGAC-KNX PROGRAMMING MANUAL. Integrations V1.0 TECHNICAL SUPPORT. Tel (+34) 985 113 339 tecnico@ingeniumsl.com Integrations LGAC-KNX V1.0 PROGRAMMING MANUAL Parque Tecnológico de Asturias, Parcela 50, 33428 Llanera Asturias - Spain Tel (+34) 985 118 859 Fax (+34) 984 283 560 ingeniumsl@ingeniumsl.com www.ingeniumsl.com

More information

40.3. Control Relays and Timers

40.3. Control Relays and Timers .3 Contents EASY500/700/800 Intelligent Relays........ EASY/MFD Expansion Modules............ MFD Intelligent Relays................... EASY/MFD Communication Modules....... EASY/MFD Power Supplies, Accessories

More information

ANDROID BASED HOME AUTOMATION AND VISION SURVEILLANCE USING RASPBERRY PI

ANDROID BASED HOME AUTOMATION AND VISION SURVEILLANCE USING RASPBERRY PI International Journal of Computer Science and Engineering (IJCSE) ISSN(P): 2278-9960; ISSN(E): 2278-9979 Vol. 4, Issue 2, Mar 2015, 29-38 IASET ANDROID BASED HOME AUTOMATION AND VISION SURVEILLANCE USING

More information

Web Datalogger. Unit RS232C. General-purpose modem RS485. IP address search screen

Web Datalogger. Unit RS232C. General-purpose modem RS485. IP address search screen Equipment, facilities, and service networks for data collection/logging, data transfer via e-mail/website, and system streamlining can be established without special knowledge. Energy saving system in

More information

TC-9102 Series Surface Mount Temperature Controllers

TC-9102 Series Surface Mount Temperature Controllers TC-9102 Series Surface Mount Temperature Controllers General Description & Applications The TC-9102 Series Temperature Controller offers a versatile solution for a wide variety of applications that may

More information

Multi-Range Programmable DC Power Supplies 9115 Series

Multi-Range Programmable DC Power Supplies 9115 Series Data Sheet Multi-Range Programmable DC Power Supplies 1200 W / 3000 W Multi-Range DC Power Supplies Features & Benefits Any model can replace several supplies on your bench or in your rack. Unlike conventional

More information

INPUT/OUTPUT MODULE CONVERT INPUTS AND OUTPUTS TO WIRELESS

INPUT/OUTPUT MODULE CONVERT INPUTS AND OUTPUTS TO WIRELESS VMC A4 INPUT/OUTPUT MODULE CONVERT INPUTS AND OUTPUTS TO WIRELESS PRODUCT DATA SHEET FEATURES RF to 0-10 VDC out, analogue or PWM Maximal 3 digital inputs to RF RF communication with other equipment Wireless

More information

Technical Guide. Thermostats Air Conditioning

Technical Guide. Thermostats Air Conditioning Technical Guide Thermostats Air Conditioning TECICA GUIDE TERMOSTATS AIR CODITIOIG Thank you for choosing our products ote: Technical information contained in this catalog may be changed or updated by

More information

EKON BMS HVAC system. Simply Smart. www.ekonhome.com. Touch Screen Controller. Going green. Wireless. Wireless Thermostat with Light Switch

EKON BMS HVAC system. Simply Smart. www.ekonhome.com. Touch Screen Controller. Going green. Wireless. Wireless Thermostat with Light Switch Going green EKON BMS HVAC system Wireless Thermostat with Light Switch Control Fan Coil or Central AirCon Wireless Touch Screen Controller Wireless Light or Motorized Blind Wall Switch www.ekonhome.com

More information

Computer Automation Techniques. Arthur Carroll

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

More information

A Review of Security System for Smart Home Applications

A Review of Security System for Smart Home Applications Journal of Computer Science 8 (7): 1165-1170, 2012 ISSN 1549-3636 2012 Science Publications A Review of Security System for Smart Home Applications Mohammad Syuhaimi Ab-Rahman and Mohd Ariff Razaly Department

More information

YOUR HOME ZOO AUTOMATION

YOUR HOME ZOO AUTOMATION YOUR HOME The world of in home technology is a jungle! ZOO Automation is the place where the very best of the jungle comes together in one simple, easy to navigate environment. Regain control of your energy

More information

Climate Ready Control Systems Technical Specifications

Climate Ready Control Systems Technical Specifications Climate Ready Control Systems Technical Specifications Climate Ready Control Systems Climate Ready Control Systems consist collectively of motor controllers, other hardware and software packages that will

More information

Applied Electronics. Commercial Dimming System UPDATE NOTICE

Applied Electronics. Commercial Dimming System UPDATE NOTICE REV. A Applied Electronics Commercial Dimming System UPDATE NOTICE This notice is to inform the end user of an additional feature added to this DP12/2400 dimming unit. This unit has been outfitted with

More information

WALL TABLET. Smart Home Controller. make your home smart. Control your home from anywhere in the world

WALL TABLET. Smart Home Controller. make your home smart. Control your home from anywhere in the world WALL TABLET W I T H WA L L C H A R G I N G S TAT I O N Smart Home Controller Control your home from anywhere in the world WALL TABLET Connect everything Makes every home safe, comfortable and energy efficient

More information

Introduction to Data Acquisition

Introduction to Data Acquisition Introduction to Data Acquisition Overview This tutorial is part of the National Instruments Measurement Fundamentals series. Each tutorial in this series, will teach you a specific topic of common measurement

More information

880 Harmony Remote User Manual

880 Harmony Remote User Manual 880 Harmony Remote Congratulations on the purchase of your Harmony remote! True system control is now at your fingertips. This will introduce you to the basic online setup process, customizations and main

More information

T5000 T000 LCD Digital Fan Coil Thermostat

T5000 T000 LCD Digital Fan Coil Thermostat T5000 T000 LCD Digital Fan Coil Thermostat T000 LCD Digital Fan Coil Thermostat T000 LCD Digital Fan Coil Thermostats are designed to control heating, cooling, or year round air conditioning unit in Commercial,

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

User s Manual of Board Microcontroller ET-MEGA2560-ADK ET-MEGA2560-ADK

User s Manual of Board Microcontroller ET-MEGA2560-ADK ET-MEGA2560-ADK User s Manual of Board Microcontroller ET-MEGA2560-ADK ET-MEGA2560-ADK Because Arduino that is the development project on AVR MCU as Open Source has been published, it is popular and widespread shortly.

More information

Table of Contents. TransformerIQ FAQs 1

Table of Contents. TransformerIQ FAQs 1 [12/12] FAQs Table of Contents FAQ 1. What size transformer will TransformerIQ monitor?... 2 FAQ 2. Are there different TransformerIQ versions?... 2 FAQ 3. How are the units powered?... 2 FAQ 4. What is

More information

MP-4000 Alarm List (Software version 2.4.3 or later)

MP-4000 Alarm List (Software version 2.4.3 or later) Service Bulletin SUBJECT: MP4000 Alarm s BULLETIN: C 100 DATE: June 19, 2013 ALARM LIST Where it is possible the alarm number is kept the same as for MP-3000. MP-3000 holds alarm number from 0 to 127.

More information

SMART SENSOR COLLECTION

SMART SENSOR COLLECTION TEMPERATURE SENSOR This sensor measures temperature in degrees Celsius or Fahrenheit. It works with all SensorHawk base units (SensorHawk-2, SensorHawk-8 and SensorHawk8/20) as well as the SecurityHawk-8

More information

PRODUCT PRODUCT CODE TECHNICAL INSTRUCTIONS PAGE

PRODUCT PRODUCT CODE TECHNICAL INSTRUCTIONS PAGE Table of Contents PRODUCT PRODUCT CODE TECHNICAL INSTRUCTIONS PAGE # Electric Room Comfort Controller NEW! RDY2000 Room Comfort Controller RDY 129-905 D-3 Electric for Specialized Applications Surface

More information

It s all open from here.

It s all open from here. It s all open from here. Never let technology impose limits on your future. That thinking drove the design of Honeywell EXCEL 5000 OPEN systems the most flexible and open communication platform for building

More information

Digital and Analog I/O

Digital and Analog I/O 70072-0127-07 TECHNICAL NOTE 02/2007 Digital and Analog I/O This document discusses the application and configuration of digital and analog inputs/outputs (I/O). Details are for both onboard I/O and external

More information

Using NI CompactDAQ Controllers

Using NI CompactDAQ Controllers Using NI CompactDAQ Controllers When architecting a system with an NI CompactDAQ controller, there are many factors to consider. For example, developing and deploying a Windows-based system is going to

More information

Quick Start Guide For Vera Small Business Solution

Quick Start Guide For Vera Small Business Solution Quick Start Guide For Vera Small Business Solution Congratulations on Your Purchase of the Vera Small Business Solution You ve taken the first step to begin enjoying the ease, convenience, energy savings

More information

PD 100A. Printing data system

PD 100A. Printing data system PD 100A Printing data system Operating instructions ENGLISH IMPORTANT: Read these instructions carefully before installing and using the device; do not forget following all additional information. Keep

More information

Overview. Alarm console supports simultaneous viewing of both live and recorded video when alarm events are selected

Overview. Alarm console supports simultaneous viewing of both live and recorded video when alarm events are selected Niagara Security Overview Niagara Security by Tridium, is an open, web-based security management solution that allows you to manage and monitor your facility anytime, anywhere. Built on Tridium s Niagara

More information

THE U.S. MARKET FOR HOME AUTOMATION AND SECURITY TECHNOLOGIES

THE U.S. MARKET FOR HOME AUTOMATION AND SECURITY TECHNOLOGIES THE U.S. MARKET FOR HOME AUTOMATION AND SECURITY TECHNOLOGIES IAS031C February 2015 Andrew McWilliams Project Analyst ISBN: 1-62296-040-8 BCC Research 49 Walnut Park, Building 2 Wellesley, MA 02481 USA

More information

Thermostats. comfort at your command

Thermostats. comfort at your command comfort at your command Carrier has met temperature control needs worldwide with its thermostats. Carrier thermostats provide computer-like intelligence with extremely simple operation in an elegant package.

More information

Project Plan. Project Plan. May13-06. Logging DC Wattmeter. Team Member: Advisor : Ailing Mei. Collin Christy. Andrew Kom. Client: Chongli Cai

Project Plan. Project Plan. May13-06. Logging DC Wattmeter. Team Member: Advisor : Ailing Mei. Collin Christy. Andrew Kom. Client: Chongli Cai Project Plan May13-06 Logging DC Wattmeter Team Member: Ailing Mei Andrew Kom Chongli Cai Advisor : Collin Christy Client: Garmin International David Hoffman Qiaoya Cui Table of Contents Need Statement...

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

2011, The McGraw-Hill Companies, Inc. Chapter 5

2011, The McGraw-Hill Companies, Inc. Chapter 5 Chapter 5 5.1 Processor Memory Organization The memory structure for a PLC processor consists of several areas, some of these having specific roles. With rack-based memory structures addresses are derived

More information

Controlling a Dot Matrix LED Display with a Microcontroller

Controlling a Dot Matrix LED Display with a Microcontroller Controlling a Dot Matrix LED Display with a Microcontroller By Matt Stabile and programming will be explained in general terms as well to allow for adaptation to any comparable microcontroller or LED matrix.

More information