13. There is something missing in our definition, vision,
of a human being: the need to make.
We are creatures who need to make.
From 'Advice to the Players' in 'Music Like Dirt' by Frank Bidart
14. Makerムーブメント // Maker Movement
クリス?アンダーソンの『MAKERS』
? デジタルファブリケーションを活用することでアメリカのよう
な労働単価の高い「先進国」でも再び製造が可能になる
Utilizing digital fabrication tools enables manufacturing in
developed countries such as U.S.A.
? ハードウェアのスタートアップが次々と生まれ、産業を変質さ
せていく
There will be various hardware startups, and will transform the
industries
? もしこうしたことが実際に起きれば、第3の産業革命になる
If realized, that might be the third industrial revolution
108. IAMASにおける研究プロジェクト // Research Projects at IAMAS
デザインプロセス // Design Process
? 大学院修士1年生
1st year students of the master course
? プログラミングの経験は少し
She had little programming skills
? 電子工作の経験はゼロ
She had no electronics skills
? 3D CADの経験はゼロ
She had no 3D CAD skills
? 製作期間はスキル習得も含めて六カ月
6 months project including acquiring skills
159. The Trautman Hook for Low cost 3D Printer
-Instructables- http://www.instructables.com/id/T-hook-prosthetic-design-for-3D-printing/
安価な3Dプリンタ(Makerbot)
の為に元のデジタルデータを加工
176. Arduinoとは? // What is Arduino?
Arduinoの流儀
デザインについて語ることよりも作ることのほうがArduino の哲学に適っ
ています。良いプロトタイプを作るために、より速く、よりパワフルな手法
を探索し続けることが重要です。自分の手を使って考えながら、いろいろな
テクニックを試し、発展させましょう。
The Arduino philosophy is based on making designs rather than
talking about them. It is a constant search for faster and more
powerful ways to build better prototypes. We have explored many
prototyping techniques and developed ways of thinking with our
hands.
Massimo Banzi(Arduinoをはじめよう // Getting Started with Arduino)
Massimo Banzi著「Arduinoをはじめよう」003ページより引用
177. What is Arduino? // Arduinoとは?
Arduino Board
外部電源
グラウンド
+3.3V
+5V
グラウンド×2
電源の+ デジタル入出力×14
アナログ入力×6
パワーインジケータ
178. What is Arduino? // Arduinoとは?
Arduino IDE
Verify
ツールバー
スケッチがコンパイルできるか確認する
タ?ブ
Upload
スケッチを Arduino ボードにアップロードする テキストエディタ
New
新しいスケッチを生成する
Open
サンプルや既存のスケッチを開く
Save
現在開いているスケッチを保存する
メッセージエリア
テキストエリア
Serial Monitor
シリアルモニタを開く
179. What is Arduino? // Arduinoとは?
Hello World! with Arduino
void setup() {
// initialize the digital pin as an output.
// Pin 13 has an LED connected on most Arduino boards:
pinMode(13, OUTPUT);
}
void loop() {
digitalWrite(13, HIGH); // set the LED on
delay(1000); // wait for a second
digitalWrite(13, LOW); // set the LED off
delay(1000); // wait for a second
}
180. What is Arduino? // Arduinoとは?
シールドによる拡張 // Shields
? Arduinoボードの上にのせて機能を拡張するさまざまな「シー
ルド」が販売されている
Shields to expand functions are available
? Arduinoの名前を冠した公式なシールドの他、サードパーティ
からのさまざまなシールドが提供されている
Various shields are available from 3d parties in addition to the
o?cial Arduino shields
SparkFun Electronicsのウェブサイトより引用(左からEthernet、MP3プレーヤ、音声認識)
181. What is Arduino? // Arduinoとは?
チップベンダの対応とひろがり //
? Wiznetなどのチップベンダはオープンソースハードウェアを構
成する「部品」として自社製品が利用されることに積極的
? 2011年夏より米国のRadioShack店頭での取扱いも開始
? Microchipなど、評価ボードをArduino互換にする例も
? TIとDigi-KeyによるBeagleBoardのような例もある
182. Arduinoとは? // What is Arduino?
Arduinoを活用したプロジェクト //
http://www.slideshare.net/arduinoteam/open-source-hardware-summit-speech-2011
183. Arduinoとは? // What is Arduino?
Arduinoを活用したプロジェクト //
http://www.slideshare.net/arduinoteam/open-source-hardware-summit-speech-2011
191. FIO 4 x 4 (December, 2007)
Designed by Shigeru Kobayashi
Funnel I/O (July, 2008)
Designed by Shigeru Kobayashi
FIO (December, 2008)
Designed by Shigeru Kobayashi
and SparkFun
Arduino Fio (March, 2010)
Designed by Shigeru Kobayashi
and SparkFun
FIOからArduino Fioへの変遷(2007~2010年)
207. .15
.066 2-56 THREAD
.140
.008 COUNTER BORE DEPTH
.625
.170 .30
.03
.09 THREAD DEPTH
.03
50 THREADS PER INCH .01969 PITCH
SECTION A-A
LOGO DIMS AND POSITION
IDENTICAL TO iCUFFLINK
NOTE:
MATERIAL: ALUMINUM
NO SECONDARY OPERATIONS FOR FINISHING DRAWING NAME SCALE SIZE PAGE DATE
iNecklace 1:1 A 21/06/11
DRAWING No. DRAWN BY:
Drawings are for industrial design control use only and are not
MD intended for tool making purposes. Engineering drawings/models
must be made for tooling. All specifications for tolerances, tools
and manufacturing are the responsibilty of the manufacturer. The
ROSS + DOELL INC. / 479 SAMMON AVE, TORONTO designer(s) assumes no product liability for the product.
CANADA M4J 2B3 / WWW.ROSSDOELL.COM
https://github.com/adafruit/iNecklace