-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a7aa16
commit 4261934
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
layout: spec | ||
latex: true | ||
--- | ||
|
||
# Lab 2: Temperature Sensing | ||
|
||
## Contents | ||
|
||
- [Lab 2: Temperature Sensing](#lab-2-temperature-sensing) | ||
- [Contents](#contents) | ||
- [Materials](#materials) | ||
- [Introduction](#introduction) | ||
- [How Analog to Digital Converters (ADCs) Work](#how-analog-to-digital-converters-adcs-work) | ||
- [Procedure](#procedure) | ||
- [1. Wiring the TMP36](#1-wiring-the-tmp36) | ||
- [2. Uploading the Code](#2-uploading-the-code) | ||
- [3. Collecting Data](#3-collecting-data) | ||
- [4. Making a Calibration Curve](#4-making-a-calibration-curve) | ||
- [5. Modifying the Code](#5-modifying-the-code) | ||
- [6. Field Trip Pt. 2](#6-field-trip-pt-2) | ||
- [Post-Lab Questions](#post-lab-questions) | ||
- [Memo](#memo) | ||
- [Submission](#submission) | ||
|
||
## Materials | ||
|
||
- [ ] 1 Arduino Nano | ||
- [ ] 1 Breadboard | ||
- [ ] 1 Programming Cable (and adapters if necessary) | ||
- [ ] 1 TMP36 Temperature Sensor | ||
- [ ] A hand-full of jumper wires (it is possible to do the whole lab without any) |