Skip to content

Commit

Permalink
initial solder commit
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamenm03 committed Feb 6, 2024
1 parent 4a7aa16 commit 4261934
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ The labs will be made publicly visible as they are released in the week leading

[Lab Manuals](/labs/)

## Solder Challenge

Soldering tutorial and challenge to gain or improve soldering abilites.

[Solder Challenge Tutorial](/soldering/solder-challenge.md)

## Project

The full project specification, including PDR, Go/No-Go tests, poster, and final report is here:
Expand Down
32 changes: 32 additions & 0 deletions soldering/solder-challenge.md
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)

0 comments on commit 4261934

Please sign in to comment.