Difference between revisions of "Prototyping with Micro-controllers, Sensors, and Materials"

From EG1004 Lab Manual
Jump to: navigation, search
(1003 --> 1004)
 
(56 intermediate revisions by 5 users not shown)
Line 1: Line 1:
= Objectives =
= Objectives =
The first objective of this lab is to utilize the basics of electronics, the Arduino board, and the Arduino IDE (Integrated Development Environment). The Arduino IDE will be used to program the Arduino board. These skills will be used for several hands-on tasks including programming the Arduino to control an LED with a button, take temperature readings, and design a basic prototype for a product.
The first objective of this lab is to utilize the basics of electronics, the Arduino board, and the Arduino IDE (Integrated Development Environment). The Arduino IDE will be used to program the Arduino board. These skills will be used for several hands-on tasks including programming the Arduino to control an LED with a button, taking temperature readings, and designing a basic prototype for a product.
 
The prototyping will focus on designing and building a thermal insulation device that utilizes a variety of materials; this design will be tested and the resulting data analyzed. Students will be able to see how Arduino can be applied. All designs will be tested with a heated object. The team with the lowest '''Minimal Design Ratio (MDR)''' will be declared the winner.


The prototyping will focus on designing and building a thermal insulation device that utilizes a variety of materials, this design will be tested and the resulting data analyzed. Students will be able to see how arduino can be applied. All designs will be tested with a heated object. The team with the lowest '''Product Design Ratio (PDR)''' will be declared the winner.
= Overview =
= Overview =
== Electricity ==
== Electricity ==
To put simply, electricity is the movement of electrons. Electrons flow through a conductive wire when there is a difference in charge between two points in the wire. This flow of electrons is called '''''electrical current''''' and it is measured in '''''Amperes (A)'''''. Due to convention, electrical current flows opposite of the electrons. The difference in charge is called electrical voltage and it is measured in '''''Volts (V)'''''. Another way to think about electrical voltage is to picture it as “electrical pressure,” analogous to water pressure. If there is a tank full of water (electrons) and a hole is poked in it, water will flow (electrical current flowing), due to the water pressure (electrical voltage) inside the tank. Finally, there are certain materials that resist that flow of electrons. This property is called '''''electrical resistance''''' and it is measured in '''''Ohms (Ω)'''''. Resistors are electronic devices that are specifically designed to resist the flow of electrical current.
To put simply, electricity is the movement of electrons. Electrons flow through a conductive wire when there is a difference in charge between two points in the wire. This flow of electrons is called '''''electrical current''''' and it is measured in '''''Amperes (A)'''''. Due to convection, electrical current flows opposite of the electrons. The difference in charge is called electrical voltage and it is measured in '''''Volts (V)'''''. Finally, there are certain materials that resist the flow of electrons. This property is called '''''electrical resistance''''' and it is measured in '''''Ohms (Ω)'''''. Resistors are electronic devices that are specifically designed to resist the flow of electrical current.
There exists a mathematical relationship between current, voltage and resistance which is characterized by Ohm’s Law. This relationship is detailed below, where V is the voltage across a resistor, I is the current flowing through a resistor and R is the resistance of the resistor.
Ohm’s Law is the relationship is detailed below, where V is the voltage across a resistor, I is the current flowing through a resistor and R is the resistance of the resistor.
<span style="font-size:180%"><math>V=I*R</math></span>
<span style="font-size:180%"><math>V=I*R</math></span>
== Electronic Components ==
== Electronic Components ==
There are several basic electronic components used to build simple circuits. Some of these components are polarized which means the way they are connected matters! Another way of thinking about it is that some components are symmetrical while others are not.
There are several basic electronic components used to build simple circuits. Some of these components are polarized which means the way they are connected matters.  
=== DC (Direct Current) Voltage Sources ===
=== DC (Direct Current) Voltage Sources ===
DC Voltage Sources are used to power circuits because they have a voltage difference across their terminals. DC Power Sources are usually batteries (AA, AAA, etc). Arduino boards can be powered by a battery, a USB cable, or an AC adapter. When the Arduino is powered, it can be used as a 5V DC voltage source. They ARE polarized.
DC Voltage Sources are used to power circuits because they have a voltage difference across their terminals. DC Power Sources are usually batteries (AA, AAA, etc). Arduino boards can be powered by a battery, a USB cable, or an AC adapter. When the Arduino is powered, it can be used as a 5V DC voltage source. They ARE polarized.  
=== Resistors ===
=== Resistors ===
Resistors are components that reduce the amount of current flowing through a circuit. Resistors convert the excess current to thermal energy. Resistors can be used to control the voltages and currents of circuits. Resistors are color coded with what resistance they are. They are NOT polarized.
Resistors are components that reduce the amount of current flowing through a circuit and convert the excess current to thermal energy. Resistors can be used to control the voltages and currents of circuits. Resistors are color coded with what resistance they are. They are NOT polarized.
[[Image:resistor.jpg]]
[[Image:resistor.jpg|center]]
 
 
[[Image:Resistor color code.png‎|thumb|center|360px|]]
 
=== Capacitors ===
=== Capacitors ===
Capacitors are components that can store energy in an electrical field and then dissipate it at a later time. Capacitance is a measure of how much charge a capacitor can store and it is measured in '''''Farads (F)'''''. Capacitors resist voltage changes by supplying or drawing current. They are SOMETIMES polarized.
Capacitors are components that can store energy in an electrical field and then dissipate it at a later time. Capacitance is a measure of how much charge a capacitor can store and it is measured in '''''Farads (F)'''''. Capacitors resist voltage changes by supplying or drawing current. They are SOMETIMES polarized.
[[Image:capacitors.jpg]]
[[Image:capacitors.jpg|center]]
 
=== Inductors ===
=== Inductors ===
Inductors are components that can store energy in a magnetic field and then dissipate it at a later time. Inductance is a measure of how much energy an inductor can store and it is measured in '''''Henrys (H)'''''. Inductors resist current changes by dropping or increasing the voltage across itself. They are NOT polarized.
Inductors are components that can store energy in a magnetic field and then dissipate it at a later time. Inductance is a measure of how much energy an inductor can store and it is measured in '''''Henrys (H)'''''. Inductors resist current changes by dropping or increasing the voltage. They are NOT polarized.
[[Image:inductor.jpg]]
[[Image:inductor.jpg|center]]
 
=== Push-buttons and Switches ===
=== Push-buttons and Switches ===
Push-buttons and switches are mechanical devices that interrupt or divert current running through them. Basic push-buttons and are polarized while basic switches are not.
Push-buttons and switches are mechanical devices that interrupt or divert current running through them. Basic push-buttons and are polarized while basic switches are not.
[[Image:button_switch.jpg|375px]]
[[Image:button_switch.jpg|375px|center]]
 
=== Diodes and Transistors (BJT/MOSFETS) ===
=== Diodes and Transistors (BJT/MOSFETS) ===
Diodes are components that allow current to only pass in one direction.
Diodes are components that allow current to only pass in one direction.
MOSFETs are electric components that act as electrically controlled switches. They can also be used to amplify signals. They ARE polarized.
MOSFETs are electric components that act as electrically controlled switches. They can also be used to amplify signals. They ARE polarized.
[[Image:diode_transistor.jpg|350px]]
[[Image:diode_transistor.jpg|350px|center]]
 
=== Light Emitting Diodes ===
=== Light Emitting Diodes ===
LEDs are small electric lights which use low voltages and currents. The orientation of the LED is important since it acts like a diode and only allows current to flow in one direction. Most LEDS also require a resistor (typically 470 Ω) in series with them because they will burn out almost instantly when they encounter high current. They ARE polarized.
LEDs are small electric lights that use low voltages and currents. The orientation of the LED is important since it acts like a diode and only allows current to flow in one direction. Most LEDS also require a resistor (typically 470 Ω) in series with them because they will burn out almost instantly when they encounter high current. They ARE polarized.
[[Image:LED.jpg]]
[[Image:LED.jpg|center]]


== Microcontrollers ==
== Microcontrollers ==
A microcontroller is a cheap, programmable computer without any of the peripherals such as a mouse, keyboard, or screen. Microcontroller boards have direct access to the input and output pins of its processing chip so that the user can directly read from sensors and perform actions. Microcontrollers are present in many electrical appliances like microwaves.
A microcontroller is a cheap, programmable computer without any of the peripherals such as a mouse, keyboard, or screen. Microcontroller boards have direct access to the input and output pins of its processing chip so that the user can directly read from sensors and perform actions. Microcontrollers are present in many electrical appliances like microwaves.
Arduino boards were designed to be easily programmed and assembled into larger projects. These boards come in many shapes and sizes and some contain additional features such as WiFi or Bluetooth connectivity. Different boards can also have different features such as processing speed and memory size.
Arduino boards were designed to be easily programmed and assembled into larger projects. These boards come in many shapes and sizes and some contain additional features such as WiFi or Bluetooth connectivity. Different boards can also have different features such as processing speed and memory size.
[[Image:arduino.jpg|250px]]
 
[[Image:arduino.jpg|250px|thumb|center|Figure 1: Arduino UNO]]
This lab will be using an Arduino UNO board created by SparkFun called a RedBoard.  
This lab will be using an Arduino UNO board created by SparkFun called a RedBoard.  
[[Image:redboard.jpg|250px]]
[[Image:redboard.jpg|250px|thumb|center|Figure 2: RedBoard]]
 
=== Arduino Hardware ===
=== Arduino Hardware ===
[[Image:redboard_info.jpg|400px]]
[[Image:redboard_info.jpg|400px|thumb|center|Figure 3: RedBoard information]]
Reset Button: Restarts the Board<br />
<b>Reset Button:</b> Restarts the Board<br/>
USB Connector: Provides power and connect it to the computer<br />
<b>USB Connector:</b> Provides power and connects it to the computer<br />
Pin 13 LED: Usable LED without making an LED circuit<br />
<b>Pin 13 LED:</b> Usable LED without making an LED circuit<br />
Serial LEDS: Shows if the Arduino is transmitting or receiving data from pins 0, 1 or the USB connection
<b>Serial LEDS:</b> Shows if the Arduino is transmitting or receiving data from pins 0, 1 or the USB connection<br/>
[[Image:redboard_pins.jpg|150px]]
[[Image:redboard_pins.jpg|150px|thumb|center|Figure 4: RedBoard pins]]
Power Pins<br />
<center>Power Pins<br /></center>
3.3V: Usually used to power low-voltage sensors<br />
<b>3.3V:</b> Usually used to power low-voltage sensors<br />
5V: Most common power pin used to power circuits<br />
<b>5V:</b> Most common power pin used to power circuits<br />
GND: Ground pin which is 0V<br />
<b>GND:</b> Ground pin which is 0V<br />
VIN: Voltage-In can be used to power the board using a battery
<b>VIN:</b> Voltage-In can be used to power the board using a battery<br/>
[[Image:redboard_IO.jpg|150px]]
[[Image:redboard_IO.jpg|150px|thumb|center|Figure 5: RedBoard IO]]
I/O Pins<br />
<center>I/O Pins<br /></center>
A0-A5: Identical analog pins that can be used to read sensors or control analog devices. Pins A0-A3 are more stable than A4-A5<br />
<b>A0-A5:</b> Identical analog pins that can be used to read sensors or control analog devices. Pins A0-A3 are more stable than A4-A5.<br />
Pins 0-1: Transmit and Receive pins, don’t use these pins for this lab<br />
<b>Pins 0-1:</b> Transmit and Receive pins, don’t use these pins for this lab<br />
Pins 2-12: Digital pins that can be switched between HIGH states and LOW states<br />
<b>Pins 2-12:</b> Digital pins that can be switched between HIGH states and LOW states<br />
Pin 13: Connected to the on-board LED, use it only as an input pin
<b>Pin 13:</b> Connected to the on-board LED, use it only as an input pin<br/>
=== The Arduino IDE ===
=== The Arduino IDE ===
The Arduino IDE is a program that can be used to edit, compile, and upload code to a supported microcontroller. Figure 2 is a screenshot of the program:  
The Arduino IDE is a program that can be used to edit, compile, and upload code to a supported microcontroller. Figure 6 is a screenshot of the program:  
[[Image:arduinoide.jpg|thumb|center|300px|Figure 2: Arduino Software Sketch]]
[[Image:arduinoide.jpg|thumb|center|300px|Figure 6: Arduino IDE screenshot]]
'''''Verify''''': checks code for errors and points to where the errors occurred after it finishes. Upload: verifies code and then uploads it to the Arduino board if there are no errors. <br />
'''''Verify''''': checks code for errors and points to where the errors occurred after it finishes. Upload: verifies code and then uploads it to the Arduino board if there are no errors. <br />
'''''Console''''': shows any errors the software found in hardware. <br />
'''''Console''''': shows any errors the software found in hardware. <br />
Line 65: Line 76:
Programs written in Arduino are called sketches. A basic sketch can be broken up into 3 different areas: global, setup and loop; these areas are pictured below.
Programs written in Arduino are called sketches. A basic sketch can be broken up into 3 different areas: global, setup and loop; these areas are pictured below.
   
   
[[Image:Sketchareas.jpg‎|thumb|center|300px]]
[[Image:Sketchareas.jpg‎|thumb|center|Figure 7: Different areas]]
'''''Global''''': constants and imported libraries go here.<br />
'''''Global''''': constants and imported libraries go here.<br />
'''''Setup''''': activate the pins and sensors used. This code only runs once.<br />
'''''Setup''''': activate the pins and sensors used. This code only runs once.<br />
'''''Loop''''': the code that runs continuously such as reading sensors and turning pins HIGH or LOW.
'''''Loop''''': the code that runs continuously such as reading sensors and turning pins HIGH or LOW.
=== Arduino Programming ===
=== Arduino Programming ===
The Arduino programming language is based on C/C++, but it is designed to be simpler and easier to learn. The most intuitive way to think about programming is like building with LEGO blocks: certain rules must be followed and different building blocks can be used to build bigger parts.  
The Arduino programming language is based on C/C++, but it is designed to be simpler and easier to learn. The most intuitive way to think about programming is like building with LEGO blocks: certain rules must be followed and different building blocks can be used to build bigger parts.  
Line 123: Line 135:
'''''Constants and Variables'''''
'''''Constants and Variables'''''
Constants and variables hold data according to their datatype. They need to be given a name so they can be referred to later. Constants hold data that will NOT change while a program is running. Constants usually contain pin numbers or sensor threshold values. Variables contain data that WILL change while a program is running. Variables usually contain sensor values and other values that need to have mathematical operations done on them.  Below is an example of how to create different constants and variables.
Constants and variables hold data according to their datatype. They need to be given a name so they can be referred to later. Constants hold data that will NOT change while a program is running. Constants usually contain pin numbers or sensor threshold values. Variables contain data that WILL change while a program is running. Variables usually contain sensor values and other values that need to have mathematical operations done on them.  Below is an example of how to create different constants and variables.
[[Image:variables.png‎|thumb|center|300px]]
[[Image:variables.png‎|thumb|center|300px|Figure 8: Constants and variables]]
'''''Conditional Statements'''''
'''''Conditional Statements'''''
Conditional statements run code enclosed by their curly brackets when a condition is met.  
Conditional statements run code enclosed by their curly brackets when a condition is met.  
[[Image:conditionals.jpg‎|thumb|center|400px]]
[[Image:conditionals.jpg‎|thumb|center|400px|Figure 9: Conditional statements]]
''Loops''
''Loops''
Loops run the code enclosed by their curly brackets a specific amount of times or until a condition is met.
Loops run the code enclosed by their curly brackets a specific amount of times or until a condition is met.
Line 133: Line 145:
''For-loop''
''For-loop''
For-loops are used when you want something to run a specific number of times. Although they seem complicated at first, the structure of most for-loops is the same. In the parenthesis, the first part sets a variable (usually ‘i’ for ‘index’) to a value used to begin a count, the middle is the condition when the loop stops, and the third part is where you increment or decrement the counting variable.  
For-loops are used when you want something to run a specific number of times. Although they seem complicated at first, the structure of most for-loops is the same. In the parenthesis, the first part sets a variable (usually ‘i’ for ‘index’) to a value used to begin a count, the middle is the condition when the loop stops, and the third part is where you increment or decrement the counting variable.  
[[Image:while.jpg|thumb|center|400px]]
[[Image:while.jpg|thumb|center|400px|Figure 10: While and for-loops]]
'''''Commonly Used Arduino Functions'''''
'''''Commonly Used Arduino Functions'''''
{| class="wikitable"
{| class="wikitable"
Line 152: Line 164:
|style="text-align: center;"|Serial.print(value)||style="text-align: center;"|Prints the value (variable) to the Serial Monitor.
|style="text-align: center;"|Serial.print(value)||style="text-align: center;"|Prints the value (variable) to the Serial Monitor.
|}
|}
== Thermal Insulation ==
== Thermal Insulation ==
<b><i>Heat </i></b>is a form of energy. <b><i>Heat transfer</i></b> is thermal energy that is transferred
<b><i>Heat </i></b>is a form of energy. <b><i>Heat transfer</i></b> is thermal energy that is transferred
from one body to another as a result of a temperature difference. <b><i>Temperature </i></b>is the measure of
from one body to another as a result of a temperature difference. <b><i>Temperature </i></b>is the measure of
the average kinetic energy of atomic motion. The faster the atoms are moving, the higher the temperature.
the average kinetic energy of atomic motion. The faster the atoms are moving, the higher the temperature.
In this lab, we will focus on the ways heat is transferred.


The specific mechanisms that convey energy from one location to another are
The specific mechanisms that convey energy from one location to another are
<b><i>conduction</i></b>, <b><i>convection</i></b>, and <b><i>radiation</i></b>. If you put
<b><i>conduction</i></b>, <b><i>convection</i></b>, and <b><i>radiation</i></b>.  
any two objects with different temperatures together, heat will be transferred from the object
with the higher temperature to the one with the lower temperature until the system reaches
equilibrium. Let's say you placed a hot bowl of soup on the kitchen table. What would happen?
What if you placed a glass of ice water on the same table? Our job is to understand
how this heat transfer occurs and how to slow the process down.
 
<p>When there is a temperature difference within a solid body or between two solid bodies in contact with each
<p>When there is a temperature difference within a solid body or between two solid bodies in contact with each
other, energy (heat) will flow from the region of higher temperature to the region of lower temperature. This
other, energy (heat) will flow from the region of higher temperature to the region of lower temperature. This
Line 174: Line 180:


<p><b><i>Convection</i></b> is the transfer of heat within a fluid medium (fluids consist of gasses and liquids).
<p><b><i>Convection</i></b> is the transfer of heat within a fluid medium (fluids consist of gasses and liquids).
Convection can occur in two different ways. The first way is known as <b><i>natural convection</i></b>. Natural
Convection can occur in two different ways. Convection occurs as natural and forced convection. Forced convection occurs when the main
convection occurs when the main mechanism for heat transfer is due to the temperature difference either within
the fluid or at its boundaries. This difference in temperature causes the molecules in the higher temperature
region to expand and rise due to buoyant forces. See Figure 1 for a diagram of natural convection. The second
way in which convection occurs is called <b><i>forced convection</i></b>. Forced convection occurs when the main
mechanism for heat transfer is due to the forced flow or motion of the fluid.</p>
mechanism for heat transfer is due to the forced flow or motion of the fluid.</p>


[[Image:lab_hegg_2.jpg|frame|center|Figure 1: Air circulation diagram]]
[[Image:lab_hegg_2.jpg|frame|center|Figure 11: Air circulation diagram]]


<p>Today we heat our homes through radiators using natural convection. Air flows through a heating element and
<p>Today we heat our homes through radiators using natural convection. Air flows through a heating element and
then is dispersed through the room. Would it be helpful to put bigger fins on the heating element?
then is dispersed through the room.  


<p>Suppose you wanted to disperse the heat even faster. In that case you could blow a fan past the heating
<p>Suppose you wanted to disperse the heat even faster. In that case you could blow a fan past the heating
Line 192: Line 194:
<p>According to the Encyclopedia Britannica, <b><i>radiation </i></b>is the process by which energy,
<p>According to the Encyclopedia Britannica, <b><i>radiation </i></b>is the process by which energy,
in the form of electromagnetic radiation, is emitted by a heated surface in all directions.
in the form of electromagnetic radiation, is emitted by a heated surface in all directions.
It travels to its point of absorption at the speed of light and does not require an intervening
It does not require an intervening
medium to carry it. The heating of the Earth by the Sun is an example of heat transfer by radiation.
medium to carry it. The heating of the Earth by the Sun is an example of heat transfer by radiation.


<p>Electromagnetic radiation is a mean of energy transfer that occurs when an atom absorbs energy. As
<p>Electromagnetic radiation is a mean of energy transfer that occurs when an atom absorbs energy. This EM wave can propagate
we have seen earlier when heated atomic motion within a body increases. The energy absorbed by the
atom causes some of its electrons to move around. For sake of stability, the electrons eventually
come to its original state or position creating an electromagnetic wave. This EM wave can propagate
as heat, light, ultraviolet, or other electromagnetic waves depending on the type of atom and the
as heat, light, ultraviolet, or other electromagnetic waves depending on the type of atom and the
amount of energy absorbed.</p>  
amount of energy absorbed.</p>  


<p>Color is a property of light which is based on the frequency of the wave. When we see a specific
<p>Color is a property of light; when an object appears white, it virtually reflect all the EM waves coming
color, our eyes literally receive an electromagnetic wave of a specific frequency. Materials that
to it while a "black" object absorbs it all. Therefore, color (reflectivity) is to be considered when choosing materials for thermal
appear lighter (i.e. yellow) reflect more light (EM waves of a specific frequency) than darker ones.
Following the same logic, when an object appears white, it virtually reflect all the EM waves coming
to it while a "black" object absorbs it all.</p>
 
<p>Therefore, color (reflectivity) is to be considered when choosing materials for thermal
insulation. </p>
insulation. </p>


<p>How would you feel out in the sun on hot day in a black t-shirt? How would you feel if your
shirt were white? A black surface is an excellent absorber of heat, while a white surface is not.
Silver is a poor heat absorber and reflects radiated energy; that is why rooftops of apartment houses
are often painted silver.</p>


<p>Your container is a <b>thermodynamic system</b> – a part of the Universe separated from the
<p>Your container is a <b>thermodynamic system</b> – a part of the Universe separated from the
Line 220: Line 210:
systems and isolated systems. </p>
systems and isolated systems. </p>


[[Image:lab_hegg_5.png|frame|center|Figure 2: Thermodynamic system with a boundary.]]
[[Image:lab_hegg_5.png|frame|center|Figure 12: Thermodynamic system with a boundary.]]


<p><b>Open systems</b> are systems where transfer of mass and heat is possible. For example, an open pot
<p><b>Open systems</b> are systems where transfer of mass and heat is possible. For example, an open pot
Line 238: Line 228:
how to minimize heat loss is the key to designing a successful insulating container.</p>
how to minimize heat loss is the key to designing a successful insulating container.</p>


<p>The first consideration is the materials you choose. Using materials that are poor conductors of
<p>The first consideration is the materials you choose. Using materials that are poor conductors of heat, like glass, will minimize heat loss. </p>
heat will minimize heat loss. Glass is one of these. Fiberglass insulation uses spun glass for its
insulating effect.</p>


<p>Plastic is also a poor conductor of heat. Foam cups are made of plastic which has tiny air bubbles
<p>Plastic is also a poor conductor of heat. Foam cups are made of plastic which have tiny air bubbles
suspended in it. Air is among the poorest conductors of heat. It turns out that a vacuum, or the
suspended in it. Air is among the poorest conductors of heat. A vacuum, or the
complete lack of air, is the best insulator of all. This is the principle employed in the Thermos
complete lack of air, is the best insulator of all. This is the principle employed in the Thermos
design.</p>
design.</p>


<p>The other important consideration in creating your container is its cost. Minimal design uses the
<p>The other important consideration in creating your container is its cost. Minimal design uses the
fewest resources while maintaining the safety and efficacy of your product. Engineers almost never have
fewest resources while maintaining the safety and efficacy of your product.</p>
the luxury of designing products or systems where cost is not a factor. Given unlimited resources,
you could most likely come up with a container that would maintain the egg's temperature almost
indefinitely, but no one could afford to buy it from you. Balancing cost and effectiveness into your
plans is a critical skill you will need later.</p>
 
<p> Another thing to consider is the method of data collection, because the way data is collected can cause many issues including providing incorrect data. To calculate changes in temperature, some devices that can be used are thermometers, thermistors, thermocouples, and RTDs. </p>


<p> <b><i> Thermocouples </i></b>  consist of two wires of dissimilar metals and are usually welded together or attached on a junction. When the temperature at a junction changes, it generates thermoelectric potential (emf) which is proportional to the temperature difference between the two junctions. This voltage difference can be sued to measure the temperature at that junction. </p>
<p> <b><i> Thermocouples </i></b>  consist of two wires of dissimilar metals and are usually welded together or attached on a junction. When the temperature at a junction changes, it generates thermoelectric potential (emf) which is proportional to the temperature difference between the two junctions. This voltage difference can be used to measure the temperature at that junction. </p>
 
<p> <b><i> Thermistors </i></b> are thermally sensitive resistors that display changes in electrical resistance when subjected to a temperature change. Thermistors, like a thermocouple, utilize resistance to read temperature but do not require two different types of metal wire connected at a junction. </p>
 
<p> <b><i> Thermometers </i></b> are devices used to measure temperature or a temperature gradient utilizing a temperature sensor and some other means to convert the physical change to a digital change. Most digital thermometers utilize thermistors or lasers to calculate temperature. </p>
 
<p> In this lab, a thermocouple, thermistor, and thermometer will be used to collect data. Each of the different devices utilizes different technologies to gather the temperature data from the egg. The thermocouple collects data through the NI-ELVIS II+ board as it's built into the board itself. The thermistor operates through an Arduino. The thermometer is operated manually. This is done to check the accuracy of different types of devices and sensors as well as to determine the efficiency in the data collection method.
= Design Considerations =
Carefully consider the inconsistencies of the sensors that are used in the lab and the needs of a reliable product.
* What is the accuracy and precision of the temperature sensor?
* How could this sensor be incorporated into or to test a product?
* What materials will insulate the best?
* How can insulation be maximized and cost minimized?


= Materials and Equipment =
= Materials and Equipment =
Line 275: Line 245:
* Breadboard and jumper wire
* Breadboard and jumper wire
* Resistors
* Resistors
** 220 Ohms
** 220 &Omega;
** 2.2k Ohms
** 2.2 k&Omega;
** 10 k&Omega;
*Thermistor
* LED
* LED
* Pushbutton
* Pushbutton
* TMP36
 
= Procedure =
= Procedure =
Starting a new sketch in Arduino
<b>Starting a new sketch in Arduino</b>
# Open the Arduino IDE  
# Open the Arduino IDE  
# Plug the Arduino/RedBoard into the computer  
# Plug the Arduino/RedBoard into the computer  
# In the Arduino IDE toolbar, go to Tools > Board and select “Arduino/Genuino Uno”
# In the Arduino IDE toolbar, go to Tools > Board and select “Arduino/Genuino Uno”
# Also in the Tools toolbar, select the correct port
# From the Tools toolbar, select the correct port
=== Building Circuits on a Breadboard ===
=== Building Circuits on a Breadboard ===
Breadboards are small boards that are commonly used for circuit prototyping. They allow the connection of components that were discussed previously without making permanent connections.  
Breadboards are small boards that are commonly used for circuit prototyping. They allow the connection of components that were discussed previously without making permanent connections.  
Change circuit to simpler circuit and HAVE students follow along to understand the concepts of:
[[Image:breadboard.jpg|500px|thumb|center|Figure 13: Breadboard Connections]]
Which rows are powered
 
How the break in rows stop current (needed for the button)
[[Image:breadboard.jpg|500px|thumb|center|Figure 1: Breadboard Connections]]
As seen in the Figure 1, the internal connections of a breadboard are very specific. Sections A and D depict how the power rails stretch the length of the board. This is where the 5V and GND connections from the Arduino can be used to power the circuits. Sections B and C are where circuits are built. Below is an example of how to wire a breadboard from a schematic. '''''Do NOT build this circuit, just follow along'''''. See the lab 5 '''''[https://stream.nyu.edu/media/EG+1003+Lab+5A+NI+ELVIS+Tutorial/1_36717xpx NI ELVIS Tutorial Video]''''' on the EG manual for more information on how to use breadboards.
== Activity 1: Building an LED Circuit ==
== Activity 1: Building an LED Circuit ==
# The first activity will be making a simple LED blinking circuit. The programming flowchart and circuit diagram are in Figure 3.  
# The first activity will be making a simple LED blinking circuit. The programming flowchart and circuit diagram are in Figure 14.  
#: [[Image:LED_flowchart.jpg|500px|thumb|center|Figure 3: LED Circuit Diagram and Flowchart]]
#: [[Image:LED_flowchart.jpg|500px|thumb|center|Figure 14: LED Circuit Diagram and Flowchart]]
# First, wire the LED to the breadboard like in Figure 4. Remember, since LEDs are polarized, their orientation matters. The shorter leg of the LED should be connected to the same row as GND. The resistor is NECESSARY, otherwise too much current would flow and the LED will burn out! Make sure to wire power to the power (red) rail and the signal from 7 to the LED directly
# First, wire the LED to the breadboard like in Figure 15. Remember, since LEDs are polarized, their orientation matters. The shorter leg of the LED should be connected to the same row as GND. The resistor is NECESSARY, otherwise too much current would flow and the LED will burn out! Make sure to wire power to the power (red) rail and the signal from 7 to the LED directly
#: [[Image:LED_wiring.jpg|300px|thumb|center|Figure 4: Arduino Wiring]]
#: [[Image:LED_wiring.jpg|500px|thumb|center|Figure 15: Arduino Wiring]]
# Now type the following code into a new sketch.
# Now type the following code into a new sketch.
#: [[Image:LED_code.jpg|300px|thumb|center]] needs to define type - Marcus make screenshot
#: [[Image:LED_code.jpg|300px|thumb|center|Figure 16: LED Code]]  
# The flowchart uses Digital Pin 7 on the Arduino as an output. Therefore, create a constant that holds the number 7 and in the setup area set Pin 7 as an output using pinMode. Then, turn the LED on by using digitalWrite, have a delay of one second, turn the LED off by using digitalWrite and then set another delay of one second.
# The flowchart uses Digital Pin 7 on the Arduino as an output. Therefore, create a constant that holds the number 7 and in the setup area set Pin 7 as an output using pinMode. Then, turn the LED on by using digitalWrite, have a delay of one second, turn the LED off by using digitalWrite and then set another delay of one second.
# The LED circuit will be used in the next two activities. Do not deconstruct it.
# The LED circuit will be used in the next activity. Do not deconstruct it.


== Activity 2: Using a Button ==  
== Activity 2: Using a Button ==  
Line 308: Line 277:


There is a line connecting the pins that are wired together internally on each side. See the schematic below, pins 1 and 2 are connected, and pins 3 and 4 are connected. Make sure the button straddles the break in the breadboard
There is a line connecting the pins that are wired together internally on each side. See the schematic below, pins 1 and 2 are connected, and pins 3 and 4 are connected. Make sure the button straddles the break in the breadboard
# First, breadboard the circuit diagram in Figure 5 and sketch a flowchart of the program needed. Have a TA verify the flowchart.  
[[Image:Lab_5_Part_2_Fritz_Diagram.png|300px|thumb|center|Figure 17: Button Circuit Diagram]]
#: [[Image:button_wiring.jpg|300px|thumb|center|Figure 5: Button Circuit Diagram]]  
# First, breadboard the circuit diagram in Figure 18 and sketch a flowchart of the program needed. Have a TA verify the flowchart.
#: [[Image:activity2.png|500px|thumb|center|Figure 18: Arduino Wiring]]
# Write the Arduino program to implement the flowchart. Use an if statement
# Write the Arduino program to implement the flowchart. Use an if statement
# Remember to create a constant that holds the pin number to which the button is connected and that the button will be a digital input. After the button constant, create an integer that will hold the button state:
# Remember to create a constant that holds the pin number to which the button is connected and that the button will be a digital input. After the button constant, create an integer that will hold the button state:
#: [[Image:button_read.jpg|500px]]  
#: [[Image:button_read.jpg|500px|thumb|center|Figure 19: Button integer]]  
# Within the loop function, you must check the state of the button (whether it is pressed or not pressed), using the following code:
# Within the loop function, you must check the state of the button (whether it is pressed or not pressed), using the following code:
#: [[Image:button_state.jpg|300px]]
#: [[Image:button_state.jpg|300px|thumb|center|Figure 20: Button state]]
 


== Activity 3: Prototyping a Thermal Insulation Device and Product Evaluation ==
== Activity 3: Prototyping a Thermal Insulation Device and Product Evaluation ==
Line 324: Line 293:
disqualification.
disqualification.


* All materials must be inside the container.
* You must use a cup or clay in the design of your thermal insulation device
* The container may not be held or covered during temperature readings.
* In order to protect the wax from being ruined, no materials may be poured on top of the jar
* External heat sources are prohibited.
* Students are not allowed change the placement of the thermistor with respect to the lid
* The rice bag must be inside the container within 30 seconds from when you receive  
* The container may not be held
 
* External heat sources are prohibited
* The candle must be inside the container within 30 seconds from when you receive it


=== Materials with Price List ===
=== Materials with Price List ===
* Large foam cup - $0.50
* Large foam cup - $0.50
* Lid - $0.25
* Lid - $0.25
* Pack of clay - $0.20/bag
* Wool fabric pieces - $0.10/2 pieces
* Cotton balls - $0.05/3 pieces
* Popsicle sticks - $0.01/stick
* Paper cup - $0.40
* Paper cup - $0.40
* Styrofoam pieces - $0.05/6 pieces
* Styrofoam pieces - $0.05/3 pieces
* Tape - $0.10/ft
* Tape - $0.10/ft
* Aluminum foil - $0.30/ft<SUP>2</SUP>
* Aluminum foil - $0.30/ft<SUP>2</SUP>
Line 346: Line 320:
====Building a Thermistor====
====Building a Thermistor====
<ol>
<ol>
Using a thermistor and the Arduino, the temperature change of the rice bag will be recorded over the course of 15 minutes. The Arduino will read the temperature through the thermistor and print out the values into serial monitor.  
Using the Arduino, the temperature change of the candle will be recorded over the course of 15 minutes. The Arduino will read the temperature through the thermistor and print out the values into serial monitor.  
[[Image:ArduinoConnection.png|thumb|center|500px|Figure 3: Arduino thermistor wiring diagram.]]
[[Image:ArduinoConnection.png|thumb|center|500px|Figure 21: Arduino thermistor wiring diagram.]]
<li>Carefully remove the existing circuit, and wire the circuit according to the following configuration. A 10K Ohm resistor should be used. </li>
<li>Carefully remove the existing circuit, and wire the circuit according to the following configuration. A 10 K&Omega; (Brown, Black, Orange) resistor should be used. Make sure that pin A0 is used, and the circuit is powered to 5V and grounded. </li>
<li> A thermistor is a thermal resistor, which is a resistor that changes resistance with temperature. Depending on the temperature that it detects, the amount of voltage that goes through the thermistor will change proportionally to the temperature. The thermistor can take an input voltage of either 3.3V or 5V, but 5V should be used in this experiment. Using the output voltage of the thermistor, it can be converted to a temperature reading. </li>
<li> Download the program here: https://drive.google.com/open?id=1XTx0EHq4knP3qQIawumjvxLWdxH4rp1T
<li>The Arduino should be taking a temperature reading every 30 seconds. The analog voltage value read through pin A0 should then be converted to a Fahrenheit reading using the pre-written function below. The temperature reading should be printed to the Serial monitor along with the seconds timestamp of the reading. </li>
</li>There are missing components in the code; make sure to read through the comments and insert code where it is necessary.
</li>After the program is completed and uploaded, open up the Serial Monitor to check if the readings are correct (should be in the 70s &deg;F range).
Keep the circuit intact since it will be used to measure the temperature of your container.
</li>


<li>Voltage to Fahrenheit function:</li>
<li>Notes:
A thermistor is a thermal resistor, which is a resistor that changes resistance with temperature. Depending on the temperature that it detects, the amount of voltage that goes through the thermistor will change proportionally to the temperature. Using the output voltage of the thermistor, it can be converted to a temperature reading.
The Arduino should be taking a temperature reading every 5 seconds. The analog voltage value read through pin A0 should then be converted to a Fahrenheit reading. The temperature reading should be printed to the Serial monitor along with the seconds timestamp of the reading.</li>


'''''Insert Picture of this code'''''


Hints:
</ol>
Think of where the conversion function should go (global, setup, or loop).
To get the timestamp, the function millis() can be used. It outputs a timer count in milliseconds, but it must then be converted to seconds.
Establish a Serial communication between the Arduino and the computer.
The voltage value read from pin A0 should be passed into the conversion function, and the return value should be saved to a variable of type “float”.
Below is an example of how to use a function. A number “num” is wished to be incremented, and there is a function called “increment” that will do so, and the output of the increment will be stored in a variable “result”.
[[File:HintImg.jpg]]


</ol>
==== Insulating Container Design ====
==== Insulating Container Design ====
<ol>
<ol>
<li>Analyze your materials and consider your design options, keeping in mind the lab's specifications.
<li>Analyze your materials and consider your design options, keeping in mind the lab's specifications.
Make sure you make preliminary sketches during this process.</li>
Make sure you make preliminary sketches during this process.</li>
<li>Now, sketch your design in pencil using the graph paper provided on the
<li>Now, sketch your design. Label your drawings clearly. Prepare a price-list
[http://eg.poly.edu/downloads/Note_paper.zip EG Website]. Label your drawings clearly. Prepare a price-list
for your insulating container based on the materials you have chosen. </li>
for your insulating container based on the materials you have chosen. Have your TA '''sign''' the
sketches and the price-list.</li>
<li>Build your insulating container based on the sketch you just completed. Your TA will provide the
<li>Build your insulating container based on the sketch you just completed. Your TA will provide the
materials needed for your design. If you decide to modify your design during the construction of your
materials needed for your design. If you decide to modify your design during the construction of your
insulating container, note the changes and describe the reasons for them. If the modifications required
insulating container, note the changes and describe the reasons for them. If the modifications required
more materials to be used, make sure you update your price list and your TA approves it.</li>
more materials to be used, make sure you update your price list and your TA approves it.</li>
<li>Ask your TA to take a picture of your container.</li>
</ol>
</ol>




==== NI-ELVIS Circuit ====
<ol>
<li>Using two 100,000 &Omega; resistors (Brown, Black, Yellow), insert one end of each resistor into AIGND (row 18) of the NI-ELVIS board.</li>
<li>Insert the other end of one of the resistors into the AI 7+ (row 15), and the end of the other resistor into AI 7- (row 16).</li>
<li>Using a wire connect the AI 7+ port (row 15) to the screw terminal 1 port (row 46).</li>
<li>Using a wire connect the AI 7- port (row 16) to the screw terminal 2 port (row 47).</li>
<li>Insert the <span style="color: #ee8866;">orange</span> wire of the thermocouple to the screw terminal 2 jack and the <span style="color: #aaaa00;">yellow</span> wire to the screw terminal 1 jack.
</ol>
==== Digital Thermometer Usage ====
<ol>
<li> Make sure that the unit selected is Farenheit. </li>
<li> Attach the tip of the thermometer to the egg and check if the temperature is reading.</li>
# This should be done after all the circuits are properly set up.
</ol>
<span style="color: red;">Warning</span>:  Make sure the metal portions of the thermocouple that enter the green screw jack do not touch! The tip of the thermocouple that is taped to the egg, however, should be twisted together. Otherwise, your results may be skewed.


==== Competition ====
==== Competition ====


<ol>
<ol>
<li>Download and open Therm_VI.vi. In the lower right-hand corner of the front panel is the device name. Run the program. If no data is being recorded, stop the program and change the device name. After the correct device has been chosen, run the program for approximately 30 seconds to obtain an average room temperature. Also, use the DAQ.py file to run the Arduino program for 30 seconds to collect the room temperature. The data from the Arduino is stored in a file called DATA.csv.</li>
<li>Have a TA test your Arduino code. Run the program for approximately 30 seconds to obtain an average room temperature. The data from the Arduino can be seen in the Serial Monitor on the top right corner of the Arduino IDE.</li>
<li> Stop both programs after 30 seconds. The data should have been collected. Check to ensure that the data was collected. </li>
<li> Stop the program after 30 seconds and check to ensure that the data was collected. </li>
<li>Using another excel file or notebook, write down the average room temperature found using both the NI-ELVIS board and the Arduino. In the DATA.csv don't write the average value in the row, use the column instead.</li>
<li>The TA will bring the candle to you once you are ready to receive it. Place the lid with the thermistor attached over the top of the wax. Be sure the top of the container is loosely covered with the lid. </li>
<li>Secure a length of duct tape, large enough to encircle the egg, to the other end of the thermocouple, thermometer and thermistor. Note: The thermocouple, thermistor wire and the thermometer's tip must remain in constant contact with the egg throughout the 15-minute measurement period. Ensure that they are attached securely. </li>
<li>Do not adjust the thermistor from its position in the lid.</li>
<li>The TA will bring the egg to you once you are ready to receive it. Attach the other end of the thermocouple, thermistor and thermometer to the egg using the tape you prepared. Be sure the ends of the tape overlap. Make sure the container is closed tightly. </li>
<li>Do not screw on the lid; just place it over the container.</li>


<span style="color: red;"> Warning: Be careful! The egg is very hot. DO NOT TOUCH THE EGG WITH BARE HANDS </span>
<span style="color: red;"> Warning: Be careful! The hot melted wax is HOT! </span>


<li>Start the LabVIEW VI and launch the DAQ.py program simultaneously (see Figure 8 for the VI ). Your TA will already have calibrated the VI.</li>
<li>Restart your Arduino program. Once the temperature readings stop increasing, start timing your 15 minute run. </li>
<li>Using the stopwatch started by the TA, read and collect the Thermometer data every minute for the next 15 mins (15 data points total). After the time ends, stop the VI and close out of the DAQ.py program.
<li> The data from the thermistor will allow for further analysis.
Warning: Make sure the program is set to Run. This will allow the VI to record 30 temperature readings to an Excel spreadsheet. </li>
<span style="color: red;"> The Arduino data from the Serial Monitor will be used to attain the IC for the competition calculation. PLEASE DO NOT CLOSE OUT OF THE SERIAL MONITOR WINDOW. After 15 minutes (or 900 seconds), copy the data from the serial monitor into an Excel file. </span></ol>
<li> The data from the thermocouple, thermistor and thermometer will allow for further analysis.
<span style="color: red;"> The Arduino data from the DATA.csv file will be used to attain the IC for the competition calculation. </span>
 
[[Image:ThermVI.jpg|thumb|center|500px|Figure 8: NI-ELVIS Temperature Check.]]
</ol>


==== Data Analysis ====
==== Data Analysis ====


<ol>
<ol>
<li>Create two graphs using the X, Y Scatter template.
<li>
The data pasted from the Serial Monitor into Excel is not correctly separated into columns; therefore, to put them in the correct format, highlight all the data, and go to Data -> Text to Columns -> Delimited, and check off comma. Press finish to see the data in the correct columns.
</li>
<li>Create a graph using the X, Y Scatter template.


You'll find the template on the <b><i>Insert</i></b> tab, under the
You'll find the template on the <b><i>Insert</i></b> tab, under the
Line 433: Line 381:
icon that looks like the chart you want. Right click on the things you want to
icon that looks like the chart you want. Right click on the things you want to
change.</li>
change.</li>
<li>For each of the different devices used to collect data, name the x-axis Time. Plot it in minutes with thirty second intervals for the thermocouple (NI-ELVIS), fifteen second interval for fifteen minutes for the Thermistor(Arduino) and thermometer. You may need to divide the Arduino data by 60 to convert to minutes. T Name the y-axis Temperature. You may select the intervals based on your results. The first graph includes the first fifteen minutes of testing. The second graph is the entire time. When you are finished, your graphs should look similar to Figure 3.</li>
<li>For the thermistor name the X-axis <i>Time</i>, name the Y-axis <i>Temperature</i>. Plot it in half minute intervals for fifteen minutes, starting from the downhill trend. You may need to divide the Arduino data by 60 to convert to minutes. You may select the intervals based on your results. When you are finished, your graph should look similar to Figure 22.</li>


[[Image:Lab_hegg_7.PNG|frame|center|Figure 9: Temperature vs. Time diagram of first 15 minutes of VI run]]
[[Image:Lab_hegg_7.PNG|frame|center|Figure 22: Temperature vs. Time diagram of first 15 minutes of VI run]]


<li>Calculate the <b><i>Insulating Capacity (IC) </i></b>of your design. <b><i>IC</i></b>
<li>Calculate the <b><i>Insulating Capacity (IC) </i></b>of your design, do not include the first few seconds of an uphill trend, this is just the thermistor changing from room temperature to the temperature of the wax. <b><i>IC</i></b>
is the value of the slope of the graph of the first fifteen minutes of data. <span style="color: red;">  The IC is calculated using the data from the Arduino for this lab. </span> The data for the Arduino can be found in the DATA.csv file, in the folder containing the DAQ.py file. </li>
The IC is the value of the slope of the graph of fifteen minutes of data. <span style="color: red;">  The IC is calculated using the data from the Arduino for this lab. </span></li>


<li>Once again, click on the chart to get the <b><i>Design</i></b> tab on the
<li>Add a trendline to your graph. To do so, click on the chart to get the <b><i>Design</i></b> tab on the
ribbon. Under the <b><i>Chart Layouts</i></b> group, click on the chart
ribbon. Under the <b><i>Chart Layouts</i></b> group, click on the chart
template that has a trend line. As before, right click on the various items to
template that has a trend line. As before, right click on the various items to
Line 454: Line 402:
<math>MDR = \left | IC \right | \times cost \times \frac{T_{\text{R}}}{T_{\text{F}}}\,</math>
<math>MDR = \left | IC \right | \times cost \times \frac{T_{\text{R}}}{T_{\text{F}}}\,</math>


<b>IC</b> is the insulating capacity you calculated earlier, for the competition Arduino data is used for the IC. <b>Cost</b> is the cost of your container, <b>T<sub>R</sub></b> is the temperature of the room given to you by the TA, and <b>T<sub>F</sub></b> is the final temperature read by the
<b>IC</b> is the insulating capacity you calculated earlier. <b>Cost</b> is the cost of your container, <b>T<sub>R</sub></b> is the temperature of the room given to you by the TA, and <b>T<sub>F</sub></b> is the final temperature read by the
thermocouple. Check the MDR using data from all the devices for a better reference. '''Again, please use IC from Arduino to calculate the final MDR.'''
thermistor. Check the MDR using data from all the devices for a better reference. '''Again, please use IC from Arduino to calculate the final MDR.'''
</ol>
</ol>


Line 463: Line 411:


Your lab work is now complete. Please clean up your workstation. Return all
Your lab work is now complete. Please clean up your workstation. Return all
unused materials to your TA. Refer to section <b><i>3 Your Assignment</i></b> for the instructions you need to prepare your lab report.
unused materials to your TA.


= Assignment =
= Assignment =


== Team Lab Report ==
== Individual Lab Report ==
<!--
<!--
* For EG1003: This is a REQUIRED TEAM Lab Report
* For EG1004: This is a REQUIRED Lab Report
*: <b>Note:</b> You will be writing a team lab report rather than an individual one. See the [[Team Authoring Strategies]] page in the <i>Technical Communication</i> of this online manual for guidance of how to do this.
*
* For EGED III: This is a BONUS INDIVIDUAL Lab Report
-->
-->
<b>Note:</b> Since this lab is a competition, you will be writing a team lab report rather than an
individual one. See the [[Team Authoring Strategies]] page in the <i>Technical Communication</i> of
this online manual for guidance of how to do this.
Additionally, '''all students who are working on the RAD project should not be submitting a Lab 11 Report'''. Your Final Design Report is due in its place, to be submitted with your Final Submission.'''


Follow the lab report guidelines laid out in the page called
Follow the lab report guidelines laid out in the page called
Line 485: Line 426:


<ul>
<ul>
<li>Describe the rules of the competition in your introduction. What consequences did the rules have for
your design decisions? Use the appropriate equations in your answer. You may do
this in a numbered list, but please use full sentences.</li>
<li>Explain equilibrium, heat, heat transfer and all the mechanisms that perform heat transfer. Discuss which
of these mechanisms applied to your design.</li>
<li>Define what thermal insulation is and the different types of Thermodynamic systems.</li>
<li>Discuss minimal design and its importance.</li>
<li>Discuss what materials were used and why.</li>
<li>Describe the three different types of devices used to measure the temperature in this lab.</li>
<li>Discuss which device (Arduino, NI-ELVIS, Analog Thermometer) provided a better temperature reading. Why does one device perform better than the other? (Hint: Check the configuration, the program, the device type, etc.)


<li>Describe the basics of Arduino and its application</li>
<li>Explain heat, heat transfer and all the mechanisms that perform heat transfer. Discuss which of these mechanisms applied to your design</li>
<li>Define what thermal insulation is and the different types of thermodynamic systems</li>
<li>Discuss minimal design and its importance</li>
<li>Describe your container's design. Explain the choices you made. Make sure you include a
<li>Describe your container's design. Explain the choices you made. Make sure you include a
discussion of the materials you chose and why. Talk about your team's strategy
discussion of the materials you chose and why. Talk about your team's strategy
for winning the competition.</li>
for winning the competition</li>
 
<li>What changes would have increased/decreased your MDR or IC?</li>
<li>What changes would have increased/decreased your MDR or IC?</li>
<li>How did your team derive the IC value?


<li> Discuss the different IC's achieved from the data of different devices. Which device provides better data quality? </li>
<li>Should the <b><i>Temperature vs. Time </i></b>graph be smooth or should it have spikes?
 
Explain how closely your curve approximates the ideal and what would affect the readings you recorded</li>
<li>Should the <b><i>temperature vs. time </i></b>graph be smooth or should it have spikes?
Explain how closely your curve approximates the ideal and what would affect the readings you recorded.</li>


<li>Describe how your design succeeded or failed. Discuss design improvements.</li>
<li>Describe how your design succeeded or failed. Discuss design improvements</li>


<li>Include spreadsheet with every team's results. Describe the results and talk about other designs in the class.
<li>Include spreadsheet with every team's results. Describe the results and talk about other designs in the class


</ul>
</ul>
Line 528: Line 455:


Follow the presentation guidelines laid out in the page called
Follow the presentation guidelines laid out in the page called
[[EG1003 Lab Presentation Format]] in the <i>Introduction to Technical Presentations</i>
[[EG1004 Lab Presentation Format]] in the <i>Introduction to Technical Presentations</i>
section of this manual. When you are preparing your presentation, consider the following
section of this manual. When you are preparing your presentation, consider the following
points:
points:


<ul>
<ul>
<li>What is the importance of prototyping and using Arduino?</li>
<li>What is the importance of minimal design?</li>
<li>What is the importance of minimal design?</li>
<li>What is the importance of materials in prototyping?</li>
<li>What is the importance of materials in prototyping?</li>
<li>Why is it important in today's world to minimize heat loss?</li>
<li>Why is it important in today's world to minimize heat loss?</li>
<li>What is the importance of proper data collection method and automation?</li>
<li>What is the importance of proper data collection method and automation?</li>
<li> Why are there three different devices used to gather data? What is the significance of using three different devices? </li>
<li> Is there any benefit to using one data collection method over the other? </li>
<li> Is there any benefit to using one data collection method over the other? </li>
<li>How would you improve your design?</li>
<li>How would you improve your design?</li>

Latest revision as of 18:52, 22 August 2022

Objectives

The first objective of this lab is to utilize the basics of electronics, the Arduino board, and the Arduino IDE (Integrated Development Environment). The Arduino IDE will be used to program the Arduino board. These skills will be used for several hands-on tasks including programming the Arduino to control an LED with a button, taking temperature readings, and designing a basic prototype for a product.

The prototyping will focus on designing and building a thermal insulation device that utilizes a variety of materials; this design will be tested and the resulting data analyzed. Students will be able to see how Arduino can be applied. All designs will be tested with a heated object. The team with the lowest Minimal Design Ratio (MDR) will be declared the winner.

Overview

Electricity

To put simply, electricity is the movement of electrons. Electrons flow through a conductive wire when there is a difference in charge between two points in the wire. This flow of electrons is called electrical current and it is measured in Amperes (A). Due to convection, electrical current flows opposite of the electrons. The difference in charge is called electrical voltage and it is measured in Volts (V). Finally, there are certain materials that resist the flow of electrons. This property is called electrical resistance and it is measured in Ohms (Ω). Resistors are electronic devices that are specifically designed to resist the flow of electrical current. Ohm’s Law is the relationship is detailed below, where V is the voltage across a resistor, I is the current flowing through a resistor and R is the resistance of the resistor.

Electronic Components

There are several basic electronic components used to build simple circuits. Some of these components are polarized which means the way they are connected matters.

DC (Direct Current) Voltage Sources

DC Voltage Sources are used to power circuits because they have a voltage difference across their terminals. DC Power Sources are usually batteries (AA, AAA, etc). Arduino boards can be powered by a battery, a USB cable, or an AC adapter. When the Arduino is powered, it can be used as a 5V DC voltage source. They ARE polarized.

Resistors

Resistors are components that reduce the amount of current flowing through a circuit and convert the excess current to thermal energy. Resistors can be used to control the voltages and currents of circuits. Resistors are color coded with what resistance they are. They are NOT polarized.


Resistor color code.png

Capacitors

Capacitors are components that can store energy in an electrical field and then dissipate it at a later time. Capacitance is a measure of how much charge a capacitor can store and it is measured in Farads (F). Capacitors resist voltage changes by supplying or drawing current. They are SOMETIMES polarized.

Capacitors.jpg

Inductors

Inductors are components that can store energy in a magnetic field and then dissipate it at a later time. Inductance is a measure of how much energy an inductor can store and it is measured in Henrys (H). Inductors resist current changes by dropping or increasing the voltage. They are NOT polarized.

Inductor.jpg

Push-buttons and Switches

Push-buttons and switches are mechanical devices that interrupt or divert current running through them. Basic push-buttons and are polarized while basic switches are not.

Diodes and Transistors (BJT/MOSFETS)

Diodes are components that allow current to only pass in one direction. MOSFETs are electric components that act as electrically controlled switches. They can also be used to amplify signals. They ARE polarized.

Diode transistor.jpg

Light Emitting Diodes

LEDs are small electric lights that use low voltages and currents. The orientation of the LED is important since it acts like a diode and only allows current to flow in one direction. Most LEDS also require a resistor (typically 470 Ω) in series with them because they will burn out almost instantly when they encounter high current. They ARE polarized.

LED.jpg

Microcontrollers

A microcontroller is a cheap, programmable computer without any of the peripherals such as a mouse, keyboard, or screen. Microcontroller boards have direct access to the input and output pins of its processing chip so that the user can directly read from sensors and perform actions. Microcontrollers are present in many electrical appliances like microwaves. Arduino boards were designed to be easily programmed and assembled into larger projects. These boards come in many shapes and sizes and some contain additional features such as WiFi or Bluetooth connectivity. Different boards can also have different features such as processing speed and memory size.

Figure 1: Arduino UNO

This lab will be using an Arduino UNO board created by SparkFun called a RedBoard.

Figure 2: RedBoard

Arduino Hardware

Figure 3: RedBoard information

Reset Button: Restarts the Board
USB Connector: Provides power and connects it to the computer
Pin 13 LED: Usable LED without making an LED circuit
Serial LEDS: Shows if the Arduino is transmitting or receiving data from pins 0, 1 or the USB connection

Figure 4: RedBoard pins
Power Pins

3.3V: Usually used to power low-voltage sensors
5V: Most common power pin used to power circuits
GND: Ground pin which is 0V
VIN: Voltage-In can be used to power the board using a battery

Figure 5: RedBoard IO
I/O Pins

A0-A5: Identical analog pins that can be used to read sensors or control analog devices. Pins A0-A3 are more stable than A4-A5.
Pins 0-1: Transmit and Receive pins, don’t use these pins for this lab
Pins 2-12: Digital pins that can be switched between HIGH states and LOW states
Pin 13: Connected to the on-board LED, use it only as an input pin

The Arduino IDE

The Arduino IDE is a program that can be used to edit, compile, and upload code to a supported microcontroller. Figure 6 is a screenshot of the program:

Figure 6: Arduino IDE screenshot

Verify: checks code for errors and points to where the errors occurred after it finishes. Upload: verifies code and then uploads it to the Arduino board if there are no errors.
Console: shows any errors the software found in hardware.
Serial Monitor: a tool used to see how a program is running. It’s like a multimeter for the program. Programs written in Arduino are called sketches. A basic sketch can be broken up into 3 different areas: global, setup and loop; these areas are pictured below.

Figure 7: Different areas

Global: constants and imported libraries go here.
Setup: activate the pins and sensors used. This code only runs once.
Loop: the code that runs continuously such as reading sensors and turning pins HIGH or LOW.

Arduino Programming

The Arduino programming language is based on C/C++, but it is designed to be simpler and easier to learn. The most intuitive way to think about programming is like building with LEGO blocks: certain rules must be followed and different building blocks can be used to build bigger parts. General

  • Every line must either end with a semicolon ‘;’ unless it’s a conditional, loop, or function
  • Comments start with a //
    • Comments are text that the program ignores
    • Used to label and explain code

Datatypes Datatypes are the different kinds of data values that can be used, manipulated and stored using C++. The table below includes the most basic and widely used datatypes.

Datatype What it stores (examples) Default value Notes
Boolean A true value (1, TRUE, HIGH) or
a false value (0, FALSE, LOW)
0, FALSE, LOW -
int An integer number (-5, 15, 1047, etc.) 0 Can be positive or negative
double A decimal number (-0.5, 123.77, etc.) 0 Can be positive or negative
char A single character (‘c’, ‘A’, ‘5’, ‘?’, etc.) Indeterminate Must be enclosed in single quotes
string A sequence of characters (“Hello World!”,
“10”, “157+5”, etc.)
Empty (“”) Must be enclosed in double quotes

Operators Operators perform operations on variables and constants. The results of these operations are usually stored in a variable. The table below includes common operators.

Operator What it does Notes
= Assigns a value to a variable
+ Adds two or more values
- Subtracts two or more values
* Multiplies two or more values
/ Divides two or more values
++ Increment by 1 Usually used in loops
-- Decrement by 1 Usually used in loops
== Checks if two value are equal Usually used in conditionals
!= Checks if two value are not equal Usually used in conditionals
> or < Less than/Greater than comparison Usually used in conditionals
<= or >= Less than/greater than or equal to comparison Usually used in conditionals
&& or || Boolean AND or Boolean OR Used to cascade multiple Boolean operations Usually used in conditionals

Constants and Variables Constants and variables hold data according to their datatype. They need to be given a name so they can be referred to later. Constants hold data that will NOT change while a program is running. Constants usually contain pin numbers or sensor threshold values. Variables contain data that WILL change while a program is running. Variables usually contain sensor values and other values that need to have mathematical operations done on them. Below is an example of how to create different constants and variables.

Figure 8: Constants and variables

Conditional Statements Conditional statements run code enclosed by their curly brackets when a condition is met.

Figure 9: Conditional statements

Loops Loops run the code enclosed by their curly brackets a specific amount of times or until a condition is met. While-loop While-loops are used to perform a task until a condition is met For-loop For-loops are used when you want something to run a specific number of times. Although they seem complicated at first, the structure of most for-loops is the same. In the parenthesis, the first part sets a variable (usually ‘i’ for ‘index’) to a value used to begin a count, the middle is the condition when the loop stops, and the third part is where you increment or decrement the counting variable.

Figure 10: While and for-loops

Commonly Used Arduino Functions

Function What it does
pinMode(pin,mode) Sets a pin as an input or output
digitalWrite(pin, value) Sets a digital output pin to HIGH or LOW
digitalRead(pin) Reads an digital input pin as HIGH or LOW
analogWrite(pin, value) Sets an analog output pin to a value 0-1023
analogRead(pin) Reads an analog output pin as a value 0-1023
delay(milliseconds) Pauses the program for a certain amount of time
Serial.print(value) Prints the value (variable) to the Serial Monitor.

Thermal Insulation

Heat is a form of energy. Heat transfer is thermal energy that is transferred from one body to another as a result of a temperature difference. Temperature is the measure of the average kinetic energy of atomic motion. The faster the atoms are moving, the higher the temperature.

The specific mechanisms that convey energy from one location to another are conduction, convection, and radiation.

When there is a temperature difference within a solid body or between two solid bodies in contact with each other, energy (heat) will flow from the region of higher temperature to the region of lower temperature. This is known as conduction.

Imagine a metal rod that is heated at one end. The atoms of the rod collide at the point where the temperature differs, transferring heat until the temperature of the rod becomes uniform.

Convection is the transfer of heat within a fluid medium (fluids consist of gasses and liquids). Convection can occur in two different ways. Convection occurs as natural and forced convection. Forced convection occurs when the main mechanism for heat transfer is due to the forced flow or motion of the fluid.

Figure 11: Air circulation diagram

Today we heat our homes through radiators using natural convection. Air flows through a heating element and then is dispersed through the room.

Suppose you wanted to disperse the heat even faster. In that case you could blow a fan past the heating elements. This is forced convection; it is one of the principles used in air conditioners to have a relatively small unit cool a large space.

According to the Encyclopedia Britannica, radiation is the process by which energy, in the form of electromagnetic radiation, is emitted by a heated surface in all directions. It does not require an intervening medium to carry it. The heating of the Earth by the Sun is an example of heat transfer by radiation.

Electromagnetic radiation is a mean of energy transfer that occurs when an atom absorbs energy. This EM wave can propagate as heat, light, ultraviolet, or other electromagnetic waves depending on the type of atom and the amount of energy absorbed.

Color is a property of light; when an object appears white, it virtually reflect all the EM waves coming to it while a "black" object absorbs it all. Therefore, color (reflectivity) is to be considered when choosing materials for thermal insulation.


Your container is a thermodynamic system – a part of the Universe separated from the surroundings by an imaginary boundary. There are three types of systems: open systems, closed systems and isolated systems.

Figure 12: Thermodynamic system with a boundary.

Open systems are systems where transfer of mass and heat is possible. For example, an open pot of boiling water is an open system – it exchanges heat with the air around it and water vapor. If collected, the water vapor can be condensed back to liquid water which has some mass.

Closed systems are systems where only heat can be transferred to the surroundings. A hermetically sealed bottle of soda is a closed system. If placed in a hot environment it absorbs energy in form of heat but the amount of liquid within does not change.

Isolated systems are systems which do not interact with the surroundings at all. No exchange is possible - neither heat nor mass. An ideal Thermos® is an isolated system. If hot chocolate is poured within, you will get the same amount back at the same temperature. No such system can be fabricated but can be approximated.

Now that we understand how heat is transferred, we must consider how to slow it down. Understanding how to minimize heat loss is the key to designing a successful insulating container.

The first consideration is the materials you choose. Using materials that are poor conductors of heat, like glass, will minimize heat loss.

Plastic is also a poor conductor of heat. Foam cups are made of plastic which have tiny air bubbles suspended in it. Air is among the poorest conductors of heat. A vacuum, or the complete lack of air, is the best insulator of all. This is the principle employed in the Thermos design.

The other important consideration in creating your container is its cost. Minimal design uses the fewest resources while maintaining the safety and efficacy of your product.

Thermocouples consist of two wires of dissimilar metals and are usually welded together or attached on a junction. When the temperature at a junction changes, it generates thermoelectric potential (emf) which is proportional to the temperature difference between the two junctions. This voltage difference can be used to measure the temperature at that junction.

Materials and Equipment

  • Arduino UNO microcontroller and USB cable
  • Computer with Arduino IDE
  • Breadboard and jumper wire
  • Resistors
    • 220 Ω
    • 2.2 kΩ
    • 10 kΩ
  • Thermistor
  • LED
  • Pushbutton

Procedure

Starting a new sketch in Arduino

  1. Open the Arduino IDE
  2. Plug the Arduino/RedBoard into the computer
  3. In the Arduino IDE toolbar, go to Tools > Board and select “Arduino/Genuino Uno”
  4. From the Tools toolbar, select the correct port

Building Circuits on a Breadboard

Breadboards are small boards that are commonly used for circuit prototyping. They allow the connection of components that were discussed previously without making permanent connections.

Figure 13: Breadboard Connections

Activity 1: Building an LED Circuit

  1. The first activity will be making a simple LED blinking circuit. The programming flowchart and circuit diagram are in Figure 14.
    Figure 14: LED Circuit Diagram and Flowchart
  2. First, wire the LED to the breadboard like in Figure 15. Remember, since LEDs are polarized, their orientation matters. The shorter leg of the LED should be connected to the same row as GND. The resistor is NECESSARY, otherwise too much current would flow and the LED will burn out! Make sure to wire power to the power (red) rail and the signal from 7 to the LED directly
    Figure 15: Arduino Wiring
  3. Now type the following code into a new sketch.
    Figure 16: LED Code
  4. The flowchart uses Digital Pin 7 on the Arduino as an output. Therefore, create a constant that holds the number 7 and in the setup area set Pin 7 as an output using pinMode. Then, turn the LED on by using digitalWrite, have a delay of one second, turn the LED off by using digitalWrite and then set another delay of one second.
  5. The LED circuit will be used in the next activity. Do not deconstruct it.

Activity 2: Using a Button

  1. Activity 2 adds a button to the circuit from activity 1 and requires conditionals (think if-statement). The LED should be on when the button is pressed and off when the button isn’t pressed.
  2. Before you breadboard the circuit look at the bottom side (pin side) of the button to examine which pins are connected.

There is a line connecting the pins that are wired together internally on each side. See the schematic below, pins 1 and 2 are connected, and pins 3 and 4 are connected. Make sure the button straddles the break in the breadboard

Figure 17: Button Circuit Diagram
  1. First, breadboard the circuit diagram in Figure 18 and sketch a flowchart of the program needed. Have a TA verify the flowchart.
    Figure 18: Arduino Wiring
  2. Write the Arduino program to implement the flowchart. Use an if statement
  3. Remember to create a constant that holds the pin number to which the button is connected and that the button will be a digital input. After the button constant, create an integer that will hold the button state:
    Figure 19: Button integer
  4. Within the loop function, you must check the state of the button (whether it is pressed or not pressed), using the following code:
    Figure 20: Button state

Activity 3: Prototyping a Thermal Insulation Device and Product Evaluation

Competition Rules

The following rules must be observed at all times during the competition. Violation of any of these rules will result in the disqualification.

  • You must use a cup or clay in the design of your thermal insulation device
  • In order to protect the wax from being ruined, no materials may be poured on top of the jar
  • Students are not allowed change the placement of the thermistor with respect to the lid
  • The container may not be held
  • External heat sources are prohibited
  • The candle must be inside the container within 30 seconds from when you receive it

Materials with Price List

  • Large foam cup - $0.50
  • Lid - $0.25
  • Pack of clay - $0.20/bag
  • Wool fabric pieces - $0.10/2 pieces
  • Cotton balls - $0.05/3 pieces
  • Popsicle sticks - $0.01/stick
  • Paper cup - $0.40
  • Styrofoam pieces - $0.05/3 pieces
  • Tape - $0.10/ft
  • Aluminum foil - $0.30/ft2
  • Plastic wrap - $0.02/ft2


"NO RETURN" POLICY: When calculating cost, you must include ALL materials you request, even if you end up not using them. Make your selections carefully so you don't end up with cost that hurts your performance, but has no benefit.

Competition Procedure

Building a Thermistor

    Using the Arduino, the temperature change of the candle will be recorded over the course of 15 minutes. The Arduino will read the temperature through the thermistor and print out the values into serial monitor.
    Figure 21: Arduino thermistor wiring diagram.
  1. Carefully remove the existing circuit, and wire the circuit according to the following configuration. A 10 KΩ (Brown, Black, Orange) resistor should be used. Make sure that pin A0 is used, and the circuit is powered to 5V and grounded.
  2. Download the program here: https://drive.google.com/open?id=1XTx0EHq4knP3qQIawumjvxLWdxH4rp1T
  3. There are missing components in the code; make sure to read through the comments and insert code where it is necessary. After the program is completed and uploaded, open up the Serial Monitor to check if the readings are correct (should be in the 70s °F range). Keep the circuit intact since it will be used to measure the temperature of your container.
  4. Notes: A thermistor is a thermal resistor, which is a resistor that changes resistance with temperature. Depending on the temperature that it detects, the amount of voltage that goes through the thermistor will change proportionally to the temperature. Using the output voltage of the thermistor, it can be converted to a temperature reading. The Arduino should be taking a temperature reading every 5 seconds. The analog voltage value read through pin A0 should then be converted to a Fahrenheit reading. The temperature reading should be printed to the Serial monitor along with the seconds timestamp of the reading.

Insulating Container Design

  1. Analyze your materials and consider your design options, keeping in mind the lab's specifications. Make sure you make preliminary sketches during this process.
  2. Now, sketch your design. Label your drawings clearly. Prepare a price-list for your insulating container based on the materials you have chosen.
  3. Build your insulating container based on the sketch you just completed. Your TA will provide the materials needed for your design. If you decide to modify your design during the construction of your insulating container, note the changes and describe the reasons for them. If the modifications required more materials to be used, make sure you update your price list and your TA approves it.


Competition

  1. Have a TA test your Arduino code. Run the program for approximately 30 seconds to obtain an average room temperature. The data from the Arduino can be seen in the Serial Monitor on the top right corner of the Arduino IDE.
  2. Stop the program after 30 seconds and check to ensure that the data was collected.
  3. The TA will bring the candle to you once you are ready to receive it. Place the lid with the thermistor attached over the top of the wax. Be sure the top of the container is loosely covered with the lid.
  4. Do not adjust the thermistor from its position in the lid.
  5. Do not screw on the lid; just place it over the container.
  6. Warning: Be careful! The hot melted wax is HOT!
  7. Restart your Arduino program. Once the temperature readings stop increasing, start timing your 15 minute run.
  8. The data from the thermistor will allow for further analysis. The Arduino data from the Serial Monitor will be used to attain the IC for the competition calculation. PLEASE DO NOT CLOSE OUT OF THE SERIAL MONITOR WINDOW. After 15 minutes (or 900 seconds), copy the data from the serial monitor into an Excel file.

Data Analysis

  1. The data pasted from the Serial Monitor into Excel is not correctly separated into columns; therefore, to put them in the correct format, highlight all the data, and go to Data -> Text to Columns -> Delimited, and check off comma. Press finish to see the data in the correct columns.
  2. Create a graph using the X, Y Scatter template. You'll find the template on the Insert tab, under the Charts group, with the Scatter icon. Click on the arrow below the icon and select the top left icon in the pulldown gallery. You can get the axes you want by clicking on the axis. You can get labels and titles by clicking on the chart, which will change the ribbon to the Design tab. In the Charts Layout group, click the icon that looks like the chart you want. Right click on the things you want to change.
  3. For the thermistor name the X-axis Time, name the Y-axis Temperature. Plot it in half minute intervals for fifteen minutes, starting from the downhill trend. You may need to divide the Arduino data by 60 to convert to minutes. You may select the intervals based on your results. When you are finished, your graph should look similar to Figure 22.
  4. Figure 22: Temperature vs. Time diagram of first 15 minutes of VI run
  5. Calculate the Insulating Capacity (IC) of your design, do not include the first few seconds of an uphill trend, this is just the thermistor changing from room temperature to the temperature of the wax. IC The IC is the value of the slope of the graph of fifteen minutes of data. The IC is calculated using the data from the Arduino for this lab.
  6. Add a trendline to your graph. To do so, click on the chart to get the Design tab on the ribbon. Under the Chart Layouts group, click on the chart template that has a trend line. As before, right click on the various items to make them what you want, including deleting things. Finally, right click on the trend line. This will bring up the Format Trendline window. On the left side, the Trendline Options item should be highlighted. If it isn't, click on it to highlight it. On the right side near the bottom is an item Display Equation on chart. Click on the check box to the left of this item and click Close. You can then click on the equation that's on the chart to move it where you want.
  7. Calculate the Minimal Design Ratio (MDR) for your design:
  8. IC is the insulating capacity you calculated earlier. Cost is the cost of your container, TR is the temperature of the room given to you by the TA, and TF is the final temperature read by the thermistor. Check the MDR using data from all the devices for a better reference. Again, please use IC from Arduino to calculate the final MDR.

Note: If your average room temperature is significantly different from the TA's average, let the TA know.

The team with the lowest MDR wins.

Your lab work is now complete. Please clean up your workstation. Return all unused materials to your TA.

Assignment

Individual Lab Report

Follow the lab report guidelines laid out in the page called Specifications for Writing Your Lab Reports in the Technical Communication section of this manual. As you write, the following discussion points should be addressed in the appropriate section of your lab report:

  • Describe the basics of Arduino and its application
  • Explain heat, heat transfer and all the mechanisms that perform heat transfer. Discuss which of these mechanisms applied to your design
  • Define what thermal insulation is and the different types of thermodynamic systems
  • Discuss minimal design and its importance
  • Describe your container's design. Explain the choices you made. Make sure you include a discussion of the materials you chose and why. Talk about your team's strategy for winning the competition
  • What changes would have increased/decreased your MDR or IC?
  • How did your team derive the IC value?
  • Should the Temperature vs. Time graph be smooth or should it have spikes? Explain how closely your curve approximates the ideal and what would affect the readings you recorded
  • Describe how your design succeeded or failed. Discuss design improvements
  • Include spreadsheet with every team's results. Describe the results and talk about other designs in the class

Note: It is not unusual to experience instrumentation errors in this lab, leading to incorrect temperatures being recorded. Be sure to read How to Handle Unusual Data in the online manual to learn how to handle this.

Remember: Lab notes must be taken. Experimental details are easily forgotten unless written down. EG1004 Lab Notes Paper can be downloaded and printed from the EG1004 Website. Use the lab notes to write the Procedure section of the lab report. At the end of each lab, a TA will scan the lab notes and upload them to the Lab Documents section of the EG1004 Website. One point of extra credit is awarded if the lab notes are attached at the end of the lab report. Keeping careful notes is an essential component of all scientific practice.

Team PowerPoint Presentation

Follow the presentation guidelines laid out in the page called EG1004 Lab Presentation Format in the Introduction to Technical Presentations section of this manual. When you are preparing your presentation, consider the following points:

  • What is the importance of prototyping and using Arduino?
  • What is the importance of minimal design?
  • What is the importance of materials in prototyping?
  • Why is it important in today's world to minimize heat loss?
  • What is the importance of proper data collection method and automation?
  • Is there any benefit to using one data collection method over the other?
  • How would you improve your design?


Return to Table of Contents