Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
School of Maaa Day 1 - Switches
Search
Becky Stewart
August 13, 2014
Technology
0
5.6k
School of Maaa Day 1 - Switches
First day of workshop at School of Maaa in Berlin.
Becky Stewart
August 13, 2014
Tweet
Share
More Decks by Becky Stewart
See All by Becky Stewart
Making Grooves With Needles: Using e-textiles to encourage gender diversity in embedded audio systems design
theleadingzero
0
390
Fabricademy: Wearables and E-Textiles II
theleadingzero
0
510
The Emergence of E-Textiles
theleadingzero
0
140
Audio Signal Processing with E-Textiles
theleadingzero
0
170
Cruftfest Kit
theleadingzero
0
150
Audio and E-Textiles
theleadingzero
0
350
So You Want to Make a Wearable
theleadingzero
0
88
School of Maaa Day 3 - Capacitive Sensing
theleadingzero
0
410
School of Maaa Day 2 - Voltage Dividers
theleadingzero
0
350
Other Decks in Technology
See All in Technology
CIでのgolangci-lintの実行を約90%削減した話
kazukihayase
0
310
「実体」で築く共通認識: 開発現場のコミュニケーション最適化 / Let's Get on the Same Page with Concrete Artifacts: Optimization of Communication in dev teams
kazizi55
0
150
IAMのマニアックな話 2025を執筆して、 見えてきたAWSアカウント管理の現在
nrinetcom
PRO
4
620
Azure AI Foundryでマルチエージェントワークフロー
seosoft
0
110
原則から考える保守しやすいComposable関数設計
moriatsushi
3
480
堅牢な認証基盤の実現 TypeScriptで代数的データ型を活用する
kakehashi
PRO
2
240
Uniadex__公開版_20250617-AIxIoTビジネス共創ラボ_ツナガルチカラ_.pdf
iotcomjpadmin
0
120
成立するElixirの再束縛(再代入)可という選択
kubell_hr
0
460
OAuth/OpenID Connectで実現するMCPのセキュアなアクセス管理
kuralab
5
480
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
7.5k
JSX - 歴史を振り返り、⾯⽩がって、エモくなろう
pal4de
3
1k
比起獨自升級 我更喜歡 DevOps 文化 <3
line_developers_tw
PRO
0
260
Featured
See All Featured
A better future with KSS
kneath
239
17k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
Faster Mobile Websites
deanohume
307
31k
Designing for humans not robots
tammielis
253
25k
The Pragmatic Product Professional
lauravandoore
35
6.7k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Visualization
eitanlees
146
16k
Stop Working from a Prison Cell
hatefulcrawdad
269
20k
Building Applications with DynamoDB
mza
95
6.4k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.8k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Transcript
Becky Stewart http://theleadingzero.com
[email protected]
@theleadingzero
arts technology education company We teach coding and electronics skills.
We prioritise using free and open source tools. Coding Electronics
We focus on creative projects involving activities such as storytelling,
gaming, and crafting. arts technology education company
We run workshops teaching adults and kids how to use
technology in creative projects. 1 2 3 Drop-In Demo Drop-In Making Structured Workshops arts technology education company
We work with arts and cultural organisations. arts technology education
company
None
GPS Shoes dominicwilcox.com/portfolio/gpsshoes
the people of the GPS Shoes Nicolas Cooper ! Stamp
Shoes Dominic Wilcox Becky Stewart
Meta-Projection Jacket http://www.dazeddigital.com/music/article/16139/1/vase-at-the-tate
the people of the Meta-Projection Jacket Melissa Matos! of TRUSST
Becky Stewart Jacques Greene Rad ! Hourani
Human Harp humanharp.org
None
the people of the Human Harp Adam Stark John Nussey
Di Mainstone Hollie Miller Léa Aubertin David Blair Ross Becky Stewart Yuli Levtov Trinity Laban Theatre
None
Wearables
None
None
E-Textile Techniques
Lilytronica http://afroditipsarra.com/index.php?/on-going/lily/
None
Fabric Speakers http://xslabs.net/accouphene/ http://www.kobakant.at/DIY/?p=2936
None
The Crying Dress Kobakant http://www.kobakant.at/?p=222
Drapery FM Ebru Kurbak and Irene Posch http://ebrukurbak.net/draperyfm/
drapery FM
None
What We’ll Do - Soft Sensors Review applications Delve into
the theory Put into practice This afternoon: switches Tomorrow: analog sensors Friday: capacitive sensing
Inspiration Kobakant - How to Get What You Want http://www.kobakant.at/
E-Textile Summer Camp http://etextile-summercamp.org/ Fashioning Technology http://fashioningtech.com/
Switches
Pig with Wigs
Pig with Wigs
None
TV Be Gone
Tilt Sensor
Tousle
GPS Shoes
Why are switches great? Cheap: both in material and in
processing No calibration
pull-up/pull-down resistors
None
5V GND digital pin resistor switch
5V GND digital pin resistor switch
int switchPin = 7; ! void setup() { pinMode( switchPin,
INPUT_PULLUP); Serial.begin( 9600 ); } ! void loop() { int switchValue; switchValue = digitalRead( switchPin ); ! Serial.println( switchValue ); delay( 300 ); // slow down to make it easier to read }
Challenge Design and prototype a wearable soft circuit sensor using
only switches as the input.