SlideShare una empresa de Scribd logo
1 de 27
スマートテキスタイルキット
WEARICを使ってみた
2 0 1 9 . 1 1 . 1 9 I o T L T v o l . 5 7 @ オ ム ロ ン
自己紹介
土田 哲哉
株式会社Surface&Architecture
株式会社GIF
ど た て つ や
twitter: @tendots
作ってみた作品
導電布モジュールnüno (2018) Swipe Apron (2016)
作ってみた作品
しゃべぐるみ(2017) Care Thing (2018)
WEARIC is 何?
WEARIC is 何?
オーストリア フォアアールベルク州の
Eテキスタイルを使ったスタートアップおよび、
その会社が販売しているセンサーキットの名称。
日常使用するEテキスタイルの理解を
深めることを目的にしている。
www.wearic.com
E-textileとは
スマートテキスタイル、スマートファブリック、導電性繊維とも呼ばれる。
電気的な特性を持たせることでさまざまな機能を実現するファイバーやテ
キスタイル。電気的な特性としては、能動的なものと受動的なものがある。
(伊藤忠 繊維月報vol637「まずは未来を考えよう」
http://www.itochu.co.jp/ja/files/geppo_1305.pdf より
WEARICを買ってみる
公式サイトのShopから
買おうとしたのだけど…
WEARICを買ってみる、が…
送付先の選択肢に
日本が無い!
メールでやり取り
日本を追加してもらった!
※今は消えてるみたいです
到着!ちなみに価格は…
• 本体:約 ¥5,000
• 送料:約 ¥4,000
• 税金:約 ¥2,400
(諸経費結構高い…)
開梱!
Smart Textiles Kit with nano
controller
Nano Controller
Expansion Board
Textile heating
Textile wetness
LED textile
textile
pushbutton
Textile pressure
sensor
導電糸
mini-B
USBZ
なんか
ステッカー
nano controllerを拡張ボードにさし
ます
Nano Controller
Expansion Board
センサーは拡張ボードに
スナップボタンで付けます
各センサーを装着した状態
ひと通り触ってみる
LED光らせてみる
#define LED1_PIN 10
#define LED2_PIN 11
void setup() {
Serial.begin(9600);
pinMode(LED1_PIN, OUTPUT);
pinMode(LED2_PIN, OUTPUT);
}
void loop() {;
digitalWrite(LED1_PIN, !digitalRead(LED1_PIN));
digitalWrite(LED2_PIN, !digitalRead(LED2_PIN));
delay(500);
}
圧力センサーを押してみる
void setup() {
Serial.begin(9600);
}
void loop() {
Serial.println(analogRead(A0));
}
ボタン押してLED光らせる
#define BUTTON1_PIN 8
#define BUTTON2_PIN 9
#define LED1_PIN 10
#define LED2_PIN 11
void setup(){
Serial.begin(9600);
pinMode(BUTTON1_PIN, INPUT);
pinMode(BUTTON2_PIN, INPUT);
pinMode(LED1_PIN, OUTPUT);
pinMode(LED2_PIN, OUTPUT);
}
void loop() {
static bool backOn = true;
if (!digitalRead(BUTTON1_PIN)){
digitalWrite(LED2_PIN, HIGH);
} else {
digitalWrite(LED2_PIN, LOW);
}
if (!digitalRead(BUTTON2_PIN)){
digitalWrite(LED1_PIN, HIGH);
} else {
digitalWrite(LED1_PIN, LOW);
}
}
かんたん!
スナップボタンのアタッチメントで
気軽に付け替えできて、
気難しい事考えずに
LEGOっぽく楽しい
まとめ
まとめ
最初はごついなーと思ったけど、
Eテキスタイルの使用感が
実感できる良いキットです。
おすすめ!
(懇親会でもお見せします)
お知らせ
導電布モジュールnüno (2018)
Eテキスタイルの勉強会を2月に
ウフルさんで開催予定です!
興味のある方は
懇親会で声をかけてね

Más contenido relacionado

Destacado

Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
Kurio // The Social Media Age(ncy)
 

Destacado (20)

Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 
More than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike RoutesMore than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike Routes
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
 

スマートテキスタイルキット「WEARIC」を使ってみた