<?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>A world in dk(decay/denmark) &#187; peripheral awareness</title>
	<atom:link href="http://rotand.dk/blog/tag/peripheral-awareness/feed/" rel="self" type="application/rss+xml" />
	<link>http://rotand.dk/blog</link>
	<description>Just another pointless weblog</description>
	<lastBuildDate>Sat, 27 Jun 2009 19:17:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Arduino ambient dashboard</title>
		<link>http://rotand.dk/blog/2007/11/10/arduino-ambient-dashboard/</link>
		<comments>http://rotand.dk/blog/2007/11/10/arduino-ambient-dashboard/#comments</comments>
		<pubDate>Sat, 10 Nov 2007 16:57:16 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[analog meters]]></category>
		<category><![CDATA[bandwidth usage]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[peripheral awareness]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[pwm]]></category>
		<category><![CDATA[serialport]]></category>
		<category><![CDATA[ttyUSB]]></category>

		<guid isPermaLink="false">http://rotand.dk/blog/2007/11/10/arduino-ambient-dashboard/</guid>
		<description><![CDATA[Yesterday I finally got the Arduino, I ordered from Segor Electronics. Which by the way had a good service and packed it securely.
I had a plan to create a Ambient dashboard, that is to have some analog meters that would convey some digital information. In an non obtrusive way, i think it has a very [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I finally got the <a href="http://www.arduino.cc/en/Main/ArduinoBoardDiecimila">Arduino</a>, I ordered from <a href="http://www.segor.de/">Segor Electronics</a>. Which by the way had a good service and packed it securely.</p>
<p>I had a plan to create a Ambient dashboard, that is to have some analog meters that would convey some digital information. In an non obtrusive way, i think it has a very fine name, peripheral awareness.</p>
<p>I found it easy to code the arduino and to work with, so far that is. Using ubuntu I for some peculiar reason had to uninstall braille support, as it automatically recognizes it a braille device.</p>
<p>In order to communicate with the arduino it uses a usb serial connection, that is its connected to the usb port, but it behaves like a serialport. The simple way to send data to the arduino is setting up stty and then you can do stuff from bash like  echo &#8220;data&#8221; &gt;/dev/ttyUSB0 and voila it receives the data.</p>
<p><a title="dashboard1" href="http://www.rotand.dk/blog/wp-content/dashboard1.jpg"><img src="http://www.rotand.dk/blog/wp-content/dashboard1-150x150.jpg" alt="dashboard1" /></a> <a title="dashboard2" href="http://www.rotand.dk/blog/wp-content/dashboard2.jpg"><img src="http://www.rotand.dk/blog/wp-content/dashboard2-150x150.jpg" alt="dashboard2" /></a></p>
<p>Here is the prototype setup in all is lousy light condition for mobile cam glory.</p>
<p>There are 5 different meters and they all use PWM, without any capicitors or filters, and it just works, most of the time. Its coded so that when its send a string like 23#34#23#34#34 terminated by a newline, it adjust the displays to the values.(0-254).</p>
<p>Now the next part is to make some kind of script to read relevant information and pass it along to the dashboard, since i use linux some information is available trough acpi as virtual files. But the hunt for easy accessible and relevant data has started, i would really like to display bandwidth usage but so far i haven&#8217;t had any luck figuring out where it resides.</p>
]]></content:encoded>
			<wfw:commentRss>http://rotand.dk/blog/2007/11/10/arduino-ambient-dashboard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
