<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>Gian Pablo @ ITP</title>
      <link>http://itp.nyu.edu/~gpv206/</link>
      <description></description>
      <language>en</language>
      <copyright>Copyright 2008</copyright>
      <lastBuildDate>Thu, 03 Jul 2008 12:18:05 -0500</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=3.2</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>Thesis presentation online</title>
         <description><![CDATA[<p>It's time for a last update on my NYU blog - I finished my thesis, and and have put up a <a href="http://www.villamil.org/?p=118">detailed write-up</a> on my <a href="http://www.villamil.org/">personal blog</a>, including links to <a href="http://www.vimeo.com/1009784">the video</a> of the presentation, and the <a href="http://www.villamil.org/itp/thesis/villamil%20-%20probe%20swarm%20v3.pdf">written document</a>.</p>

<p>Enjoy!</p>

<p><img src="http://images35.fotki.com/v1168/photos/4/42018/5987263/CIMG2144corr-vi.jpg" /></p>]]></description>
         <link>http://itp.nyu.edu/~gpv206/2008/07/thesis_presentation_online.html</link>
         <guid>http://itp.nyu.edu/~gpv206/2008/07/thesis_presentation_online.html</guid>
         <category>Thesis</category>
         <pubDate>Thu, 03 Jul 2008 12:18:05 -0500</pubDate>
      </item>
            <item>
         <title>One more step on a long road</title>
         <description><![CDATA[<p>I had an epiphany earlier this week, regarding my thesis project, and especially what I find interesting about it.</p>

<p>While the stated goal, to understand what makes people attribute life to inanimate objects (and vice-versa...) is of some interest to me, the truth is that I really just wanted to make an interesting sci-fi object.</p>

<p>When I was younger, I spent a lot of time drawing. Fortunately, my sister saved a lot of these drawings from when I was 15. I was looking over them recently, and realized that I've been very interested in science-fiction, bio-mechanical themes for a long time.</p>

<p>Here are a couple of drawings - click on them to see the complete set:</p>

<p><a href="http://public.fotki.com/gpvillamil/bio-mechanical-drawings/dsc0878copy.html"><img src="http://images34.fotki.com/v1196/photos/4/42018/6208637/DSC_0878copy-vi.jpg" alt="bio lander" title="bio lander" /></a></p>

<p>and another one:</p>

<p><a href="http://public.fotki.com/gpvillamil/bio-mechanical-drawings/dsc0882copy.html"><img src="http://images22.fotki.com/v762/photos/4/42018/6208637/DSC_0882copy-vi.jpg" alt="big bug" title="big bug" /></a><br />
</p>]]></description>
         <link>http://itp.nyu.edu/~gpv206/2008/05/one_more_step_on_a_long_road.html</link>
         <guid>http://itp.nyu.edu/~gpv206/2008/05/one_more_step_on_a_long_road.html</guid>
         <category>Thesis</category>
         <pubDate>Wed, 07 May 2008 11:35:15 -0500</pubDate>
      </item>
            <item>
         <title>Audio probe (mostly) completed</title>
         <description><![CDATA[<p>I have completed most of the physical construction of the audio probe.</p>

<p><img src="http://images36.fotki.com/v1179/photos/4/42018/5987263/CIMG2031-vi.jpg" /></p>

<p>A pretty key improvement is using florist's tape to wrap the wires and cables, instead of the shiny black rubber tubes I was using before. In order to be able to thread the wires through the tubes, I had to use quite thick tubes which didn't really fit. The florist's tape (waxed green crêpe) ends up looking quite organic. The color fits much better with the probes as well.</p>

<p>Follow the jump for (boring) pictures of the light probe, retrofitted with florist tape, and close-ups.</p>]]></description>
         <link>http://itp.nyu.edu/~gpv206/2008/05/audio_probe_mostly_completed.html</link>
         <guid>http://itp.nyu.edu/~gpv206/2008/05/audio_probe_mostly_completed.html</guid>
         <category>Thesis</category>
         <pubDate>Fri, 02 May 2008 14:37:15 -0500</pubDate>
      </item>
            <item>
         <title>The Weather Box</title>
         <description><![CDATA[<p>I completed my final project for Networked Objects, working with Lesley Flanigan.</p>

<p>Our original idea had been to retrieve weather information from the Internet for different cities, and use this as the basis for a simple melody. This basically what we delivered:</p>

<p><img src="http://images34.fotki.com/v1149/photos/4/42018/5861720/CIMG2011-vi.jpg?1209173683" /></p>

<p>Built into a Fortnum & Mason tea box, is an Arduino-based polyphonic synthesizer, with an XPort Internet access module. The dial allows choosing any of 8 cities. When it is turned, the box retrieves the weather information for that city from an NOAA server, and turns it into a simple melody. Pressing the red button will replay the melody. If for any reason the box cannot establish an Internet connection, it will use the data it last retrieved for that city, which it has stored in the Arduino's on-board EEPROM.</p>]]></description>
         <link>http://itp.nyu.edu/~gpv206/2008/04/the_weather_box.html</link>
         <guid>http://itp.nyu.edu/~gpv206/2008/04/the_weather_box.html</guid>
         <category>Networked Objects</category>
         <pubDate>Fri, 25 Apr 2008 22:51:04 -0500</pubDate>
      </item>
            <item>
         <title>Making the most of Arduino memory</title>
         <description><![CDATA[<p>The Arduino is a very popular and easy-to-use microcontroller development environment - however, projects can easily grow complex, and the limitations of the AVR processor become an issue. One of the key issues is using up all the memory, the subject of this article. (The other key issue is running out of I/O ports.)</p>

<p>In order to make the most of Arduino memory, it is important to understand how much, and what type, of memory is available. The AVR Atmega 168 chips used in newer Arduinos have <strong>16K of Flash program memory</strong>, used to store programs. (The older Atmega 8 has 8k.) There is <strong>1K of RAM</strong>, used to store program variables during execution. This RAM is cleared when the power is switched off. There is <strong>512 bytes of EEPROM</strong>, memory which can also be used to store data for programs, but which is retained even when power is turned off. Finally, it is possible to extend the memory of an Arduino project by using <strong>external memory</strong>.</p>

<p>I'll cover techniques for making the most of all these. This is meant mostly as a survey of popular techniques, not an exhaustive tutorial. Please refer to the Arduino website for more details.</p>]]></description>
         <link>http://itp.nyu.edu/~gpv206/2008/04/making_the_most_of_arduino_mem.html</link>
         <guid>http://itp.nyu.edu/~gpv206/2008/04/making_the_most_of_arduino_mem.html</guid>
         <category>Physical Computing</category>
         <pubDate>Fri, 25 Apr 2008 21:51:43 -0500</pubDate>
      </item>
            <item>
         <title>Light test</title>
         <description><![CDATA[<p>I set up a simple test program to see how the lights responded, and what kind of color variations I could produce. Here is one set of colors:</p>

<p><img src="http://images35.fotki.com/v1168/photos/4/42018/5987263/DSC_0860-vi.jpg?1209173317" /></p>

<p>and here is another different set:</p>

<p><img src="http://images33.fotki.com/v1139/photos/4/42018/5987263/DSC_0861-vi.jpg?1209173366" /></p>

<p>While not as bright as I would have liked (ie. not clearly visible in bright light), they do look great in a darkened room. The clear plastic moldings gives them a weird shimmery, glassy quality which I like.</p>]]></description>
         <link>http://itp.nyu.edu/~gpv206/2008/04/light_test.html</link>
         <guid>http://itp.nyu.edu/~gpv206/2008/04/light_test.html</guid>
         <category>Thesis</category>
         <pubDate>Fri, 25 Apr 2008 21:48:43 -0500</pubDate>
      </item>
            <item>
         <title>First light probe construction (almost) finished</title>
         <description><![CDATA[<p>Lots of progress on physical construction, and much better insight on what it will take to finish.</p>

<p>I've now finished constructing most of one of the light probes. It was pretty straightforward, most difficult part was rounding off the stems on which the lights and sensors are mounted, so that they will meet the trunk seamlessly. I have to say, <a href="http://www.dremel.com">Dremel</a> tools are great. I was basically using it as a sculpting tool, to cut and grind pieces of wood to fit exactly.</p>

<p><img src="http://images33.fotki.com/v1140/photos/4/42018/5987263/CIMG2022-vi.jpg?1209173263" /></p>

<p>Next steps are to run the wires through the black vinyl tubing I picked up ages ago, and connect to the circuitry inside the main gourd. Other than filling in some gaps with putty, and hiding the screws, that should be it.</p>

<p>The next two probes are likely to be simpler, relying on a single vertical mount for the sensors and lights, as in this picture:</p>

<p><img src="http://images35.fotki.com/v1173/photos/4/42018/5987263/design_2-vi.jpg?1209174184" /></p>

<p>The circuits are mostly assembled and tested, based on the (successful) design for my <a href="http://itp.nyu.edu/~gpv206/2006/12/action_at_a_distance_project_o.html">"Action At A Distance"</a> project, but with considerably more elaborate software (and sound).</p>]]></description>
         <link>http://itp.nyu.edu/~gpv206/2008/04/first_light_probe_construction.html</link>
         <guid>http://itp.nyu.edu/~gpv206/2008/04/first_light_probe_construction.html</guid>
         <category>Thesis</category>
         <pubDate>Fri, 25 Apr 2008 21:35:29 -0500</pubDate>
      </item>
            <item>
         <title>Casting the lights</title>
         <description><![CDATA[<p>I made a silicone mold from my carved form, and cast a couple of prototypes of the light units ("flowers") with embedded LEDs.</p>

<p>Making the mold went pretty much according to plan. Here is a picture of the original in the mold:</p>

<p><img src="http://images35.fotki.com/v1162/photos/4/42018/5987263/CIMG1952-vi.jpg?1207686152" /></p>

<p>I made a first casting using Smooth-On resin with a small amount of white concentrated dye. The dye is very concentrated, and my first test resulted in a cup full of completely opaque plastic. My second attempt, using a pinhead's worth of dye, resulted in somewhat translucent plastic:</p>

<p><img src="http://images34.fotki.com/v1148/photos/4/42018/5987263/CIMG1957-vi.jpg?1207686160" /></p>

<p>Keep reading to see how it all came out...</p>]]></description>
         <link>http://itp.nyu.edu/~gpv206/2008/04/casting_the_lights.html</link>
         <guid>http://itp.nyu.edu/~gpv206/2008/04/casting_the_lights.html</guid>
         <category>Thesis</category>
         <pubDate>Tue, 08 Apr 2008 16:23:58 -0500</pubDate>
      </item>
            <item>
         <title>Carving the lights</title>
         <description><![CDATA[<p>Based on a suggestion from a classmate, I've decided that the light-emitting parts of the bio-probes are going to be translucent flowers. A (fairly extensive) search through Chinatown and the Bowery failed to turn up anything ready to use, so I decided to make my own, casting them in translucent liquid plastic.</p>

<p>This means first preparing a form, carved out of foam and coated with some kind of gloss finish, then preparing a silicone mold, and finally casting using liquid plastic. I'm planning to embed the LEDs directly in the part.</p>

<p>As it happens, <a href="http://sculpt.com/">The Complete Sculptor</a> is an impressive store that carries practically all of the materials required, and it is about a 15 minute walk from NYU. I went there and picked up a large block of "balsa foam", Magic Smooth epoxy and two carving tools called "rifflers".</p>

<p><img src="http://images35.fotki.com/v1153/photos/4/42018/5987263/CIMG1941-vi.jpg?1207189716" /></p>

<p>The picture shows my hand-carved flower prototype, together with the block from which it was carved. Keep reading for more detail on how I got there.</p>]]></description>
         <link>http://itp.nyu.edu/~gpv206/2008/04/carving_the_lights.html</link>
         <guid>http://itp.nyu.edu/~gpv206/2008/04/carving_the_lights.html</guid>
         <category>Thesis</category>
         <pubDate>Wed, 02 Apr 2008 22:23:24 -0500</pubDate>
      </item>
            <item>
         <title>Bio-probe sensor pod gourd test</title>
         <description><![CDATA[<p>Tom helped me test the gourd-based sensor pods I prepared today:</p>

<p><img src="http://images35.fotki.com/v1130/photos/4/42018/5987263/gourd2-vi.jpg?1206589940" /></p>

<p>Thanks Tom!</p>]]></description>
         <link>http://itp.nyu.edu/~gpv206/2008/03/bioprobe_sensor_pod_gourd_test.html</link>
         <guid>http://itp.nyu.edu/~gpv206/2008/03/bioprobe_sensor_pod_gourd_test.html</guid>
         <category>Thesis</category>
         <pubDate>Wed, 26 Mar 2008 23:52:42 -0500</pubDate>
      </item>
            <item>
         <title>Gourds</title>
         <description><![CDATA[<p>My thesis project involves reconstructing a number of "space probes" using organic materials. Thanks to a violent windstorm two weeks ago, now I have plenty of twigs and branches. However, I was still missing gourds.</p>

<p>This problem has now been solved. <a href="http://www.amishgourds.com/site/1278922/page/441664">Amish Gourds</a> turns out to be a massive supplier of dried, cleaned gourds. I wish there was such a thing as translucent, gourd-shaped containers. These would be perfect for the luminaires. I guess I will have to make myself, somehow.</p>

<p>Now to start building...</p>]]></description>
         <link>http://itp.nyu.edu/~gpv206/2008/03/gourds.html</link>
         <guid>http://itp.nyu.edu/~gpv206/2008/03/gourds.html</guid>
         <category>Thesis</category>
         <pubDate>Tue, 18 Mar 2008 12:04:00 -0500</pubDate>
      </item>
            <item>
         <title>Mid-term thesis presentation</title>
         <description><![CDATA[<p>I made my mid-term thesis presentation, it went well. </p>

<p>Shortly before the presentation, I figured out what I really wanted to explore. I noticed last year, that people tended to make up much more interesting narratives about a project when they were slightly broken than when they were performing correctly. Slightly unpredictable and chaotic behaviors led to people attributing far more complexity and "intelligence" to the project.</p>

<p>So my key research question is two-fold: first, can I create a project that seems alive and intelligent; and second, what kind of results will I get if I attempt to detect life and intelligence in the people who interact with it?</p>

<p>I'm happy with this: it's really clarified my research direction.</p>

<p><img src="http://images30.fotki.com/v471/photos/4/42018/5987263/designconceptsbioprobesystem-vi.jpg?1205280267" /></p>

<p>I am very happy with taking this in the direction of more "biological" probes, it seems to raise a lot of interesting questions. Most of the feedback was along the lines of extending and exploring this idea.</p>

<p>The guest critics were all very enthusiastic and seemed eager to engage with this line of thinking, and we had a good (albeit short) discussion.</p>

<p>I liked the idea of conceiving the swarm of probes as a rhizome - a single interconnected organism. (Alternative thesis title - "Radio Rhizome").</p>

<p>The idea of vastly different time frames for plants vs. humans came up, and is worth exploring. I'll try to dig up "Secret Life of Plants" for inspiration...</p>

<p>Working with seed mechanisms as both a design reference and a back story for the probes is good too.</p>

<p>Also got some really good pointers on projects that feature multiple networked "pixels", and the use of ambiguity in design to elicit more interesting interactions.</p>

<p>Finally, I located some key materials for building the probes: twigs and branches. There was a huge storm last Saturday, so many branches fell. Unfortunately, when I got to Tompkins Square park, they had already been picked up - 10 minutes before. I'd also missed the tree pruning in Washington Square the week before. However, on my way to a show at Judson Church last night, I spotted a big pile of nice branches in the park!  A friend helped me carry them back to school, so now I'm reasonably set.</p>]]></description>
         <link>http://itp.nyu.edu/~gpv206/2008/03/midterm_thesis_presentation.html</link>
         <guid>http://itp.nyu.edu/~gpv206/2008/03/midterm_thesis_presentation.html</guid>
         <category>Thesis</category>
         <pubDate>Tue, 11 Mar 2008 20:04:57 -0500</pubDate>
      </item>
            <item>
         <title>Probe Swarm design concepts and ideas</title>
         <description><![CDATA[<p>I've been brainstorming ideas for my Probe Swarm. The change in focus has certainly been helpful, there are plentiful exciting design references to tap into for inspiration. For example, these crazy-looking Soviet probes:</p>

<p><img src="http://images19.fotki.com/v353/photos/4/42018/5987263/inspirationrussianprobes-vi.jpg?1204901869" /></p>

<p>The work of <a href="http://www.schuelke.org/">Björn Schülke</a> and <a href="http://www.uram.net/">U Ram Choe</a> has been an inspiration as well. They make elaborate, moving constructions, clearly technological but also "alive", that capture the scientific, technical, vaguely threatening look that I'm after.</p>

<p>I've decided that each of the "probes" in my swarm will look different from the other, and have different ways of being installed in their environment. Here are some very early design concepts:</p>

<p><img src="http://images33.fotki.com/v1116/photos/4/42018/5987263/designconcepts1-vi.jpg?1204901865" /></p>

<p>The light probes interact mostly with colored lights, the audio probes with sound. The communications bridge handles the connection between the probe's short range wireless and the internet.</p>

<p>Another promising concept is based on biological materials, but technological forms. The body and struts would be made of branches, with wires and cables appearing to replace veins and ligaments.</p>

<p><img src="http://images36.fotki.com/v1156/photos/4/42018/5987263/designconceptsbioprobe-vi.jpg?1204902787"/></p>

<p>This uses the well-known technique of making something seem "alien" by using non-human organic forms. Perhaps the probes are emissaries from a planet dominated by intelligent trees? If so, what would they consider intelligence?</p>

<p>Designing and programming the interaction will be the key challenge. I am thinking of measuring intervals between interaction events, and seeing if there is regularity. I am also thinking of recording interaction patterns, especially those with a high "regularity" and working those into an "attract" mode.</p>]]></description>
         <link>http://itp.nyu.edu/~gpv206/2008/03/probe_swarm_design_concepts_and_ideas.html</link>
         <guid>http://itp.nyu.edu/~gpv206/2008/03/probe_swarm_design_concepts_and_ideas.html</guid>
         <category>Thesis</category>
         <pubDate>Fri, 07 Mar 2008 09:58:26 -0500</pubDate>
      </item>
            <item>
         <title>Bootloading the Arduino Mini</title>
         <description><![CDATA[<p>Are you using the <a href="http://www.arduino.cc/en/Main/ArduinoBoardMini">Arduino Mini</a> microcontroller?</p>

<p>Did you break it, and are wondering if you can "reformat" it?</p>

<p>Would you like your applications to start faster, without an annoying 10 second delay?</p>

<p>If so, then you might want to <a href="http://www.arduino.cc/en/Hacking/MiniBootloader">bootload your Arduino Mini</a>!</p>

<p>I've written a tutorial on the Arduino site that explains how to do it, it is <a href="http://www.arduino.cc/en/Hacking/MiniBootloader">here</a>.</p>]]></description>
         <link>http://itp.nyu.edu/~gpv206/2008/03/bootloading_the_arduino_mini.html</link>
         <guid>http://itp.nyu.edu/~gpv206/2008/03/bootloading_the_arduino_mini.html</guid>
         <category>Physical Computing</category>
         <pubDate>Tue, 04 Mar 2008 17:14:51 -0500</pubDate>
      </item>
            <item>
         <title>Headphone Heterotopia - tech notes</title>
         <description><![CDATA[<p>Here are some notes on <a href="http://itp.nyu.edu/~laf333/itp_blog/2008/02/sound_as_place_headphone_heter.html">Headphone Heterotopia</a>, a project I am working on with Lesley Flanigan.</p>

<p>A simple box with a selection dial and a headphone jack allows you to pick a city, and experience realtime weather data from that place as a simple musical phrase.</p>

<p>What is happening inside the box: an Arduino microcontroller uses an XPort network controller to fetch weather data from the NOAA (via a PHP script that simplifies it), and uses it to play a melody using an <a href="http://itp.nyu.edu/~gpv206/2007/10/generating_polyphonic_sound_wi_1.html">audio circuit based on digital potentiometers and simple oscillators</a>.</p>

<p>Most of the technical issues are now resolved: the microcontroller is successfully parsing the weather data, and feeding it to the audio synthesis routines. Still need to set up the selection mechanism for multiple cities, and build an enclosure. </p>

<p>Here's a picture of the guts of the thing:</p>

<p><a href="http://public.fotki.com/gpvillamil/new_york/itp_classwork/networked-objects/cimg1876.html"><img src="http://images34.fotki.com/v1121/photos/4/42018/5861720/CIMG1876-vi.jpg?1204661876" alt="weather synth" title="weather synth" /></a></p>

<p>Read the past the jump for detailed description and technical issues.</p>]]></description>
         <link>http://itp.nyu.edu/~gpv206/2008/03/headphone_heterotopia_tech_not.html</link>
         <guid>http://itp.nyu.edu/~gpv206/2008/03/headphone_heterotopia_tech_not.html</guid>
         <category>Networked Objects</category>
         <pubDate>Tue, 04 Mar 2008 15:19:55 -0500</pubDate>
      </item>
      
   </channel>
</rss>
