<?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>Geir Andersen - Rough edges &#187; Computer</title>
	<atom:link href="http://www.geirandersen.com/category/computer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geirandersen.com</link>
	<description></description>
	<lastBuildDate>Sun, 06 Jun 2010 18:14:52 +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 arrived and other stuff</title>
		<link>http://www.geirandersen.com/2010/02/arduino-arrived-and-other-stuff/</link>
		<comments>http://www.geirandersen.com/2010/02/arduino-arrived-and-other-stuff/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 17:15:53 +0000</pubDate>
		<dc:creator>Geir Andersen</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Hobby]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Make]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.geirandersen.com/?p=177</guid>
		<description><![CDATA[As I wrote earlier, I ordered and Arduino Duemanilove and a Protoshield from eBay. Early this week it arrived and I was thrilled to get my hands on it. I haven&#8217;t had much chance to play with it yet, as we&#8217;ve had an immense snowstorm here. It&#8217;s been snowing for at least 4 days straight [...]]]></description>
			<content:encoded><![CDATA[<p>As I wrote earlier, I ordered and Arduino Duemanilove and a Protoshield from eBay. Early this week it arrived and I was thrilled to get my hands on it. I haven&#8217;t had much chance to play with it yet, as we&#8217;ve had an immense snowstorm here. It&#8217;s been snowing for at least 4 days straight now, and that ammounts to over 4 feet of snow during those days alone. My back&#8217;s out and more snow is coming down. I don&#8217;t have much components lying around, as I forgot to order them and there&#8217;s no way I can drive to get some. I have some stuff I want to try but for now they&#8217;ll have to wait.<span id="more-177"></span></p>
<p>
<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-2350892913627659";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text";
google_ad_channel = "";
google_color_border = "CCCCCC";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- End Google Adsense code -->
</p>
<p>I made this one thing (sort of) following the steps found here: <a title="Aaron Alai's EMF Detector" href="http://www.aaronalai.com/emf-detector" target="_blank">Aaron Alai&#8217;s EMF Detector</a>. As I didn&#8217;t happen to have the right resistor lying around (and didn&#8217;t want to scrounge through my parts) it only sort of works. I guess I could tweak the code and such, but I&#8217;m still just starting to learn this Arduino it&#8217;s still sketchy at best.</p>
<p>Robotics has been a passion ever since I first found BEAM bots (made by Mark Tilden). I&#8217;ve made a few different ones, but never had the frame of mind to photograph them. Living in Norway, having no RadioShack or even something similar&#8230;Scrounging from older projects is the way of life. I have to order parts (which is normal) but they take forever to get here and they&#8217;re NOT CHEAP. Even the simplest little beam bot takes parts that equal +/- $50!</p>
<p>I bought the Arduino Duemanilove and the Protoshield from eBay, at a total cost of about $27, including shipping to Norway. That&#8217;s pretty cheap in my opinion. When it came time to use the Arduino the first time, that was as simple as can be. I downloaded the latest software from <a title="Arduino - HomePage" href="http://www.arduino.cc" target="_blank">Arduino website</a>, and installed it. Running Windows 7 there&#8217;s a feature that installs all (ok, most) drivers automatically. I read the guide and prepared to install the drivers. When I plugged in the Arduino the first time, the computer thought about it for a few seconds and then it was all ready to go. I didn&#8217;t have to do anything. It told me it had assigned the Arduino to com4 and upon selecting com4 and the correct board in Arduino IDE, I was ready to upload.</p>
<p>If you like tinkering with microprocessors but you feel it&#8217;s costly and too complicated.. Buy this thing! I used to play with PIC micros and tried to use the ASM language, but felt it was too hard. I&#8217;m a trained computer technician and I&#8217;ve been a software programmer and web programmer, but this was too much to get a simple little micro to work. This thing uses what looks very much like C/C++ and it&#8217;s filled with great possibilities!</p>
<p>
<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-2350892913627659";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text";
google_ad_channel = "";
google_color_border = "CCCCCC";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- End Google Adsense code -->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geirandersen.com/2010/02/arduino-arrived-and-other-stuff/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Making and modifying, made fun!</title>
		<link>http://www.geirandersen.com/2010/01/making-and-modifying-made-fun/</link>
		<comments>http://www.geirandersen.com/2010/01/making-and-modifying-made-fun/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 19:19:13 +0000</pubDate>
		<dc:creator>Geir Andersen</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Hobby]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Science]]></category>

		<guid isPermaLink="false">http://www.geirandersen.com/?p=166</guid>
		<description><![CDATA[I came across the YouTube user makemagazine a while back, but forgot about it until I found it again yesterday. There is also a website MakeZine where the videos and content is available.
If you, like me, enjoy taking things apart and putting them back together (might not be in the original shape/way/form), this site is [...]]]></description>
			<content:encoded><![CDATA[<p>I came across the YouTube user <a title="YouTube - makemagazine channel" href="http://www.youtube.com/user/makemagazine?view=videos" target="_blank">makemagazine</a> a while back, but forgot about it until I found it again yesterday. There is also a website <a title="MakeZine" href="http://www.makezine.com" target="_blank">MakeZine</a> where the videos and content is available.</p>
<p>If you, like me, enjoy taking things apart and putting them back together (might not be in the original shape/way/form), this site is a must-read for ideas.</p>
<p><span id="more-166"></span></p>
<p>
<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-2350892913627659";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text";
google_ad_channel = "";
google_color_border = "CCCCCC";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- End Google Adsense code -->
</p>
<p>Someof the ideas and videos are superb. It&#8217;ll take you into a whole new mindset and should inspire you to start making and/or modifying your own stuff. One of the neatest ideas I came across, is this retrofitted oldstyle handset to include bluetooth!</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/FR_2dnBEapM&amp;hl=en_US&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/FR_2dnBEapM&amp;hl=en_US&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Now, you should have a basic understanding of electronics and disassembling before you try some of the stuff. Even still, there are some great projects to fit even the greenest of &#8220;hackers&#8221;.</p>
<p>Had it not been for my workroom being a mess (I mean REAL mess), I might have dug out some of my old stuff and started a project or two this weekend. Being a bit under the weather, I just couldn&#8217;t get myself to start the cleaning process but I&#8217;ll have to start that real soon. I got the inspiration to do some tinkering again, reading the site and watching a bunch of the videos.</p>
<p>Be sure to bookmark <a title="MakeZine" href="http://www.makezine.com" target="_blank">makezine.com</a> for future visits. The site is updated regularly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geirandersen.com/2010/01/making-and-modifying-made-fun/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Update</title>
		<link>http://www.geirandersen.com/2009/04/update/</link>
		<comments>http://www.geirandersen.com/2009/04/update/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 21:37:37 +0000</pubDate>
		<dc:creator>Geir Andersen</dc:creator>
				<category><![CDATA[Aquarium]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.geirandersen.com/?p=132</guid>
		<description><![CDATA[Just a quick post, as I really shouls have been in bed a looong time ago. Working early tomorrow&#8230;
All the tanks are doing wonderfully and fish are growing well. The JD&#8217;s are slow growing, but the PP&#8217;s are &#8220;monsters&#8221;. They&#8217;ve been out of danger for some time now, as they&#8217;re much to big to be [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick post, as I really shouls have been in bed a looong time ago. Working early tomorrow&#8230;</p>
<p>All the tanks are doing wonderfully and fish are growing well. The JD&#8217;s are slow growing, but the PP&#8217;s are &#8220;monsters&#8221;. They&#8217;ve been out of danger for some time now, as they&#8217;re much to big to be prey. Hoping the JD&#8217;s will kick in shortly <img src='http://www.geirandersen.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>On a whole other note: I&#8217;ve never really been much of a gamer, but recent events have got me to endeavor into this world.  I&#8217;ve never had a computer that was built for games, but during the last year or so I&#8217;ve had the urge to build one. Last week I finally did it, and this time I put the effort into making it reliable for games.</p>
<p>Specs and all that sort of thing might just come, if I find the time.</p>
<p>Well, now I&#8217;m off to bed getting far to little sleep but hey&#8230; That&#8217;s one thing I&#8217;m used to!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geirandersen.com/2009/04/update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
