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.7k
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
520
The Emergence of E-Textiles
theleadingzero
0
150
Audio Signal Processing with E-Textiles
theleadingzero
0
180
Cruftfest Kit
theleadingzero
0
160
Audio and E-Textiles
theleadingzero
0
350
So You Want to Make a Wearable
theleadingzero
0
90
School of Maaa Day 3 - Capacitive Sensing
theleadingzero
0
430
School of Maaa Day 2 - Voltage Dividers
theleadingzero
0
370
Other Decks in Technology
See All in Technology
GopherCon Tour 概略
logica0419
2
190
Goにおける 生成AIによるコード生成の ベンチマーク評価入門
daisuketakeda
2
100
SwiftUIのGeometryReaderとScrollViewを基礎から応用まで学び直す:設計と活用事例
fumiyasac0921
0
140
AI ReadyなData PlatformとしてのAutonomous Databaseアップデート
oracle4engineer
PRO
0
170
生成AIとM5Stack / M5 Japan Tour 2025 Autumn 東京
you
PRO
0
210
SREとソフトウェア開発者の合同チームはどのようにS3のコストを削減したか?
muziyoshiz
1
100
「Verify with Wallet API」を アプリに導入するために
hinakko
1
230
生成AIで「お客様の声」を ストーリーに変える 新潮流「Generative ETL」
ishikawa_satoru
1
310
KAGのLT会 #8 - 東京リージョンでGAしたAmazon Q in QuickSightを使って、報告用の資料を作ってみた
0air
0
200
E2Eテスト設計_自動化のリアル___Playwrightでの実践とMCPの試み__AIによるテスト観点作成_.pdf
findy_eventslides
0
110
ACA でMAGI システムを社内で展開しようとした話
mappie_kochi
1
250
ユニットテストに対する考え方の変遷 / Everyone should watch his live coding
mdstoy
0
120
Featured
See All Featured
A Tale of Four Properties
chriscoyier
160
23k
GitHub's CSS Performance
jonrohan
1032
460k
Building Adaptive Systems
keathley
43
2.8k
A designer walks into a library…
pauljervisheath
209
24k
A Modern Web Designer's Workflow
chriscoyier
697
190k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.6k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Scaling GitHub
holman
463
140k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
9
580
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
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.