<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>transitlab &#187; arduino</title>
	<atom:link href="http://transitlab.org/tags/arduino/feed" rel="self" type="application/rss+xml" />
	<link>http://transitlab.org</link>
	<description>thinking about technology, art and science</description>
	<lastBuildDate>Wed, 04 Apr 2012 18:08:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Arduino in Schools (visual programming options)</title>
		<link>http://transitlab.org/2010/arduino-in-schools</link>
		<comments>http://transitlab.org/2010/arduino-in-schools#comments</comments>
		<pubDate>Tue, 30 Mar 2010 17:51:03 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[electronics]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[Computer programming]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://transitlab.org/?p=446</guid>
		<description><![CDATA[Look briefly at a few visual progamming languages for arduino.]]></description>
			<content:encoded><![CDATA[	<p id="top" />
<div class="zemanta-img" style="margin: 1em; display: block;">
	<div>
<dl class="wp-caption alignright" style="width: 250px;">
<dt class="wp-caption-dt"><a href="http://www.flickr.com/photos/84755943@N00/2867733696"><img title="call and response" src="http://farm4.static.flickr.com/3263/2867733696_f7f0f1f3ab_m.jpg" alt="call and response" /></a></dt>
	<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image by <a href="http://www.flickr.com/photos/84755943@N00/2867733696">sctv</a> via Flickr</dd>
 </dl>
</div>
	</div>
	<p>I have been thinking about <a class="zem_slink freebase/en/arduino" title="Arduino" rel="homepage" href="http://www.arduino.cc/en/">Arduino</a> and Schools for a while. What I like about Arduino is the ease of use, of getting something happening quickly, I particularily like the call and respsone code. . I would like to see the user base explode, and that could happen with some help in schools teaching of Design and Technology. The incumbents in this are parrallex / Pic.</p>
	<p>One of a number of people are thinking about how to get arduino into schools.</p>
	<p>For this we need to think about a few diferent things.</p>
	<p>The price: Arduino is still a little expensive(around £21), it is possible to make a small board with the microcontroller on it for a few pounds (or even paper : see <a title="paperduino" href="http://lab.guilhermemartins.net/2009/05/06/paperduino-prints/" target="_blank">paperduino</a>), the main cost is the ftdi chip/usb interface that allows the arduino to talk to a computer. With the multi leaded surface mount ftdi chip retailing for £3-4(read: more complicated than the atmel chip it talks to), and the cables going for £15 it would not be possible to have a lot of these cables.</p>
	<p>I am interested to see what comes out of the discussions of <a title="Arduino" href="http://arduino.cc/blog/?p=493" target="_blank">Arduino Puntu Zero</a>, i know it may be some cut down versions.</p>
	<p>How to access arduino, a lot of the competitors to arduino have visual programming(for instance <a href="http://www.flowol.com/Flowol3.aspx" target="_blank">Flowal</a>). Here are the three visual programming languages I know of for the arduino.</p>
	<p><a href="http://dimeb.informatik.uni-bremen.de/eduwear/?p=484" target="_blank">amici</a> (Windows and <a href="http://dimeb.informatik.uni-bremen.de/eduwear/?cat=4" target="_blank">OSX</a>) from Eduwear</p>
	<blockquote><p>EduWear aims at contributing to the reduction of inhibiting factors by  employing an approach rooted both in education and in ICT development.  The objective is to develop an educational low-cost construction kit for  wearable and tangible interfaces.&#8221;</p></blockquote>
	<p><a href="http://info.scratch.mit.edu/About_Scratch">scratch</a> (osx and windows) + processing/<a href="http://scratchconnections.wik.is/User:Chalkmarrow/Catenary">catenary</a> + firmata <a rel="internal" href="http://scratchconnections.wik.is/@api/deki/files/52/=Catenary_v1.zip"></a></p>
	<blockquote><p><a rel="internal" href="http://scratchconnections.wik.is/@api/deki/files/52/=Catenary_v1.zip">Catenary </a>is a small,  easy-to-use program that allows a project written in Scratch (<a title="http://scratch.mit.edu/" rel="external nofollow" href="http://scratch.mit.edu/" target="_blank">http://scratch.mit.edu</a>) to communicate with an Arduino board (<a title="http://www.arduino.cc/" rel="external nofollow" href="http://www.arduino.cc/" target="_blank">http://www.arduino.cc</a>). Catenary is written in Processing (<a title="http://processing.org/" rel="external nofollow" href="http://processing.org/" target="_blank">http://processing.org</a>), and runs as a  Java application. It takes advantage of Scratch v1.3’s ability to send and receive  broadcasts and global variable messages. Catenary acts as a middleman, shuttling  certain messages back and forth between the Arduino board and Scratch.</p></blockquote>
	<p><a href="http://www.modk.it/">Modkt.it</a> (windows and osx) <a href="http://code.google.com/p/modkit-community-edition/downloads/list">downloads</a></p>
	<blockquote><p>Modkit is an in-browser graphical programming  environment for little devices called embedded systems  development. Modkit can currently program arduino and arduino compatible  hardware using simple graphical blocks similar to and inspired by the  scratch programming environment.</p></blockquote>
	<p><strong>Updates: amici now has an osx version.</strong></p>
	<p><strong>Interested in any Linux based visual programming tools  for arduino.<br />
</strong></p>
	<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/63ac96af-7557-42a1-95e5-e3edf0af5a1c/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=63ac96af-7557-42a1-95e5-e3edf0af5a1c" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related more-info pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://transitlab.org/2010/arduino-in-schools/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>wiring a DS18B20 to arduino</title>
		<link>http://transitlab.org/2010/wiring-a-ds18b20-to-arduino</link>
		<comments>http://transitlab.org/2010/wiring-a-ds18b20-to-arduino#comments</comments>
		<pubDate>Tue, 30 Mar 2010 15:08:09 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[electronics]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[ds18b20]]></category>
		<category><![CDATA[Sensor]]></category>
		<category><![CDATA[temperature]]></category>

		<guid isPermaLink="false">http://transitlab.org/2010/wiring-a-ds18b20-to-arduino</guid>
		<description><![CDATA[wiring a DS18B20 to arduino Originally uploaded by sctv For my records, how to wire up the DS18B20 1 wire digital thermomenter (http://www.maxim-ic.com/quick_view2.cfm?qv_pk=2812) but using the two wire functionality here. This is one of the diagrams I use to help me wire up the DS18B30 (bought from nulelectronics.com and using his library) to the arduino. [...]]]></description>
			<content:encoded><![CDATA[	<p id="top" />
<div style="float: right; margin-left: 10px; margin-bottom: 10px;">
<a href="http://www.flickr.com/photos/sctv/3138287688/" title="photo sharing"><img src="http://farm4.static.flickr.com/3199/3138287688_feb7d41c82_m.jpg" alt="" style="border: solid 2px #000000;" /></a><br />
<br />
<span style="font-size: 0.9em; margin-top: 0px;"><br />
<a href="http://www.flickr.com/photos/sctv/3138287688/">wiring a DS18B20 to arduino</a><br />
<br />
Originally uploaded by <a href="http://www.flickr.com/people/sctv/">sctv</a><br />
For my records, how to wire up the DS18B20 1 wire digital thermomenter (http://www.maxim-ic.com/quick_view2.cfm?qv_pk=2812) but using the two wire functionality here.<br />
</span>
</div>
	<p>This is one of the diagrams I use to help me wire up the DS18B30 (bought from nulelectronics.com and using his library) to the arduino. <br />
These little sensors are pretty great, have heated them up to over 130C withouth them failing(though it did stop working). I am using these for getting the temperature of a peltier that I am driving through a hbridge.<br />
<br clear="all" />
</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Ftransitlab.org%2F2010%2Fwiring-a-ds18b20-to-arduino&amp;title=wiring%20a%20DS18B20%20to%20arduino" id="wpa2a_2"><img src="http://transitlab.org/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://transitlab.org/2010/wiring-a-ds18b20-to-arduino/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easyware Hardware and attribution</title>
		<link>http://transitlab.org/2009/easyware-hardware-and-attribution</link>
		<comments>http://transitlab.org/2009/easyware-hardware-and-attribution#comments</comments>
		<pubDate>Sun, 06 Dec 2009 18:29:56 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[conference]]></category>
		<category><![CDATA[40Fires]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[Electronics and Electrical]]></category>
		<category><![CDATA[nesta]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[openhardware]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://transitlab.org/?p=428</guid>
		<description><![CDATA[Image by oomlout via Flickr During the Nesta/40Fires workshop on Openhardware, I tweeted a quote &#8220;Arduino makes Hardware Easywhere&#8221;  during Daniel Soltis&#8217;s talk about Arduino. Now trying to remember who said it as it gets retweeted to &#8230;. a few times Was it @rainycat, Daniel, @oomlout or @ni or someone else? Would the original author [...]]]></description>
			<content:encoded><![CDATA[<p id="top" /><div class="zemanta-img" style="margin: 1em; display: block;">
<div><dl class="wp-caption alignright" style="width: 250px;"> <dt class="wp-caption-dt"><a href="http://www.flickr.com/photos/33504192@N00/3632849366"><img title="Arduino Expermentation Kit" src="http://farm4.static.flickr.com/3402/3632849366_d9f104336d_m.jpg" alt="Arduino Expermentation Kit" width="240" height="160" /></a></dt> <dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image by <a href="http://www.flickr.com/photos/33504192@N00/3632849366">oomlout</a> via Flickr</dd> </dl></div>
</div>
During the Nesta/40Fires workshop on Openhardware, I tweeted a quote &#8220;<a class="zem_slink" title="Arduino" rel="homepage" href="http://www.arduino.cc/">Arduino</a> makes Hardware Easywhere&#8221;  during Daniel Soltis&#8217;s talk about Arduino.
Now trying to remember who said it as it gets retweeted to &#8230;. a few times

Was it @<a class="zem_slink" title="Rainycat" rel="twitter" href="http://twitter.com/rainycat">rainycat</a>, Daniel, @oomlout or @<a class="zem_slink" title="Nigel Crawley" rel="twitter" href="http://twitter.com/ni">ni</a> or someone else?
Would the original author please stand up&#8230;.I would like to attribute it (and thanks to oomlout for his lovely picture).

&#8212;&#8212;-

Update Daniel says it was the electrical engineer that had just picked up Arduino, just don&#8217;t know his name!
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/200a1d30-6b1e-4274-aa12-6233af8d441d/"><img class="zemanta-pixie-img" style="border: medium none ; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=200a1d30-6b1e-4274-aa12-6233af8d441d" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related more-info pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Ftransitlab.org%2F2009%2Feasyware-hardware-and-attribution&amp;title=Easyware%20Hardware%20and%20attribution" id="wpa2a_4"><img src="http://transitlab.org/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://transitlab.org/2009/easyware-hardware-and-attribution/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Arduino 17 and the EEEPC II</title>
		<link>http://transitlab.org/2009/arduino-and-the-eeepc-ii</link>
		<comments>http://transitlab.org/2009/arduino-and-the-eeepc-ii#comments</comments>
		<pubDate>Tue, 24 Nov 2009 17:08:44 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[electronics]]></category>
		<category><![CDATA[arduino]]></category>

		<guid isPermaLink="false">http://transitlab.org/?p=389</guid>
		<description><![CDATA[Image via Wikipedia I was happy when I got Arduino working on a stock xandros eeepc 701 in this post . However Arduino has moved on, and Xandros has lagged. Running the latest arduino versions (13+) and the eeepc on a stock xandros is not possible due to the fact that the compiler (gcc-avr) is [...]]]></description>
			<content:encoded><![CDATA[	<p id="top" />
<div class="zemanta-img" style="margin: 1em; display: block;">
	<div>
<dl class="wp-caption alignright" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://commons.wikipedia.org/wiki/Image:Gccegg.svg"><img title="GNU Compiler Collection" src="http://upload.wikimedia.org/wikipedia/commons/thumb/a/a9/Gccegg.svg/300px-Gccegg.svg.png" alt="GNU Compiler Collection" width="300" height="354" /></a></dt>
	<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://commons.wikipedia.org/wiki/Image:Gccegg.svg">Wikipedia</a></dd>
 </dl>
</div>
	</div>
	<p>I was happy when I got <a class="zem_slink" title="Arduino" rel="homepage" href="http://www.arduino.cc/">Arduino</a> working on a stock xandros eeepc 701 in this <a href="http://transitlab.org/2008/processing-and-arduino-on-the-eeepc" target="_self">post</a> . However Arduino has moved on, and <a class="zem_slink" title="Xandros" rel="homepage" href="http://www.xandros.com/">Xandros</a> has lagged.</p>
	<p>Running the latest arduino versions (13+) and the eeepc on a stock xandros is not possible due to the fact that the <a class="zem_slink" title="Compiler" rel="wikipedia" href="http://en.wikipedia.org/wiki/Compiler">compiler</a> (gcc-avr) is too old (need 4.32+ to support the avr328) . There is no way I know to upgrade Xandros to the latest version, so I have been looking at other linux installs. I need the new version because otherwise I wont be able to use the atmel 328 based arduino, as it needs the new compiler. However, as this chip has twice as much program memory it is very very useful.</p>
	<p>So this is what I have done to get it all working.</p>
	<p>You should have a Internet connection, a 1Gb usb stick and a bigger card (I am using a 4gb <a class="zem_slink" title="Secure Digital card" rel="wikipedia" href="http://en.wikipedia.org/wiki/Secure_Digital_card">sd card</a>, I will be <a class="zem_slink" title="Booting" rel="wikipedia" href="http://en.wikipedia.org/wiki/Booting">booting</a> my install with arduino 17 off this card)</p>
	<p>1) Download live iso from <a href="http://www.eeebuntu.org/">http://www.eeebuntu.org/</a> (I chose the base version as it is the smallest)</p>
	<p>2) find a Windows or Linux computer and download <a href="http://unetbootin.sourceforge.net/">http://unetbootin.sourceforge.net/</a> (This allows you to make a <a class="zem_slink" title="Live USB" rel="wikipedia" href="http://en.wikipedia.org/wiki/Live_USB">live usb</a> disk)</p>
	<p>3) use <a class="zem_slink" title="UNetbootin" rel="homepage" href="http://unetbootin.sourceforge.net/">unetbootin</a> to copy the live iso to the usb disk (1Gb or bigger)</p>
	<p>4) boot into it by plugging in and after turning on eeepc, hit esc</p>
	<p>5) you will see at least two options, chose the disk that has the <a class="zem_slink" title="Eeebuntu" rel="homepage" href="http://www.eeebuntu.org/">eeebuntu</a> on it</p>
	<p>6) it should boot up and you will see some options</p>
	<p>7) chose install</p>
	<p> <img src='http://transitlab.org/blog/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> it wll ask you some questions and ask where you want linux installed . Chose the the bigger card/usbstick that you have (you could install to the 4gb ssd in the eeepc, but I like to keep it for quick bootup)</p>
	<p>9) once the is finnished you need to install the other dependancies of arduino 17 (this section from <a href="http://www.arduino.cc/playground/Linux/Ubuntu" target="_blank">http://www.arduino.cc/playground/Linux/Ubuntu</a></p>
	<p>use synaptics and install</p>
	<ul>
	<li>librxtx-java (this will bring in the rest of the java development environment that you need as well)</li>
	<li>gcc-avr</li>
	<li>binutils-avr</li>
	<li>avr-libc</li>
	<li>avrdude</li>
	</ul>
	<p>then download arduino 17<br />
unpack and run!</p>
	<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/5985cabc-8d89-4b6b-9469-6dca982f7538/"> <img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=5985cabc-8d89-4b6b-9469-6dca982f7538" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Ftransitlab.org%2F2009%2Farduino-and-the-eeepc-ii&amp;title=Arduino%2017%20and%20the%20EEEPC%20II" id="wpa2a_6"><img src="http://transitlab.org/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://transitlab.org/2009/arduino-and-the-eeepc-ii/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Show &amp; Tell: Gadget DIY session at Thinking Digital- Digital University</title>
		<link>http://transitlab.org/2009/andy-huntington-interaction-and-sound</link>
		<comments>http://transitlab.org/2009/andy-huntington-interaction-and-sound#comments</comments>
		<pubDate>Thu, 14 May 2009 17:13:13 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[conference]]></category>
		<category><![CDATA[#tdc]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[Do it yourself]]></category>

		<guid isPermaLink="false">http://transitlab.org/2009/andy-huntington-interaction-and-sound</guid>
		<description><![CDATA[Andy Huntington Interaction and sound Originally uploaded by sctv On Wednesday the 13Th I attended the Show &#38; Tell: Gadget DIY session at Thinking Digital- Digital University A number of different speakers with compatable relationships to technology (coming from the Maker/Hacker ethic of If you cant understand it, take it to bits, you dont own [...]]]></description>
			<content:encoded><![CDATA[	<p id="top" />
<div style="float: right; margin-left: 10px; margin-bottom: 10px;"><a title="photo sharing" href="http://www.flickr.com/photos/sctv/3530433573/"><img style="border: solid 2px #000000;" src="http://farm3.static.flickr.com/2176/3530433573_a1b4bb3c7f_m.jpg" alt="" /></a><span style="font-size: 0.9em; margin-top: 0px;"><br />
<a href="http://www.flickr.com/photos/sctv/3530433573/">Andy Huntington Interaction and sound</a></span></p>
	<p>Originally uploaded by <a href="http://www.flickr.com/people/sctv/">sctv</a></div>
	<p>On Wednesday the 13Th I attended the Show &amp; Tell: Gadget <a class="zem_slink" title="Do it yourself" rel="wikipedia" href="http://en.wikipedia.org/wiki/Do_it_yourself">DIY</a> session at Thinking Digital- Digital University<br />
A number of different speakers with compatable relationships to technology (coming from the Maker/Hacker ethic of If you cant understand it, take it to bits, you dont own it)</p>
	<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/aa0dfed8-3d66-4854-9ee1-bd3539224016/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=aa0dfed8-3d66-4854-9ee1-bd3539224016" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Ftransitlab.org%2F2009%2Fandy-huntington-interaction-and-sound&amp;title=Show%20%26%23038%3B%20Tell%3A%20Gadget%20DIY%20session%20at%20Thinking%20Digital-%20Digital%20University" id="wpa2a_8"><img src="http://transitlab.org/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://transitlab.org/2009/andy-huntington-interaction-and-sound/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>some notes on Arduino</title>
		<link>http://transitlab.org/2008/195</link>
		<comments>http://transitlab.org/2008/195#comments</comments>
		<pubDate>Sun, 30 Nov 2008 13:43:35 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[#barcampsheff]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[electronic]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[Sensor]]></category>

		<guid isPermaLink="false">http://transitlab.org/?p=195</guid>
		<description><![CDATA[Image by sctv via Flickr Brief notes for my Arduino session at BarcampSheffield. Arduino What is it? microntroller What does it do? interface to other devices (temp sensors, gps, ethernet, i2c motors etc) Why would I want one? for solving problems or making project&#8230;.. some examples robotics using servos and sensors wearable embedded wearable electronics [...]]]></description>
			<content:encoded><![CDATA[	<p id="top" />
<div class="zemanta-img" style="margin: 1em; float: right; display: block;">
	<div>
<dl class="wp-caption" style="width: 250px;">
<dt class="wp-caption-dt"><a href="http://www.flickr.com/photos/84755943@N00/2053073097"><img title="the arduino based GPS tracking pollution sensor" src="http://farm3.static.flickr.com/2236/2053073097_b6ff741e23_m.jpg" alt="the arduino based GPS tracking pollution sensor" /></a></dt>
	<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image by <a href="http://www.flickr.com/photos/84755943@N00/2053073097">sctv</a> via Flickr</dd>
</dl>
</div>
	</div>
	<p>Brief notes for my <a class="zem_slink" title="Arduino" rel="homepage" href="http://www.arduino.cc">Arduino</a> session at BarcampSheffield.</p>
	<p style="margin-bottom: 0in; font-style: normal; line-height: 96%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="center"><span style="color: #000000;"><span><span style="font-size: x-large;">Arduino</span></span></span></p>
	<p style="margin-bottom: 0in; font-style: normal; line-height: 96%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="center">
	<p style="margin-bottom: 0in; font-style: normal; line-height: 96%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="center"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: medium;"><strong>What is it?</strong></span></span></span></p>
	<p style="margin-left: 0.47in; text-indent: -0.35in; margin-bottom: 0.2in; font-style: normal; line-height: 96%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: small;">microntroller</span></span></span></p>
	<p style="margin-bottom: 0in; font-style: normal; line-height: 96%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="center"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: medium;"><strong>What does it do?</strong></span></span></span></p>
	<p style="margin-left: 0.47in; text-indent: -0.35in; margin-bottom: 0.2in; font-style: normal; line-height: 96%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: small;">interface to other devices (temp <a class="zem_slink" title="Sensor" rel="wikipedia" href="http://en.wikipedia.org/wiki/Sensor">sensors</a>, gps, ethernet, i2c motors etc)</span></span></span></p>
	<p style="margin-bottom: 0in; font-style: normal; line-height: 96%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="center"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: medium;"><strong>Why would I want one?</strong></span></span></span></p>
	<p style="margin-left: 0.47in; text-indent: -0.35in; margin-bottom: 0.2in; font-style: normal; line-height: 96%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: small;">for solving problems or making project&#8230;.. some examples</span></span></span></p>
	<p style="margin-left: 0.47in; text-indent: -0.35in; margin-bottom: 0.2in; font-style: normal; line-height: 96%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: small;"><a class="zem_slink" title="Robotics" rel="wikipedia" href="http://en.wikipedia.org/wiki/Robotics">robotics</a></span></span></span></p>
	<p style="margin-left: 0.94in; text-indent: -0.31in; margin-bottom: 0.16in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans Condensed,serif;"><span style="font-size: small;">using servos and sensors</span></span></span></p>
	<p style="margin-left: 0.47in; text-indent: -0.35in; margin-bottom: 0.2in; font-style: normal; line-height: 96%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: small;">wearable</span></span></span></p>
	<p style="margin-left: 0.94in; text-indent: -0.31in; margin-bottom: 0.16in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: small;">embedded wearable <a class="zem_slink" title="Electronics" rel="wikipedia" href="http://en.wikipedia.org/wiki/Electronics">electronics</a> using lillypad</span></span></span></p>
	<p style="margin-bottom: 0.16in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: small;">toyhacking</span></span></span></p>
	<p style="margin-bottom: 0.16in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"> </span></p>
	<p style="margin-bottom: 0in; font-style: normal; line-height: 96%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="center"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: medium;"><strong>Is it hard to use?</strong></span></span></span></p>
	<p style="margin-left: 0.47in; text-indent: -0.35in; margin-bottom: 0.2in; font-style: normal; line-height: 96%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: small;">it has a gentle learning curve and lots of resources online</span></span></span></p>
	<p style="margin-left: 0.47in; text-indent: -0.35in; margin-bottom: 0.2in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: small;">learning by doing</span></span></span></p>
	<p style="margin-bottom: 0in; font-style: normal; line-height: 96%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="center"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: medium;"><strong>Where do I get one?</strong></span></span></span></p>
	<p style="margin-left: 0.47in; text-indent: -0.35in; margin-bottom: 0.2in; font-style: normal; line-height: 96%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: small;">come in a variety of versions from very small (wearable) to large(for controlling RepRap, a rapid prototyper)</span></span></span></p>
	<p style="margin-left: 0.47in; text-indent: -0.35in; margin-bottom: 0.2in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: small;">arduino</span></span></span></p>
	<p style="margin-left: 0.94in; text-indent: -0.31in; margin-bottom: 0.16in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: small;">arduino.cc / tinker.it</span></span></span></p>
	<p style="margin-left: 0.47in; text-indent: -0.35in; margin-bottom: 0.2in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: small;">arduino clones</span></span></span></p>
	<p style="margin-left: 0.94in; text-indent: -0.31in; margin-bottom: 0.16in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: small;">freeduino nuelectronics.com</span></span></span></p>
	<p style="margin-left: 0.94in; text-indent: -0.31in; margin-bottom: 0.16in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: small;">seeduino seed electronics</span></span></span></p>
	<p style="margin-left: 0.47in; text-indent: -0.35in; margin-bottom: 0.2in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: small;">lillypad and arduino pro</span></span></span></p>
	<p style="margin-left: 0.94in; text-indent: -0.31in; margin-bottom: 0.16in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: small;">sparkfun</span></span></span></p>
	<p style="margin-bottom: 0in; font-style: normal; line-height: 96%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="center"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: medium;"><strong>What have you done with it?</strong></span></span></span></p>
	<p style="margin-left: 0.47in; text-indent: -0.35in; margin-bottom: 0.2in; font-style: normal; line-height: 96%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: small;">artwork</span></span></span></p>
	<p style="margin-left: 0.94in; text-indent: -0.31in; margin-bottom: 0.16in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: small;">LightResponsiveDevices <a href="http://transitlab.org/2008/11/15/light-responsive-objects-using-arduino/">http://transitlab.org/2008/11/15/light-responsive-objects-using-arduino/</a></span></span></span></p>
	<p style="margin-left: 0.94in; text-indent: -0.31in; margin-bottom: 0.16in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left">
	<p style="margin-left: 0.47in; text-indent: -0.35in; margin-bottom: 0.2in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: small;">sound </span></span></span></p>
	<p style="margin-left: 0.94in; text-indent: -0.31in; margin-bottom: 0.16in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: small;">Auduino &#8211; granulator using code from http://code.google.com/p/tinkerit/wiki/Auduino</span></span></span></p>
	<p style="margin-left: 0.47in; text-indent: -0.35in; margin-bottom: 0.2in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: small;">others</span></span></span></p>
	<p style="margin-left: 0.94in; text-indent: -0.31in; margin-bottom: 0.16in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: small;">webserver that posts environmental data or energy consumption</span></span></span></p>
	<p style="margin-left: 0.94in; text-indent: -0.31in; margin-bottom: 0.16in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: small;"><a href="http://www.pachube.com/users/ni/feeds">http://www.pachube.com/users/ni/feeds</a></span></span></span></p>
	<p style="margin-left: 0.94in; text-indent: -0.31in; margin-bottom: 0.16in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: small;">wiimote controlled RGB led</span></span></span></p>
	<p style="margin-left: 0.94in; text-indent: -0.31in; margin-bottom: 0.16in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans,sans-serif;"><span style="font-size: small;"><a href="http://www.coldclimate.co.uk/2008/04/28/wiimote-arduino-ibook-leds-yay/">http://www.coldclimate.co.uk/2008/04/28/wiimote-arduino-ibook-leds-yay/</a></span></span></span></p>
	<p style="margin-left: 0.94in; text-indent: -0.31in; margin-bottom: 0.16in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left">
	<p style="margin-left: 0.47in; text-indent: -0.35in; margin-bottom: 0.2in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left">
	<p style="margin-bottom: 0in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="center"><span style="color: #000000;"><span style="font-family: DejaVu Sans Condensed,serif;"><span style="font-size: medium;"><strong>Learning Resources </strong></span></span></span></p>
	<p style="margin-left: 0.47in; text-indent: -0.35in; margin-bottom: 0.2in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans Condensed,serif;"><span style="font-size: small;">Arduino</span></span></span></p>
	<p style="margin-left: 0.94in; text-indent: -0.31in; margin-bottom: 0.16in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans Condensed,serif;"><span style="font-size: small;"><a href="http://www.arduino.cc/">http://www.arduino.cc/</a></span></span></span></p>
	<p style="margin-left: 0.47in; text-indent: -0.35in; margin-bottom: 0.2in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans Condensed,serif;"><span style="font-size: small;">Freeduino Database</span></span></span></p>
	<p style="margin-left: 0.94in; text-indent: -0.31in; margin-bottom: 0.16in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans Condensed,serif;"><span style="font-size: small;"><a href="http://www.freeduino.org/">http://www.freeduino.org/</a></span></span></span></p>
	<p style="margin-left: 0.47in; text-indent: -0.35in; margin-bottom: 0.2in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans Condensed,serif;"><span style="font-size: small;">ITP physical computing</span></span></span></p>
	<p style="margin-left: 0.94in; text-indent: -0.31in; margin-bottom: 0.16in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans Condensed,serif;"><span style="font-size: small;"><a href="http://itpa.nyu.edu/physcomp/Main/HomePage">http://itpa.nyu.edu/physcomp/Main/HomePage</a></span></span></span></p>
	<p style="margin-left: 0.47in; text-indent: -0.35in; margin-bottom: 0.2in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans Condensed,serif;"><span style="font-size: small;">LadyAda</span></span></span></p>
	<p style="margin-left: 0.94in; text-indent: -0.31in; margin-bottom: 0.16in; font-style: normal; line-height: 95%; widows: 0; orphans: 0; text-decoration: none;" lang="en-US" align="left"><span style="color: #000000;"><span style="font-family: DejaVu Sans Condensed,serif;"><span style="font-size: small;"><a href="http://www.ladyada.net/learn/arduino/index.html">http://www.ladyada.net/learn/arduino/index.html</a></span></span></span></p>
	<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
	<ul class="zemanta-article-ul">
	<li class="zemanta-article-ul-li"><a href="http://www.stylewalker.net/2008/11/26/what-you-can-do-with-arduino/">What you can do with Arduino</a></li>
	<li class="zemanta-article-ul-li"><a href="http://www.crunchgear.com/2008/12/03/open-source-gadgetry-for-one-and-all/">Open source gadgetry for one and all</a></li>
	</ul>
	<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/efa39656-379c-418b-b761-eadc84c7bb31/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=efa39656-379c-418b-b761-eadc84c7bb31" alt="Reblog this post [with Zemanta]" /></a></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Ftransitlab.org%2F2008%2F195&amp;title=some%20notes%20on%20Arduino" id="wpa2a_10"><img src="http://transitlab.org/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://transitlab.org/2008/195/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>light-responsive objects using arduino</title>
		<link>http://transitlab.org/2008/light-responsive-objects-using-arduino</link>
		<comments>http://transitlab.org/2008/light-responsive-objects-using-arduino#comments</comments>
		<pubDate>Sat, 15 Nov 2008 16:27:14 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[BlinkM]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[Newcastle University]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rgb]]></category>
		<category><![CDATA[Universal Serial Bus]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://transitlab.org/?p=180</guid>
		<description><![CDATA[Finished trialling my light-responsive objects that I developed at the AA2A placement and the ISIS Arts mini-residency. My motivation was to make a work that encoded knowledge of natural systems, to create a gentle empathy in the viewer. Over time these devices have transformed themselves in my eyes into pets, or dependant creatures. Although simple, [...]]]></description>
			<content:encoded><![CDATA[	<p id="top" /><a class="flickr-image" title="installation close up" href="http://www.flickr.com/photos/84755943@N00/3030999583/"><img class="alignleft" style="margin: 10px 5px;" src="http://farm4.static.flickr.com/3285/3030999583_6c6a6136c9_m.jpg" alt="installation close up" width="240" height="180" /></a></p>
	<p>Finished trialling my light-responsive objects that I developed  at the <a href="http://www.aa2a.org/artists/brian_degger">AA2A</a> placement and the <a title="ISIS Arts" href="http://www.isisarts.org.uk/" target="_blank">ISIS Arts</a> mini-residency. My motivation was to make a work that encoded knowledge of natural systems, to create a gentle empathy in the viewer. Over time these devices have transformed themselves in my eyes into pets, or dependant creatures. Although simple, they are evocative,  they have metaphorical attachment  points for anthropomorphism.Some of the verbal reactions to the work are that they are &#8220;sweet&#8221;, &#8220;cute&#8221;, &#8220;life-like&#8221;.  So as well as a model system to learn about interaction, they are also a site of inquiry into human relationships with machines.<br />
<span id="more-180"></span> Approximately thirty people came to the work during &#8216;Feeding Times&#8221; in tic space at the Fine Arts School of <a class="zem_slink" title="Newcastle University" rel="homepage" href="http://www.ncl.ac.uk/">Newcastle University</a>. This was part of Connecting Principle2008 event. As the theme was Dialogue, it was apt that this gave me the opportunity to discuss the work, its future directions and get feedback from an diverse audience.<br />
<a class="flickr-image" title="orbs" href="http://www.flickr.com/photos/84755943@N00/3031011475/"><img class="alignright" src="http://farm4.static.flickr.com/3165/3031011475_f29404daab_m.jpg" alt="orbs" width="180" height="240" /></a><br />
The work is a series of light producing and responsive devices. By having more than one, a <a class="zem_slink" title="Feedback" rel="wikipedia" href="http://en.wikipedia.org/wiki/Feedback">feedback loop</a> comes into being (emerges?), where the movement of one causes changes in the local light environment that produces a movement in the other, ad infinitum&#8230;&#8230;</p>
	<p>In this first installation, the 3 arduino devices share power through a mains powered usb hub and it is apparent that there are fluctuations in the power supply. This could be removed by  separate power supplies, but this would remove some of the glitchyness and perhaps the idiosyncrasies that make this work appealing.</p>
	<p>video <a href="http://vimeo.com/2573578">LightResponsiveDevice</a></p>
	<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/49c0dccd-3bad-45e6-ba94-74cceb6d55e6/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=49c0dccd-3bad-45e6-ba94-74cceb6d55e6" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Ftransitlab.org%2F2008%2Flight-responsive-objects-using-arduino&amp;title=light-responsive%20objects%20using%20arduino" id="wpa2a_12"><img src="http://transitlab.org/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://transitlab.org/2008/light-responsive-objects-using-arduino/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>processing as a quick video capture program on OSX</title>
		<link>http://transitlab.org/2008/processing-as-a-quick-video-capture-program-on-osx</link>
		<comments>http://transitlab.org/2008/processing-as-a-quick-video-capture-program-on-osx#comments</comments>
		<pubDate>Thu, 18 Sep 2008 10:59:14 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[electronics]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[simplemovies]]></category>

		<guid isPermaLink="false">http://transitlab.org/?p=149</guid>
		<description><![CDATA[Processing.org has a nice video capture library that is suitable for quick videos for documentation, I am using it to capture some arduino experiments with the external isight camera call and response code follows&#8230;. //import processing.video.*; MovieMaker mm; //the moviemaker container Capture myCapture; //your webcam, isight void setup() { size(320, 240); myCapture = new Capture(this, [...]]]></description>
			<content:encoded><![CDATA[	<p id="top" />Processing.org has a nice video capture library that is suitable for quick videos for documentation, I am using it to capture some arduino experiments with the external isight camera<a href="http://blog.transitlab.org/wp-content/uploads/2008/09/callandresponse.mov"></a></p>
	<p><a href="http://blog.transitlab.org/wp-content/uploads/2008/09/callandresponse.mov">call and response</a></p>
	<p>code follows&#8230;.</p>
	<p><span id="more-149"></span></p>
	<blockquote><p>//import processing.video.*;</p>
	<p>MovieMaker mm; //the moviemaker container<br />
Capture myCapture; //your webcam, isight</p>
	<p>void setup() {<br />
size(320, 240);</p>
	<p>myCapture = new Capture(this, width,height);<br />
//myCapture.settings(); uncomment this if you want to select the video source<br />
mm = new MovieMaker(this, width, height, &#8220;callandresponse2.mov&#8221;,30,MovieMaker.H263, MovieMaker.HIGH); // Save compressed, at 30 frames per second, h263, high quality</p>
	<p>}</p>
	<p>void captureEvent(Capture myCapture) {<br />
myCapture.read();<br />
}</p>
	<p>void draw() {<br />
image(myCapture,0,0);<br />
// Add window&#8217;s pixels to movie<br />
mm.addFrame();<br />
}</p>
	<p>void keyPressed() {<br />
if (key == &#8216; &#8216;) {<br />
// Finish the movie if space bar is pressed<br />
mm.finish();<br />
// Quit running the sketch once the file is written<br />
exit();<br />
}<br />
}</p></blockquote>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Ftransitlab.org%2F2008%2Fprocessing-as-a-quick-video-capture-program-on-osx&amp;title=processing%20as%20a%20quick%20video%20capture%20program%20on%20OSX" id="wpa2a_14"><img src="http://transitlab.org/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://transitlab.org/2008/processing-as-a-quick-video-capture-program-on-osx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blog.transitlab.org/wp-content/uploads/2008/09/callandresponse.mov" length="1193291" type="video/quicktime" />
		</item>
		<item>
		<title>Bengt Sjolen @ Inter_Multi_Trans_Actions</title>
		<link>http://transitlab.org/2008/bengt-sjolen</link>
		<comments>http://transitlab.org/2008/bengt-sjolen#comments</comments>
		<pubDate>Sat, 05 Jul 2008 11:18:57 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[conference]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[Belsay Hall]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Printed circuit board]]></category>
		<category><![CDATA[Stockholm]]></category>

		<guid isPermaLink="false">http://transitlab.org/?p=53</guid>
		<description><![CDATA[As part of Inter_Multi_Trans_Actions First up was Bengt Sjolen(Stockholm)(http://www.automata.se/people/bengt/). He talked about a number of his works including one utilizing a servo-controlled citroen rearvision mirrors (Picture house at Belsay Hall, Northumberland) that used reflection to make a pixelated picture. An elegant piece was the wifi camera – a single pixel camera that builds up images [...]]]></description>
			<content:encoded><![CDATA[	<p id="top" />As part of <a href="http://www2.napier.ac.uk/inter%5Fmulti%5Ftrans%5Factions/" target="_blank">Inter_Multi_Trans_Actions</a></p>
	<p>First up was Bengt Sjolen(Stockholm)(<a title="automata" href="http://www.automata.se/people/bengt/" target="_blank">http://www.automata.se/people/bengt/</a>). He talked about a number of his works including one utilizing a servo-controlled citroen rearvision mirrors (Picture house at Belsay Hall, Northumberland) that used reflection to make a pixelated picture.<br />
An elegant piece was the wifi camera – a single pixel camera that builds up images over a 20 min period of the local wifi environment.<br />
The elephant phone connecting two distant elephant house, allowing the elephants to talk to each other.<br />
One of the take home messages was that time is not money, money is time. So the few months he is working on other people projects buys him the time to make his own(http://www.automata.se/).<br />
He placed an emphasis on peer production networks, in that the network became the artist. This network is sited at Teenageengineering(http://www.teenageengineering.com/), where Bengt and a number of others run their commercial operations(eg http://www.elektron.se).</p>
	<p>This is full of useful tech like cnc machine and laser cutters etc. Not coming from a design or manufacturing background I found his brief description of small scale fabrication of circuitboards interesting eg the cnc machine can be used to cut circuit boards, place solder paste and pick and place components, then into the oven.</p>
	<p>One of the questions that was directed at Bengt was why if there was software that was off the shelf that could drive his cnc machine, why he chose to code in python.<br />
This gets to the heart of being a tooluser vs a tool maker.<br />
A generic software needs to be generalised, and is often not open to modification. A bespoke software can be built to do what its maker wants.<br />
Bengt mentioned that the process of making the tool slowed him down and thus errors werent made later in the process but as part of the development of the tool. This slight slowdown was preferable to an error at the production level.</p>
	<p>This also brings into the debate, should new media artists know how to code? Are the simplified tools that are being provided to us (ie Arduino, Processing) a help or hindrance?<br />
Are we asking for it to be too easy, and losing some of the nuances? This issue came up at the SketchingInteractions and SpacePlacePace events at Culturelab in the previous week.<br />
My take is that the opensource tools arduino and processing allow a gentler introduction to the complexities of microcontrollers and programming than a full blown avr programming suite. At this stage I am not likely to do a 4 year engineering course.</p>
	<p>
</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Ftransitlab.org%2F2008%2Fbengt-sjolen&amp;title=Bengt%20Sjolen%20%40%20Inter_Multi_Trans_Actions" id="wpa2a_16"><img src="http://transitlab.org/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://transitlab.org/2008/bengt-sjolen/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mashed08</title>
		<link>http://transitlab.org/2008/mashed08</link>
		<comments>http://transitlab.org/2008/mashed08#comments</comments>
		<pubDate>Fri, 27 Jun 2008 16:45:10 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[electronics]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[Alexandra Palace]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[arduino processing hack led]]></category>
		<category><![CDATA[fireagle]]></category>
		<category><![CDATA[fireeagle]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[mashed08]]></category>
		<category><![CDATA[processing]]></category>

		<guid isPermaLink="false">http://transitlab.org/?p=51</guid>
		<description><![CDATA[Image via Wikipedia I was at Mashed08 in Alexandra Palace . There is a good mix of hardware and software hackers, but I like the hardware ones best. It&#8217;s a bit like working with children ands animals. It should not be done in 24hrs unless you are really experienced. I spent too much time on [...]]]></description>
			<content:encoded><![CDATA[	<p id="top" />
<div class="zemanta-img" style="margin: 1em; float: right; display: block;"><a href="http://en.wikipedia.org/wiki/Image:Arduino_Diecimila.jpg"><img style="border: medium none; display: block;" src="http://upload.wikimedia.org/wikipedia/en/thumb/1/17/Arduino_Diecimila.jpg/202px-Arduino_Diecimila.jpg" alt="Un Arduino Diecimila" /> </a></p>
	<p class="zemanta-img-attribution">Image via <a href="http://en.wikipedia.org/wiki/Image:Arduino_Diecimila.jpg" target="_blank">Wikipedia</a></p>
	</div>
	<p>I was at Mashed08 in <a class="zem_slink" title="Alexandra Palace" rel="geolocation" href="http://maps.google.com/maps?ll=51.5938888889,-0.13&amp;spn=0.01,0.01&amp;q=51.5938888889,-0.13&amp;t=h" title="Alexandra Palace" class="zem_slink">Alexandra Palace</a> .  There is a good mix of hardware and software  hackers, but I like the hardware ones best. It&#8217;s a bit like working with children ands animals. It should not be done in 24hrs unless you are really experienced.  I spent too much time on a prototype when i should have spent time on the sketch, A learning experience, but I did dip into using python to talk to <a class="zem_slink" title="Arduino" rel="homepage" href="http://www.arduino.cc" title="Arduino" class="zem_slink">Arduino</a> , and that was a valuable lesson.</p>
	<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/c88ad73d-4ccc-436b-90be-c8d344858a94/" title="Zemified by Zemanta" class="zemanta-pixie-a"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_a.png?x-id=c88ad73d-4ccc-436b-90be-c8d344858a94" alt="Zemanta Pixie" /> </a></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Ftransitlab.org%2F2008%2Fmashed08&amp;title=Mashed08" id="wpa2a_18"><img src="http://transitlab.org/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://transitlab.org/2008/mashed08/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

