From bf4e0820ba6a991961610826e8a1b51d728ef9a3 Mon Sep 17 00:00:00 2001
From: Loes <l.bogers@hva.nl>
Date: Tue, 3 Dec 2019 18:57:38 +0100
Subject: [PATCH] Update week10.md

---
 docs/assignments/week10.md | 27 ++++++++++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)

diff --git a/docs/assignments/week10.md b/docs/assignments/week10.md
index a1ee9d1..5330cbc 100644
--- a/docs/assignments/week10.md
+++ b/docs/assignments/week10.md
@@ -360,8 +360,9 @@ void loop() {
 
 *The readings coming in, plotted to the serial plotter, Loes Bogers, 2019*
 
+<iframe width="560" height="315" src="https://www.youtube.com/embed/dIWBhHkzgtQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
 
-
+*The capsensing rock fading an LED, Loes Bogers, 2019*
 
 ```
 
@@ -438,8 +439,32 @@ void loop() {
 ```
 *Code to fade a LED with the crystal capacitor, ATtiny85 and Software Serial, Loes Bogers, 2019*
 
+**Preparing an integrated swatch**
+
+Made schematic
+
+did some soldering tests
+
+![](../images/wk10_swatchmaking.jpg)*, Loes Bogers, 2019*
+
+Drew a simple design
+
+Freehanded the rest
+
+Awful wire > don't use! Better stainless steel
+
+
 ![](../images/wk10_swatchmaking.jpg)*preparing the components to make a swatch, Loes Bogers, 2019*
 
+Checking connections, all good
+
+Slightly different behavior when powered but everything seemed right, might need to recalibrate to optimize but it works!
+
+<iframe width="560" height="315" src="https://www.youtube.com/embed/2QCB_y_FUas?rel=0&amp;controls=0&amp;showinfo=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
+
+*Swatch with a conductive alum crystal as capacitive touch sensor, fading an LED, Loes Bogers, 2019*
+
+
 ##Emma's tutorial on motion & sound actuators
 
 Both motion and sound are based on the physics principles of electromagnetism. Both motors and speakers work with coils and magnets. Electricity and magnetism are good friends. If you have electricity you always also have a magnetic field. With a coil you can concentrate this magnetic field's force to a limited space, you amplify it. If you run voltage across a coil, it *becomes a magnet*, so you can move stuff around. This is the basic movement used to make a speaker work, and to make a motor turn. They also have coils. 
-- 
GitLab