TA: Chris Reilly Group 5: Benjamin, Ramie, Zachary, Dinal.

Slides:



Advertisements
Similar presentations
Introduction to Multisim ECE 1020 Professor Ahmadi.
Advertisements

EE188L EE I Laboratory Lab #2 Resistive Circuits.
Introduction to the Oscilloscope Professor Ahmadi ECE 002.
Design a Logic Probe Experiment 20. Design Specifications Design a logic probe as shown in the block diagram of Figure 1 of Experiment 20 with a signal.
Introduction to electronics lab ENGRI 1810 Using: Solderless prototype board (white board) Digital multimeter (DMM) Power Supply Signal Generator Oscilloscope.
Fair Use Building and Research Labs Presents
MICROCONTROLLERS MODULE 2 Programming, Controlling and Monitoring.
1 Boe-Bot Parts BOE-BOT Lecture #1b DE - Digital Electronics.
Interactive Engineering Workshop Eng. Mageda Al-Moubarak Eng. Fadia El-ssa.
Laboratory 5: Introduction to LabVIEW. Overview Objectives Background Materials Procedure Report / Presentation Closing.
1 EE 188L Lab #2 Test Bench Photos. 2 Vout R1 R5 R4 R3 R C2 C1 R7 R6 At this end there will be a cut-out and/or a dot next to pin 1 -15V.
1 Lab Equipment. 2 TopicSlides DC Power Supply3-4 Digital Multimeter5-8 Function Generator9-12 Scope – basic controls13-20 Scope – cursors21-24 Scope.
1 Lab #7 – Thevenin/Norton Activity #1 – finding the Thevenin/Norton Equivalent for the function generator –The function generator is a voltage source.
MEASUREMENT DEVICES OUTLINE Multimeters Analog Multimeters
Electric Curcuits and Measurements Basic Electrical components and their functions Measurements of electrical circuits characteristics - Multimeter - Oscilloscope.
1 Announcements l Bring motors to lab this week. l Bring eight 1N4001 diodes to lab per team. Get them at the Scientific Supply Store (2 nd Floor Sciences.
Design a Voltmeter Experiment 19. Goal Design a circuit that displays the value of unknown voltage between certain voltage ranges. – The unknown voltage.
Basic Circuits – Lab 1 Xmedia Spring Basically Power –Provides energy for the sensor and the output Sensor –Changes aspects of the circuit based.
George Washington University DC Circuits Lab Professor Ahmadi ECE 002.
Embedded Programming and Robotics Lesson 1 Basic Electricity and Electronics Transistor Basics Lesson 1 -- Basic Electricity1.
Pulse Width Modulation (PWM) LED Dimmer Circuit
Week 9: Design a Night Light
DC Measurements. 1. define voltage and give its unit of measurement; 2.identify the two different types of voltmeters; 3.connect a voltmeter in a circuit.
Purpose Learn how to use basic electronic equipment:
You will need the following parts from your kit: 1.Breadboard ohm resistor (brown, black, brown, gold) 3.1 LED (light emitting diode) 4.1 Potentiometer.
OBJECTIVES 1. Create correctly sized connectivity cabling.
Basic Circuits – Lab 1 Xmedia Spring Basically Power –Provides energy for the sensor and the output Sensor –Changes aspects of the circuit based.
Introduction to the Oscilloscope Professor Ahmadi ECE002 George Washington University.
Institute Of Applied Technology ATE 1012 Grade 10 Eng. Rose Hasan.
+ Using Ohm’s Law to Build a Voltage Divider 1. + Learning Objectives Understand and demonstrate the engineering design process Use Ohm's Law as a tool.
Group Chocolate Thunda Johnathan Ross, Jiaxuan Shang, Daniel Sawyer, Nate Serafino.
Week 7: Design a Night Light New Experiment It is not in the lab manual.
Write a program that will automatically control the brightness of a light based on the surrounding light level. Automatic Night Light.
Forging new generations of engineers. Digital Multimeter.
General Engineering Polytechnic University Laboratory 9: Electrical Filters.
Do Now Describe what you think happens electrically when you dim a light.
Chapter 5 Engineering Tools for Electrical and Computer Engineers.
ECE 1020 FINAL PRESENTATION TA: Allen Guan and Sibel Ahmed Shehzad Mufti.
The George Washington University Electrical & Computer Engineering Department ECE 002 Dr. S. Ahmadi Class 2.
Stephen Joo and Daniel Kattan April 16, 2010 ECE 002, Group 8.
Introduction to Engineering Lab 4 – 1 Basic Data Systems & Circuit Prototyping Agenda REVIEW OF LAB 3 RESULTS DEFINE a DATA SYSTEM  MAJOR TYPES  ELEMENTS.
George Washington University DC Circuits Lab Professor Ahmadi ECE 002.
Analog Discovery Arbitrary Function Generator for Windows 7 by Mr
Forging new generations of engineers
+ Using Ohm’s Law to Build a Voltage Divider 1. + Learning Objectives Understand and demonstrate the engineering design process Use Ohm's Law as a tool.
Unit 5 Learning Objective(s) L5.1a To understand the need for safe working practices when carrying out practical electronics L5.1b To understand relevant.
Physics 2225: Working With Electronic Equipment Purpose  Learn how to use basic electronic equipment: Digital multi meter Oscilloscope Function generator.
Lab instruments ELCT 201 Digital Multimeter Voltage Tester
Velleman Oscilloscope: Windows 7 by Mr. David Fritz.
(from left to right) ASHLEY FRIEND, SUBHASIS GHOSH, EMMANUELLE DORVIL, DHRUV GAUR.
Basic Equipment and Schematic Reading. Objectives Learn the basic equipment that will be used in the Lab. Learn some of the basic symbols used on electrical.
Emily Syndrome. EMILY SYNDROME Emily Anne Chris Jeff.
Unit 13 Electric Circuits
The Basics Electronics. To familiarise yourself with electronics To have an understanding of how and why we test electronic circuits. To complete a test.
Introduction to LabVIEW
How to Build a Digital Physical System - Lab Lecture 2.
ECE Group Members Samantha Starr BME Arduino Arianna Weinshel BME Sensors, Circuits Eden Woldemichael CE AM Radio Taylor Brooke EE Instrumentation,
Digital Multimeter.
Instrumentation & Root Mean Square Voltage
Prototyping with Microcontrollers and Sensors
CMPE212: LABORATORY Discussion Hours: Fri 1:00 – 1:50PM in ITE 227
Arduino Development for Beginners
Unit 3 – Fundamentals of Electronics Examination Specifications
Introduction to the Oscilloscope
Unit 3 – Fundamentals of Electronics Examination Specifications
Electronics – Learning Outcomes
Digital Multimeter (DMM)
Saving Lighting Energy with the BBC micro:bit
Prepared by: Engr. Qurban Ali Memon Incharge of Final project Lab.
2019 Investing Now Summer Program
Presentation transcript:

TA: Chris Reilly Group 5: Benjamin, Ramie, Zachary, Dinal

Ramie Abounaja - BME Zac Chalup - BME Dinal J - BME Ben Asma - BME

A sensor is a device which can be used to take physical readings from the environment and then convert them into a form that can be understood easily. This data can in turn be used for various purposes. The project our group carried out tested two types of sensors: Sonar Sensor Light Sensor

The value returned is the distance of the sensor from the closest object The sensor used in the lab had a range of 0 – 4 ft

The sensor measures the amount of reflected light that it receives an assigns a value based on a scale Sensor readings have a range from

Distance Reading (sonar) Distance Reading (Light Sensor)

Interactive C code Shown below is the Interactive C code for our light sensor. void main() { while(!start_button()); // Press Start Button while(1) // Continue infinitely { sleep(0.3);//the program waits for 0.3 seconds /*the program will display the output integer value of the sensor on the screen*/ printf("\n Output %d", analog(6)); } }

Light from the surroundings affected some of the readings we obtained from our light sensor The sonar sensor had a tendency to give different readings when the experiment was repeated at the same distance from the object

Oscilloscope - shows a graphical output - time domain version of waveform/signal Digital Multimeter (DMM) - displays a numerical output - can measure voltage, current, and resistance DC Power Supply - provides a source of voltage or current - can generate voltage from -25V to +25 V

It plots voltage on the y axis, and time on the x axis. The amplitude of the signal can be found from the vertical distance from the x axis to the peak. A user is able to adjust the appearance of a waveform by using knobs on the oscilloscope.

It can measure voltage, current and resistance It represents a complete signal with a single value. The user can select buttons to measure voltage, resistance, and current. Three terminals - red (voltage, resistance, small currents), white (large currents), black (common terminal)

3V R2 = 1K Ω 0V R1 = 1K Ω How do you find the current in this circuit? Use Ohm’s Law!!!!!

1.5V Req =.25K Ω I = 6 mA Same current through entire circuit Battery voltage is shared The total resistance of the circuit is given by the following formula: R eq = R1 + R2+…….

1.5V R1 =.5K Ω I = 6 mA I = 3 mA Current is shared Voltage across each component is the same as that of the power source The total resistance of the circuit is given by the following formula:

1.5V R =.5K Ω Anode = 1.5V Diode The diode acts as a tollbooth Doesn’t allow any current to flow through the circuit unless the power source has a voltage greater than a specified amount

I n the lab, the power supply was used to generate voltage To turn on the output, the “Output On/Off” button is pressed, and the “+6” button is pressed to enter the amount of voltage the user wants. ( in the lab 3V was used) Once the voltage is entered, the “Output On/Off” button is pressed to turn the output off while a circuit can be connected to the Power Supply The banana end of a cable is plugged into the red +6V terminal, and the banana end of another cable is plugged into the -6V terminal. The mini grabbers are attached to the circuit, and the “Output On/Off” button is pressed to turn the output on.

By setting up the circuit as shown, we varied the output voltage from the power source and checked to see if the current recorded by the multimeter agreed with the group’s calculated answer

AC Circuits – circuit with current of varying amplitude Varied the current from the power source and measured the corresponding amplitude of the current on the oscilloscope

Multisim is a virtual circuit design program used to simulate AC and DC circuits. Circuits are displayed on a grid allowing users to freely observe/modify their circuit. During the lab, the group created basic AC and DC circuits and used virtual measuring tools such as multimeters and oscilloscopes to measure the current and various other aspects of the circuit.

Designed an actual AM Radio using the given components and instructions All components of the circuit had to be manually soldered in.

Ah….. That;s my song ;) And two weeks later……

Gather sensor data Actuate servos Process image data and light LEDs Communicate with smartphones for home automation Many, many more possibilities!

The experiment involved connecting the light emitting diode to the breadboard and running the program to display different colors on the LED. By varying the time interval, we displayed a spectrum of colors.

Control the rotation of a standard servo motor Control the speed of a continuous rotation servo motor based on the light intensity Servo connector Servo motor

Varied the light received by the light sensor using the torch on a smartphone Observed that a higher light intensity resulted in a higher motor speed Servo connector Servo motor Resistor Light sensor

The End