Prototyping Home Automation Concepts

Slides:



Advertisements
Similar presentations
ECE 477 Final Presentation Team 03 - Spring 2013 Ryan Pawling Spencer Julian Josh Hunsberger Robert Harris.
Advertisements

Copyright 2014 Kenneth M. Chipps Ph.D. Network Management Using Sensors to Monitor Network Equipment Rooms Last Update
ESE Lab Computer based Temperature Control Sid Deliwala, ESE Labs.
Concepts and Foundations of Remote Sensing
Introduction.
The Potential Divider Electricity Lesson 10. Learning Objectives To know what a potential divider is. To derive and know how to use the potential divider.
INTRUSION ALARM TECHNOLOGY
HARDWARE LIBRE PARA LINUX Y ANDROID. Arduino is a platform  A physical Input / Output board (I/O) with a programmable Integrated Circuit (IC).
Objectives How Microcontroller works
DEC0905 Remote Control of Home Appliances ABSTRACT The objective of this project is to enable users to remotely control home appliances and systems over.
© 2008 Snap-on Incorporated; All Rights Reserved.
IOT POLY ENGINEERING 4-01 DRILL April 20, 2009 Ohm’s Law states that voltage equals current times resistance, V=IR. Solve the following problems. Draw.
Aerospace Education STEM Kit Program Aerospace Education STEM Kit Program Dr Jeff Montgomery Lt Col Randy Carlson Lt Col Sherwood Williams Major Gary Dahlke.
Electrical resistance Resistance measures how difficult it is for current to flow.
Resistive Transducers Sensors Used in Electronics.
CONTENTS: 1.Abstract. 2.Objective. 3.Block diagram. 4.Methodology. 5.Advantages and Disadvantages. 6.Applications. 7.Conclusion.
Potential Dividers and their application as sensors Electricity Lesson 9.
Password Based Door Lock System using 8051 Microcontroller
6.2 ELECTRONICS. CAPACITOR An electrical device used to store electrical charge.
Sensor Dongle: Its Application using MatLab Eric Coupal-Sikes EE
1 Microcontrollers. 2 Programmers work in the virtual world Machinery works in the physical world Microcontrollers connect the virtual and physical world.
EMBEDDED SYSTEMS SDU What is an Embedded System  Combines mechanical, electrical, and chemical components along with a computer, hidden inside,
BY: VISHU KUMAR 1HK08EE055 Internal Guide: WASEEM KHANUM.
RESISTIVE TEMPERATURE TRANSDUCERS
Python with Raspberry PI Kit
Prototyping Home Automation Concepts
Grado en Ingeniería de Tecnologías y Servicios de Telecomunicación
Mandava Institute of Engineering and Technology
Get Your Project Started with Arduino
Class 1: Building a Raspberry Pi LED Flasher
Electronic Eye Controlled Security System
Assist. Prof. Rassim Suliyev - SDU 2017
Prototyping Home Automation Concepts
Breadboards and LED’s with Arduino
Prototyping Home Automation Concepts
Prototyping with Microcontrollers and Sensors
AUTOMATIC TEMPERATURE CONTROLLED FAN USING 8051
Connect 4 Change the terms in the following template to customize Connect 4 for any topic. You will need to copy one copy of one of the two templates.
Circuit Simulation Training
ARDUINO BASED AUTOMATIC TEMPERATURE BASED FAN SPEED CONTROLLER
Raspberry pi controlled greenhouse
ULTRASONIC DISTANCE METER USING 8051
To Design and Implement Astable Multivibrator Circuit Using IC555
CPU1 Block Specifications
SCADA for Remote Industrial Plant
PLC: Programmable Logical Controller
Reverse Engineered PIC-101 DC-DC converter example
Get Your Project Started with Arduino
DIGITAL CALCULATOR USING 8051
Building Raspberry Pi Controllers with Python
Intelligent Weather Station
Project guide B. SUBBULAKSHMI M. E Assistant Professor C. A. R
Get Your Project Started
Assist. Prof. Rassim Suliyev - SDU 2017
Green Energy Management Systems (G.E.M.S)
Autonomous Refrigerator
DT-Assessment Frame Work Term2
INSTRUMENTASI INDUSTRI
Internet-of-Things (IoT)
Building Raspberry Pi Controllers with Python
Building Raspberry Pi Controllers with Python
IOT based Home Automation Over the Cloud
Potential Dividers Electric Circuits ☞.
Elecbits.
Quiz for Sensors Page 1 of 1 Please circle your answer
Natural Sciences and Technology Grade 6
Tareq Khan, Ph.D. Assistant Professor,
Python with Raspberry PI Kit
Designed by Hwandong Joo
Chapter 7 IoT Physical Devices and Endpoints
Presentation transcript:

Prototyping Home Automation Concepts Class 3: Home Temperature and Humidity Monitoring December 14, 2016 - Don Wilcher

Home Temperature and Humidity Monitoring Topics IoT and Remote Sensing Techniques for Temperature and Humidity Monitoring Remote Sensing Definition Remote Sensing Technique Example IoT-Remote Sensing Temperature and Humidity Monitoring Example Circuits: A Maker’s Perspective Hands-On Project: Home Temperature and Humidity Monitoring

IoT and Remote Sensing Techniques for Temperature and Humidity Monitoring Remote sensing is the acquisition of information about an object or phenomenon without making physical contact with the object and thus in contrast to on-site observation Source: https://en.wikipedia.org/wiki/Remote_sensing

Remote Sensing Technique Traditional method of Remote Sensing. Source: http://www.oneonta.edu/faculty/baumanpr/geosat2/RS-Introduction/RS-Introduction.html

IoT - Remote Sensing Technique Source: http://sjj.azurewebsites.net/?page_id=2171

IoT- Remote Sensing Temperature and Humidity Monitoring IoT- Remote Temperature and Humidity Monitoring.

Question 1 Name a free cloud service that Makers can use with the IoT- Remote Temperature and Humidity Monitoring system presented in slide 6.

Example Circuits: A Maker’s Perspective… Temperature Detection circuit The circuit can be used for a High/Low temperature monitoring and detection.

Temperature Detection Circuit: A Maker’s Perspective (NTC) Thermistor Basics . Negative Temperature Coefficient (NTC) Thermistor Curve .

Example Circuits: A Maker’s Perspective… Temperature Detection circuit: Circuit Analysis Vin_3 = VCC x R3/(R3 + NTC1)

Question 2 Determine Vin_3.

Example Circuits: A Maker’s Perspective… Humidity Detection circuit Source: http://www.next.gr/circuits/interfacing-humidity-sensor-89C51-89C52-89S51-89s52-microcontrollers-l33370.html Humidity Sensor acts as variable capacitor

Question 3 The humidity sensor acts like: a buffer a variable resistor a variable capacitor None of the above

Hands-On Project: Temperature-Humidity Monitoring Unit

Hands-On Project Temperature-Humidity Monitoring Unit Project Objectives: Learn about the GrovePi+ Shield Architecture Review of electrical connectors and ports Build a Temperature-Humidity Monitoring Unit

Hands-On Project… Source: https://www.dexterindustries.com/GrovePi/engineering/port-description/

Hands-On Project… Source: https://www.dexterindustries.com/GrovePi/engineering/port-description/

Question 4 What device for the Temperature-Humidity Monitoring Unit is attached to the IC2 port on the GrovePi+ shield?

Hands-On Project… GrovePi+ Shield: Electrical Connectors Circuit Schematic Diagram

Temperature –Humidity Monitoring Unit Block Diagram Hands-On Project… Temperature –Humidity Monitoring Unit Block Diagram

Temperature-Humidity Monitoring Unit Parts: Hands-On Project: Temperature-Humidity Monitoring Unit Parts: GrovePi+ Board & Raspberry Pi RGB LCD and 4 Conductor Jumper wire Temperature – Humidity Sensor and 4 Conductor Jumper wire

Temperature-Humidity Wiring Diagram Hands-On Project… Temperature-Humidity Wiring Diagram

Hands-On Project… Project Build Complete

Hands-On Project… Temperature – Humidity Monitoring Unit Python Code Source: http://www.rapidtables.com/web/color/RGB_Color.htm

Hands-On Project… https://github.com/DexterInd/GrovePi Temperature-Humidity Monitoring Unit can be obtained from Dexter Industries github site: https://github.com/DexterInd/GrovePi

Question 5 In the Home_Weather_Display.py code, what python instruction is used LCD color?

Hands-On Project… Open LXTerminal on the Raspberry Pi desktop and type the following directory and file commands to run the Python Home_Weather_Display code.

Hands-On Project… Python Home_Weather_Display code displaying temperature and humidity data on the RGB LCD.

Hands-On Project… Python Home_Weather_Display code displaying temperature and humidity data on a smartphone.

Hands-On Project… Congratulations!