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
400
Fabricademy: Wearables and E-Textiles II
theleadingzero
0
520
The Emergence of E-Textiles
theleadingzero
0
160
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
440
School of Maaa Day 2 - Voltage Dividers
theleadingzero
0
370
Other Decks in Technology
See All in Technology
なぜThrottleではなくDebounceだったのか? 700並列リクエストと戦うサーバーサイド実装のすべて
yoshiori
6
2.2k
コード1ミリもわからないけど Claude CodeでFigjamプラグインを作った話
abokadotyann
1
160
ubuntu-latest から ubuntu-slim へ移行しよう!コスト削減うれしい~!
asumikam
0
460
技術の総合格闘技!?AIインフラの現在と未来。
ebiken
PRO
0
250
AI時代に必要なデータプラットフォームの要件とは by @Kazaneya_PR / 20251107
kazaneya
PRO
4
950
QAエンジニアがプロダクト専任で チームの中に入ると。。。?/登壇資料(杉森 太樹)
hacobu
PRO
0
180
Flutter DevToolsで発見! 本番アプリのパフォーマンス問題と改善の実践
goto_tsl
1
260
Post-AIコーディング時代のエンジニア生存戦略
shinoyu
0
180
内部品質・フロー効率・コミュニケーションコストを悪化させ現場を苦しめかねない16の組織設計アンチパターン[超簡易版] / 16 Organization Design Anti-Patterns for Software Development
mtx2s
2
160
フライトコントローラPX4の中身(制御器)を覗いてみた
santana_hammer
1
140
us-east-1 の障害が 起きると なぜ ソワソワするのか
miu_crescent
PRO
2
740
開発者が知っておきたい複雑さの正体/where-the-complexity-comes-from
hanhan1978
6
2.4k
Featured
See All Featured
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
How to Think Like a Performance Engineer
csswizardry
28
2.3k
Site-Speed That Sticks
csswizardry
13
960
What's in a price? How to price your products and services
michaelherold
246
12k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
Build The Right Thing And Hit Your Dates
maggiecrowley
38
2.9k
Bash Introduction
62gerente
615
210k
The Cost Of JavaScript in 2023
addyosmani
55
9.2k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
The Cult of Friendly URLs
andyhume
79
6.7k
Code Reviewing Like a Champion
maltzj
527
40k
Context Engineering - Making Every Token Count
addyosmani
9
370
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.