Electronic Instrumentation Project 202 Project Name: Differential Thermometer Student #1: Name ID Student #2: Name ID Student #3: Name ID.

Slides:



Advertisements
Similar presentations
Light Led Panel Esraa Nassar Mona Amer Supervisor : Dr.Ashraf Armoush.
Advertisements

Arduino Guitar Pedal Ian Andal IME 458 Dr. Pan.
The Motorcycle Alarm By Matt Hawkins Vermont Technical College Electrical Projects.
Notebook Check Tsjellum van der Stok. State Diagram This page shows the proposed State diagram that will be implemented. Hysteresis is shown.
Fair Use Building and Research Labs Presents
Laboratory 5: Introduction to LabVIEW. Overview Objectives Background Materials Procedure Report / Presentation Closing.
Introduction.
Embedded Programming and Robotics Lesson 1 Basic Electricity and Electronics Transistor Basics Lesson 1 -- Basic Electricity1.
Introduction to Arduino Prepared by R. Lamond.  “Arduino is an open-source electronics prototyping platform based on flexible, easy- to-use hardware.
Embedded Programming and Robotics
Colorado Space Grant Consortium Gateway To Space ASEN 1400 / ASTR 2500 Class #12 Gateway To Space ASEN 1400 / ASTR 2500 Class #12 T-58.
Image of Arduino. Arduino discussion Address issues with circuit walk-through – Electricity, Programming, Arduino Concepts Work on BeatTable (next week)
Intro to Arduino Zero to Virtual Prototyping in Seven Hours
Week 10 Today 1.Homework presentations and critique. 2.Review digital and analog inputs. 3.DIY - jumpers, soldering etc.
Ballooning Bundle. What is a Microcontroller? Small computer with a processor core, memory and programmable input/output Continuously repeats software.
ENGR 1181 First-Year Engineering Program College of Engineering Engineering Education Innovation Center First-Year Engineering Program Solar Energy Meter.
 eBlock is an electronics block.  It can define as embedded system building block used in sensor based system.  Enable non-experts to build basic small-scale.
Franz Duran INTRODUCTION TO A RDUINO PROGRAMMING & INTERFACING Engr. Franz Duran, MEP-ECE RapidSignal Electronics.
Problem 1 Choose title 1 st XML 2 nd electronic spider 3 rd infrared remote home control Waste time.
Chapter 6 Software for Electronics. Introduction This chapter covers the following topics: Software for electricity and electronics Multisim Circuit Wizard.
Overview What is Arduino? What is it used for? How to get started Demonstration Questions are welcome at any time.
Detection Circuit ENGR Lecture. Learning Objectives of Lab  Students will learn about –  Electronic circuit components  Building the binary.
Circuits, Systems, & the Arduino. Challenge: Make the bulb light up! -Make observations and explain why it has the setup it does? - What are the components.
WELCOME TO ARDUINO E-DAY CAR PROJECT MEETING – ITALY MARCH.
1 - Remove LED from 13 and GND - Bring out your breadboard from HW#4 Arduino Overview:
Detection Circuit ENGR Pre Lab.
INTERNET OF EVERYTHING SDU 2016 Week 4. Simple Digital and Analog Inputs  The Arduino’s ability to sense digital and analog inputs allows it to respond.
Lab Components and Breakouts TYWu. Basic Components Arduino UNO12 unitsR3: 7 units, Others: 5 units Breadboard12 unitsL: 9 units, S: 3units Dupont Wire2.
C# SERIAL COMMUNICATION TEMPERATURE CONTROL WITH ARDUINO KAAN EREN
PRESENTED BY: MELODY KIDD (FALL TEAM LEAD) KELLY MACFARLANE (FALL WEBMASTER) SCOTT MATSUO (SPRING WEBMASTER) RAPHAEL RAMOS (SPRING TEAM LEAD) ACADEMIC.
ARDUINO OVERVIEW Bob Wilton – KF5TPQ. ARDUINO UNO.
Throttle Arduino RC Receiver Stock Golf Cart Motor Controller Motor 1 PWM signal: Voltage: 0 – 5V Period = 22ms Positive Pulse Width: 1ms – 2ms Digital.
Bdps 2 Lecture 2. Circuits and Ohm's Law For resistive circuits.
Transistors to Gates © 2011 Project Lead The Way, Inc.Magic of Electrons.
Arduino “Getting Started” Instructor : Dr Matthew Miss Khin Yi Kyaw
Electronic Instrumentation Project 204 Project Name: Light Level Monitor Student #1: Name ID Student #2: Name ID Student #3: Name ID.
1 Microcontrollers. 2 Programmers work in the virtual world Machinery works in the physical world Microcontrollers connect the virtual and physical world.
CSE 341 Project : Ultrasonic Radar PRESENTED BY: NAME : AKIFA TASNEEM ID : SECTION: 02 1.
Arduino Board SHUBHAM PANCHAL: What is an Arduino? A microcontroller board + programming IDE Microcontrollers & Robotics.
Prototyping with Microcontrollers and Sensors. Overview Objective Background Information Problem Statement Materials Procedure Assignment Closing.
Continuity tester a handy tool for testing circuits
Having fun with code, using Arduino in a middle school CS classroom
Arduino - Introduction
The Breadboard The Breadboard Digital Electronics TM
Smart Newton Car By: Hui Zhu.
Arduino Setup & Flexing the ExBow
Arduino Uno – controlling LED strips
Prototyping with Microcontrollers and Sensors
Dr. Kyung Eun Park Summer 2017
Home automation using Arduino & ‘PIR sensor’
Microprocessors Tutorial 1: Arduino Basics
Arduino Development for Beginners
Yuchen Chai, Pradeep Shenoy, Philip T. Krein
BUILDING MANAGEMENT SYSTEMS(BMS)
Visual Instructions.
Continuing with LED’s and Arduino
The Breadboard The Breadboard Digital Electronics TM
What is Arduino? By James Tedder.
Arduino 101 Credit(s):
Raspberry Pi: External Inputs & Outputs
Transistors to Gates Transistors to Gates Gateway To Technology
Teacher’s Note (do not include in student packet/slide show)
Prototyping with Micro-controllers, Sensors, and Materials
Prototyping with Micro-controllers, Sensors, and Materials
The Breadboard The Breadboard Digital Electronics TM
Lab #1: Getting Started.
Prototyping with Micro-controllers, Sensors, and Materials
Prototyping with Micro-controllers, Sensors, and Materials
Introduction to arduino
Buttons.
Presentation transcript:

Electronic Instrumentation Project 202 Project Name: Differential Thermometer Student #1: Name ID Student #2: Name ID Student #3: Name ID

Components (to be) used KY-013 Sensor #1 KY-013 Sensor #2 KY-004 Key switch (Button) KY-019 5V Relay KY-016 RGB LED KY-012 Active Buzzer OA LM324 Resistors: Values to be calculated by students before being requested from a lecturer Arduino UNO R3 Board Breadboard Shield Wires TO DO: Components marked by RED will be provide by the lecturer after student will execute some preliminary work (see later) For every component used slide must be created: Photo (not from Internet) of the component Short decription of the component Pins allocation

Short Description of the System: Differential Thermometer Temperature is measured by TWO Temperature Sensors KY-013 Analog signal from every sensor is amplified (and shifted) by its OA Arduino digitizes amplified analog signals from both sensors and presents temperatures in Celsius from both sensors as some functions of time by using Serial Plotter. * Google: “Arduino Serial Plotter Multiple Graphs”. System operation will be checked by simple touching the sensor on KY-013 (in this case sensor’ temperature is changed from a room temperature ~ 25 C to ~ 32 C)  Think how to position sensors to ensure simple testing

Differential Thermometer: Modes of Operation System can operate on the following modes: M0, M1, M2 Mode change: Every time when button (KY-004) is pressed, MODE is immediately changed: M0  M1  M2  M0  M1 ….. On start system operates in M0 M0 When in M0: RGB Led is GREEN Temperature Plot presents both temperatures in the range 20 – 40 C 10 measurements per second M1 When in M1: RGB Led is BLUE Temperature Plot presents both temperatures in the range 30 – 50 C 20 measurements per second M2 When in M2: RGB Led is RED Temperature Plot presents both temperatures in the range 20 – 40 C and ABS of the temperature difference 25 measurements per second If ABD difference is > 5 C buzzer alarm is heard

Detailed system Description OA, resistors and Relay are used to set system’ parameters in accordance with M0, M1, M2 TO DO Draw system by using FRITZING: Schematic {slide} Breadboard Layout {slide} PCB {slide, Do not order !!!} TO DO Invent and Draw YOUR circuit (analog part to be connected to Arduino) {slide with drawing} Calculate required resistors values {slide with calculations} Provide SIMULATION results (of the analog part+relay) {slide with screenshots} Request missing components including relevant resistors from the lecturer by Components will be provided on the NEXT lecture (simulation of post operation) Assembly analog part + relay on the shield and check its operation with scope. {slide with photos} TO DO Assembly system on the shield {slide, photo} Prepare Block-chart of the “software” {slide} Write sketch {slides with full code written by students} Test the system {slide, photos, screenshots, protocol, etc …}