<?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; eeepc</title>
	<atom:link href="http://transitlab.org/tags/eeepc/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>EEEpc and the removable media</title>
		<link>http://transitlab.org/2008/eeepc-and-the-removable-media</link>
		<comments>http://transitlab.org/2008/eeepc-and-the-removable-media#comments</comments>
		<pubDate>Thu, 18 Sep 2008 10:21:38 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[eeepc]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[permission]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[removable]]></category>
		<category><![CDATA[sdcard]]></category>

		<guid isPermaLink="false">http://transitlab.org/?p=146</guid>
		<description><![CDATA[I have a reoccurring trouble with the removable media,  sometimes it says that I don&#8217;t have permission to write to the internal card reader or anything removable. The problem is that the /media/ directory has disappeared, you need to go into the comand line/terminal and recreate the directory sudo mkdir /media/ should work if you [...]]]></description>
			<content:encoded><![CDATA[<p id="top" />I have a reoccurring trouble with the removable media,  sometimes it says that I don&#8217;t have permission to write to the internal card reader or anything removable. The problem is that the /media/ directory has disappeared, you need to go into the comand line/terminal and recreate the directory

sudo mkdir /media/

should work if you are in the top directory.

I also had a problem where the shortcut to the internal media was corrupted and was showing an old state. To get rid of this, take out the card, and delete the shortcut, it will get recreated when you put the card back.<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Ftransitlab.org%2F2008%2Feeepc-and-the-removable-media&amp;title=EEEpc%20and%20the%20removable%20media" 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/2008/eeepc-and-the-removable-media/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RGB light emiting diodes</title>
		<link>http://transitlab.org/2008/rgb-light-emiting-diodes</link>
		<comments>http://transitlab.org/2008/rgb-light-emiting-diodes#comments</comments>
		<pubDate>Thu, 05 Jun 2008 23:25:25 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[eeepc]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[Accessories]]></category>
		<category><![CDATA[Electronics and Electrical]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[Light-emitting diode]]></category>
		<category><![CDATA[Pulse-width modulation]]></category>
		<category><![CDATA[PWM]]></category>

		<guid isPermaLink="false">http://transitlab.org/?p=46</guid>
		<description><![CDATA[Why play with RGB LEDs the hard way?]]></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:RGB-combinations.png"><img style="border: medium none; display: block;" src="http://upload.wikimedia.org/wikipedia/en/thumb/a/a7/RGB-combinations.png/202px-RGB-combinations.png" alt="A series of color patches with thier respective relative RGB intensities" /> </a></p>
	<p class="zemanta-img-attribution">Image via <a href="http://en.wikipedia.org/wiki/Image:RGB-combinations.png" target="_blank">Wikipedia</a></p>
	</div>
	<p>Along with coldclimate and his <a title="oli's wiimote rgb" href="http://www.coldclimate.co.uk/2008/04/28/wiimote-arduino-ibook-leds-yay/" target="_blank" title="oli's wiimote rgb">wiimote controlled rgb led</a> ,  I am looking at ways of playing with <a class="zem_slink" title="RGB color model" rel="wikipedia" href="http://en.wikipedia.org/wiki/RGB_color_model" title="RGB color model" class="zem_slink">RGB</a> leds. Having found some damn cheap ones from rapid electronics, I am playing with the separate control of the mix of red, green and blue colors. <span id="more-46"></span> It would be easy to get some blinkMs, and they are damn cool. I need to use three output pins for each led, and the <a class="zem_slink" title="Pulse-width modulation" rel="wikipedia" href="http://en.wikipedia.org/wiki/Pulse-width_modulation" title="Pulse-width modulation" class="zem_slink">PWM</a> at that, blinkM&#8217;s use one <a class="zem_slink" title="Pin (device)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Pin_%28device%29" title="Pin (device)" class="zem_slink">pin</a> , and that&#8217;s any one.</p>
	<p>So what&#8217;s the point? Learning about what tricks can be used to control multiple <a class="zem_slink" title="Light-emitting diode" rel="wikipedia" href="http://en.wikipedia.org/wiki/Light-emitting_diode" title="Light-emitting diode" class="zem_slink">LEDs</a> , by using <a class="zem_slink" title="Multiplexer" rel="wikipedia" href="http://en.wikipedia.org/wiki/Multiplexer" title="Multiplexer" class="zem_slink">multiplexers</a> etc. It&#8217;s a learning thing. Its just the start, obvously. To construct the things I want to make, I need to <a class="zem_slink" title="Learning" rel="wikipedia" href="http://en.wikipedia.org/wiki/Learning" title="Learning" class="zem_slink">learn</a> a fair bit about electronics. This is the fun bit.</p>
	<p><fieldset class="zemanta-related"><legend>Related articles</legend></p>
	<ul class="zemanta-article-ul">
	<li class="zemanta-article-ul-li"><a title="Open in new window" href="http://blog.makezine.com/archive/2008/06/blinkmsmart_led_now_in_th.html?CMP=OTC-0D6B48984890" title="Open in new window">BlinkM-Smart LED now in the Maker Shed</a> [via Zemanta]</li>
	</ul>
	<p></fieldset></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/6bbf74f0-c647-41d8-965e-3873bf1900bf/" 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=6bbf74f0-c647-41d8-965e-3873bf1900bf" alt="Zemanta Pixie" /> </a></div>
]]></content:encoded>
			<wfw:commentRss>http://transitlab.org/2008/rgb-light-emiting-diodes/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>syntax highlighting of arduino code in jedit</title>
		<link>http://transitlab.org/2008/syntax-highlighting-of-arduino-code-in-jedit</link>
		<comments>http://transitlab.org/2008/syntax-highlighting-of-arduino-code-in-jedit#comments</comments>
		<pubDate>Thu, 05 Jun 2008 19:52:51 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[eeepc]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[jedit]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[rgb]]></category>
		<category><![CDATA[syntax  highlighting]]></category>

		<guid isPermaLink="false">http://transitlab.org/?p=45</guid>
		<description><![CDATA[Image via Wikipedia My eeepc has a small screen which some programs don&#8217;t handle well. The arduino programming environment (the same as processing) doesn&#8217;t always handle it very well (like having the scroll bar disappear occasionally). However, it is possible to use an external editor. Personally, I like jedit and its code highlighting. Problem is [...]]]></description>
			<content:encoded><![CDATA[<p id="top" /><div class="zemanta-img" style="margin: 1em; float: right; display: block;"><a href="http://commons.wikipedia.org/wiki/Image:JEdit.png"><img style="border: medium none ; display: block;" src="http://upload.wikimedia.org/wikipedia/commons/2/27/JEdit.png" alt="jEdit" /> </a>
<p class="zemanta-img-attribution">Image via <a href="http://commons.wikipedia.org/wiki/Image:JEdit.png" target="_blank">Wikipedia</a></p>

</div>
My eeepc has a small screen which some programs don&#8217;t handle well. The arduino programming environment (the same as processing) doesn&#8217;t always handle it very well (like having the scroll bar disappear occasionally). However, it is possible to use an external editor. Personally, I like jedit and its code highlighting. Problem is that it dosen&#8217;t recognise the extension *.pde as a c-like style.

<span id="more-45"></span>

<strong>Before</strong>

<a class="flickr-image" title="no code highlighting jedit" href="http://www.flickr.com/photos/84755943@N00/2553781791/" title="no code highlighting jedit" class="flickr-image"><img src="http://farm4.static.flickr.com/3119/2553781791_47af2e9b72.jpg" alt="no code highlighting jedit" /> </a>

<strong>After</strong>

<a class="flickr-image" title="code highlighting" href="http://www.flickr.com/photos/84755943@N00/2553778011/" title="code highlighting" class="flickr-image"><img src="http://farm4.static.flickr.com/3086/2553778011_76da9ec3c3.jpg" alt="code highlighting" /> </a>

It&#8217;s easy to fix, go into /jedit/modes/catalog file and change the c entry to the following

&lt;MODE NAME=&quot;c&quot; FILE=&quot;c.xml&quot;
FILE_NAME_GLOB=&quot;*{.c,pde}&quot; /&gt;

Now I get code highlighting, so it&#8217;s off to do some more playing with RGB leds and Arduino.

<a class="flickr-image" title="glowing pingpong ball cropped" href="http://www.flickr.com/photos/84755943@N00/2554506682/" title="glowing pingpong ball cropped" class="flickr-image">
</a>

<a class="flickr-image" title="MVI_0020" href="http://www.flickr.com/photos/84755943@N00/2548150021/" title="MVI_0020" class="flickr-image">
</a>
<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/c3b518c9-4621-4d61-901d-e16f37d1dc18/" 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_b.png?x-id=c3b518c9-4621-4d61-901d-e16f37d1dc18" 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%2Fsyntax-highlighting-of-arduino-code-in-jedit&amp;title=syntax%20highlighting%20of%20arduino%20code%20in%20jedit" 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/2008/syntax-highlighting-of-arduino-code-in-jedit/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Processing and Arduino on the eeePC</title>
		<link>http://transitlab.org/2008/processing-and-arduino-on-the-eeepc</link>
		<comments>http://transitlab.org/2008/processing-and-arduino-on-the-eeepc#comments</comments>
		<pubDate>Sat, 08 Mar 2008 16:15:37 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[eeepc]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[ASUS Eee PC]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[kingbright]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[Light-emitting diode]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[Subnotebook]]></category>

		<guid isPermaLink="false">http://transitlab.org/?p=21</guid>
		<description><![CDATA[New post for Arduino 0017 here &#8211;&#62; http://transitlab.org/2009/arduino-and-the-eeepc-ii I recently bought an asus eeepc subnotebooks( 4G ssd, 512ram, portable celeron) for a portable blogging computer. I never expected to install processing.org or arduino even though I use them on another computer. However, the people down at the eeepc wiki have posted a method of installing [...]]]></description>
			<content:encoded><![CDATA[	<p id="top" /><strong>New post for Arduino 0017  here &#8211;&gt;  http://transitlab.org/2009/arduino-and-the-eeepc-ii</strong><br />
<a title="arduino" href="http://www.flickr.com/photos/84755943@N00/2314251047/"><img src="http://farm3.static.flickr.com/2053/2314251047_cd38abdf26_t.jpg" alt="arduino" /> </a> <a title="the setup" href="http://www.flickr.com/photos/84755943@N00/2314253199/"><img src="http://farm4.static.flickr.com/3080/2314253199_b322bb2141_t.jpg" alt="the setup" /> </a></p>
	<p>I recently bought an asus <span id="st" class="st">eeepc</span> subnotebooks( 4G ssd, 512ram, portable celeron) for a portable blogging computer.  I never expected to install processing.org or arduino even though I use them on another computer. However, the people down at the eeepc wiki have posted a method of installing both<a title="here" href="http://forum.eeeuser.com/viewtopic.php?id=12994" target="_blank">(here)</a> . I have installed arduino and processing(<a title="arduino on eeepc" href="http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1197051207" target="_blank">instructions</a> ) on it. So now I have an ultraportable kit to play with arduino and processing! &gt;&gt; 2kg! Its not a fast system for processing, but adequate for trying out patchs, and fine for communicating with arduino.</p>
	<p>Cool.</p>
	<p>Now I am working with the kingbright chameleon rgb led modules(available at Maplin and <a href="http://www.rapidonline.com/Electronic-Components/Optoelectronics/Surface-Mount-LEDs/Full-colour-6-pin-LED-ndash-Chameleon/71502/kw/chameleon">Rapid</a> ), getting arduino to handle the physical interface of controlling the 3 leds(on/off done) and processing.org the mix of colors from an onscreen interface(in the process).</p>
	<p>To do this I have used the example code from fading and blink, and merged the different ideas.</p>
	<p>I hae also been getting to know led modules, their orientation, the value of the resister needed for each. (ie the Blue operates at a higher voltage than the Red led, needing different resister values).</p>
	<p>This is primarily because LEDs do not provide a resistance to current, if the voltage is above the operating voltage of the led, then the led will suck more and more current until it burns out. Thats the reason to put in the resister, it controls the current (usually 20milliamps up to a max of 50milliamps)(some links can be found at http://del.icio.us/sctv search for led.</p>
	<p>Will post the code as it gets more mature, for now I am verry happy to have this nice little development package for arduino and processing.</p>
	<p>New post for Arduino 0017  here &#8211;&gt; <a href="http://transitlab.org/2009/arduino-and-the-eeepc-ii"> http://transitlab.org/2009/arduino-and-the-eeepc-ii</a></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/94c964e3-b149-4666-b90b-9b87e92db3a4/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=94c964e3-b149-4666-b90b-9b87e92db3a4" 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%2F2008%2Fprocessing-and-arduino-on-the-eeepc&amp;title=Processing%20and%20Arduino%20on%20the%20eeePC" 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/2008/processing-and-arduino-on-the-eeepc/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

