Skip to content
Snippets Groups Projects
Commit fa94d3f2 authored by Asli Aydin Aksan's avatar Asli Aydin Aksan
Browse files

week12_v03

parent 1de5acdb
No related branches found
No related tags found
No related merge requests found
Pipeline #424073 passed
......@@ -120,14 +120,13 @@ I started looking into sample wiring and codes for tag readers. I used [this tut
**OUTPUT - Neopixel**
Next on the agenda was using Neopixels. I followed the [tutorial on arduino's website](https://arduinogetstarted.com/tutorials/arduino-neopixel-led-strip) to get started. This tutorial helped with obtaining correct components and wiring.
Then, I combined two codes to streamline the process of input-microcontroller-output together.
Then, I combined two codes to streamline the process of **input-microcontroller-output** together.
<video autoplay muted loop>
<source src="../../images/week12/streamlineCode.mp4" type="video/mp4">
</video>
Arduino IDE code for the glove:
**THE ARDUINO CODE**
/* call NeoPixel */
......@@ -239,12 +238,46 @@ Arduino IDE code for the glove:
delay(3000);
return;
}
}
}
**CIRCUIT DIAGRAM**
[![circuit diagram](../images/week12/circuitDiagram.jpg)](../images/week12/circuitDiagram.jpg)
<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/893643200?h=65bf2a57d5&title=0&byline=0&portrait=0" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
### SKIN INTERACTION
I put the NeoPixel strip in a thin cast latex to wrap around a wrist.
![latex bracelet](../images/week12/latexBracelet.jpg)
I crocheted a glove to hide all the wiring and electronic parts. The glove was crocheted with double crochet slip stitch. It has a soft touch on the skin rather than having all the spiky edges and bits of components biting into the skin. I also insert the latex wrapped NeoPixel bracelet inside the glove so that light diffuses through the crocheted fabric softer.
![glove back](../images/week12/braceletBack.jpg)
![glove back](../images/week12/braceletFront.jpg)
### INPUT METHODS
<figure>
![sensors](../images/week12/sensors.jpg)
<figcaption><font size=2>Left: Micro FPC NFC Ntag on fake nail; Center: NFC sticker on latex; Right: Key drop</font></figcaption>
</figure>
<video autoplay muted loop>
<source src="../../images/week12/fakeNail.mp4" type="video/mp4">
</video>
<video autoplay muted loop>
<source src="../../images/week12/Latex.mp4" type="video/mp4">
</video>
<video autoplay muted loop>
<source src="../../images/week12/keyDrop.mp4" type="video/mp4">
</video>
**FINISHED PROJECT**
<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/893643200?h=65bf2a57d5&title=0&byline=0&portrait=0" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
---
......@@ -280,11 +313,3 @@ Arduino IDE code for the glove:
-->
---
## Fabrication files
[^1]: File: xxx
[^2]: File: xxx
[^3]: File: xxx
File added
docs/images/week12/braceletBack.jpg

198 KiB

docs/images/week12/braceletFront.jpg

195 KiB

File added
File added
docs/images/week12/latexBracelet.jpg

174 KiB

docs/images/week12/sensors.jpg

207 KiB

File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment