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.8k
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
Sansan Engineering Unit 紹介資料
sansan33
PRO
1
3k
ソースを読むプロセスの例
sat
PRO
2
1.1k
衛星画像超解像化によって実現する2D, 3D空間情報の即時生成と“AI as a Service”/ Real-time generation spatial data enabled_by satellite image super-resolution
lehupa
0
170
小学4年生夏休みの自由研究「ぼくと Copilot エージェント」
taichinakamura
0
720
[Keynote] What do you need to know about DevEx in 2025
salaboy
0
170
Railsの話をしよう
yahonda
0
130
LLMアプリの地上戦開発計画と運用実践 / 2025.10.15 GPU UNITE 2025
smiyawaki0820
1
560
BI ツールはもういらない?Amazon RedShift & MCP Server で試みる新しいデータ分析アプローチ
cdataj
0
160
Introduction to Bill One Development Engineer
sansan33
PRO
0
300
Codexとも仲良く。CodeRabbit CLIの紹介
moongift
PRO
0
210
E2Eテスト設計_自動化のリアル___Playwrightでの実践とMCPの試み__AIによるテスト観点作成_.pdf
findy_eventslides
2
620
Introduction to Sansan Meishi Maker Development Engineer
sansan33
PRO
0
310
Featured
See All Featured
Measuring & Analyzing Core Web Vitals
bluesmoon
9
620
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
30
2.9k
GraphQLとの向き合い方2022年版
quramy
49
14k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
The Invisible Side of Design
smashingmag
302
51k
For a Future-Friendly Web
brad_frost
180
9.9k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.2k
Balancing Empowerment & Direction
lara
4
690
Testing 201, or: Great Expectations
jmmastey
45
7.7k
Optimizing for Happiness
mojombo
379
70k
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.