-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCloningObjects.html
More file actions
90 lines (70 loc) · 6.02 KB
/
Copy pathCloningObjects.html
File metadata and controls
90 lines (70 loc) · 6.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<div class="project-container">
<div class="img-project-container">
<div class="img-container">
<a class="img-container-link" href="#">
<img id="0"
data-original="img/Cloning-Objects_00_iPad.jpg"
data-original-m="img/Cloning-Objects_00_iPad_m.jpg"
data-original-s="img/Cloning-Objects_00_iPad_s.jpg"
alt="Cloning obects - inspector"></img>
<img id="1"
data-original="img/Cloning-Objects_01_all.jpg"
data-original-m="img/Cloning-Objects_01_all_m.jpg"
data-original-s="img/Cloning-Objects_01_all_s.jpg"
alt="Cloning obects - all objects"></img>
<img id="2"
data-original="img/Cloning-Objects_02_modules.jpg"
data-original-m="img/Cloning-Objects_02_modules_m.jpg"
data-original-s="img/Cloning-Objects_02_modules_s.jpg"
alt="Cloning obects - modules"></img>
<img id="3"
data-original="img/Cloning-Objects_03_radio.jpg"
data-original-m="img/Cloning-Objects_03_radio_m.jpg"
data-original-s="img/Cloning-Objects_03_radio_s.jpg"
alt="Cloning obects - radio"></img>
<img id="4"
data-original="img/Cloning-Objects_04_megaphone.jpg"
data-original-m="img/Cloning-Objects_04_megaphone_m.jpg"
data-original-s="img/Cloning-Objects_04_megaphone_s.jpg"
alt="Cloning obects - megaphone"></img>
<img id="5"
data-original="img/Cloning-Objects_05_stereo.jpg"
data-original-m="img/Cloning-Objects_05_stereo_m.jpg"
data-original-s="img/Cloning-Objects_05_stereo_s.jpg"
alt="Cloning obects - stereo"></img>
<img id="6"
data-original="img/Cloning-Objects_06_synth.jpg"
data-original-m="img/Cloning-Objects_06_synth_m.jpg"
data-original-s="img/Cloning-Objects_06_synth_s.jpg"
alt="Cloning obects - synth"></img>
</a>
</div>
<div class="img-footer">
<span class="currentImgNum"></span>/<span class="totImgNum"></span>
</div>
</div>
<div class="text-container-wrapper">
<div class="text-container">
<p class="project-info-title">overview</p>
<p class="project-description">How can an object control its own reproduction? Cloning objects is a family of inspectable products that contain all digital information for their own fabrication.</p>
<p>The information surrounding the production of a typical product tends to be quite guarded: plans and techniques are protected by patent and “owned” as the intellectual property of a single company or manufacturer. Cloning Objects presents an alternative scenario in which a collection of products are each embedded with all of the information needed for their own reproduction.</p>
<p>Scanning the object with a software interface allows a user to “inspect” the components of an object, revealing the digital 3D-definition, files for reproduction with digital fabrication tools, information and schematics for electronic components, and the source-code for any software used to control the object.</p>
<p>Distributing this information within the objects allows them to be reproduced and distributed without a structured, formal network. The autonomous objects and their components are made accessible on an individual level, and can be freely shared, modified, and redistributed.</p>
<p>2015.......With the support of Timelab, Gent<br>
Role.......Concept/Interaction Design/Technology<br>
<!-- Press......<a href="https://gizmodo.com/these-lights-can-recreate-the-weather-above-your-house-1596246552" target="_blank">Gizmodo</a>,
<a href="https://www.core77.com/posts/27555/In-the-Details-Making-Weather-Controlled-Lights-for-a-Subtle-Long-Distance-Connection" target="_blank">Core77</a>,
<a href="https://www.creativeapplications.net/arduino-2/patch-of-sky-lamps-that-share-in-real-time-the-sky-above-us/" target="_blank">Creative Applications</a>,
<a href="https://www.fastcodesign.com/3032345/wanted/arduino-powered-lamp-changes-colors-to-reflect-the-weather" target="_blank">Fast Company</a><br> -->
Photos.....Tilen Sepič<br>
<!-- <br><p class="project-info-title">information</p>
<p>Patch of Sky is a self-initiated project started at Fabrica initially as a collaboration between me and graphic designer Akshataa Vishwanath and later involving other designers and creatives at Fabrica.</p>
<p>This project first started with a workshop that design firm <a href="https://blog.bergcloud.com/" target="_blank">BERG</a> (R.I.P.) held at Fabrica in Summer 2013. The workshop was part of a collaboration between the two studios with the goal of using Fabrica as sandbox for BERG's new project BERGCloud, an hardware and software solution for the internet of things</p>
<p>Drawing from discussion sparked during the workshop, we began to think about some product that would take full advantage of the services and social presence available on the internet.
This object would integrate with and extend the online world, rather than use it solely as a network infrastructure for connecting far away things.</p>
<br><p class="project-info-title">design + technology</p>
<p>Main inspiration for Patch of Sky came from our working place. Fabrica hosts designers and artists from all over the world, thus distance and nostalgia are naturally recurring topics. “How’s the weather there?” is a common question that parents, friends and partners ask over the phone, this is how they try to get a sense of the world distant ones are living while away. Drawing from this conversations we had the idea of Patch of Sky, an object that would silently connect people over distance, just by letting them “share the sky” under which they’re living in.</p>
<p>The Patch of Sky prototypes use Arduino and BERGCloud shield for connecting to the web, while custom electronics and the <a href="https://github.com/fabricacode/arduinoLightAnimation" target="_blank">Arduino Light Animation</a> library are used for controlling the a RGB led strip. A Python web application handles linking of a Patch of Sky with a Facebook account. Weather at the user's location is then retrieved using Weather Undergroud API and sent to the paired Patch of Sky object through BERGCloud API.</p> -->
</div>
</div>
</div>