<?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>Dedication to DIY and programming &#187; Arduino</title>
	<atom:link href="http://stuff.nekhbet.ro/category/arduino/feed" rel="self" type="application/rss+xml" />
	<link>http://stuff.nekhbet.ro</link>
	<description>A website containing DIY projects and programming tips &#38; tricks.</description>
	<lastBuildDate>Thu, 27 May 2010 07:28:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>How to use the DS18S20 and DS18B20 temperature sensors with Arduino</title>
		<link>http://stuff.nekhbet.ro/2009/08/23/how-to-use-the-ds18s20-and-ds18b20-temperature-sensors-with-arduino.html</link>
		<comments>http://stuff.nekhbet.ro/2009/08/23/how-to-use-the-ds18s20-and-ds18b20-temperature-sensors-with-arduino.html#comments</comments>
		<pubDate>Sun, 23 Aug 2009 14:08:41 +0000</pubDate>
		<dc:creator>Trimbitas Sorin</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://stuff.nekhbet.ro/?p=254</guid>
		<description><![CDATA[I bought from FunGizmos few DS18S20 temperature sensors to test for my small robot project and last week they finally got into my hands but only today I had the time to try them out. To connect the sensors to the Arduino board I choose the parasite mode which derive power directly from the data [...]]]></description>
		<wfw:commentRss>http://stuff.nekhbet.ro/2009/08/23/how-to-use-the-ds18s20-and-ds18b20-temperature-sensors-with-arduino.html/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Free Arduino language file for GeSHi</title>
		<link>http://stuff.nekhbet.ro/2009/08/18/free-arduino-language-file-for-geshi.html</link>
		<comments>http://stuff.nekhbet.ro/2009/08/18/free-arduino-language-file-for-geshi.html#comments</comments>
		<pubDate>Tue, 18 Aug 2009 05:50:50 +0000</pubDate>
		<dc:creator>Trimbitas Sorin</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://stuff.nekhbet.ro/?p=226</guid>
		<description><![CDATA[As you may know, from now on all the code from this blog will be on tutorialpedia. I started writing some Arduino tutorials so I needed a syntax highlighter for the code I wrote, the best choice was GeSHI but it didn&#8217;t had a language file for Arduino code so I wrote it. An example [...]]]></description>
		<wfw:commentRss>http://stuff.nekhbet.ro/2009/08/18/free-arduino-language-file-for-geshi.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arduino : how to use the Serial port</title>
		<link>http://stuff.nekhbet.ro/2009/08/17/arduino-how-to-use-the-serial-port.html</link>
		<comments>http://stuff.nekhbet.ro/2009/08/17/arduino-how-to-use-the-serial-port.html#comments</comments>
		<pubDate>Mon, 17 Aug 2009 07:57:40 +0000</pubDate>
		<dc:creator>Trimbitas Sorin</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://stuff.nekhbet.ro/?p=235</guid>
		<description><![CDATA[Sometimes you really need to use the Serial port (UART or USART) of Arduino to communicate with your computer (or other devices) for debugging or readings. Arduino uses digital pins 0 (RX, receive) and 1 (TX, transmission) for Serial communication with all devices and the USB cable for communication with the computer (and the built-in [...]]]></description>
		<wfw:commentRss>http://stuff.nekhbet.ro/2009/08/17/arduino-how-to-use-the-serial-port.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Arduino&#8217;s &#8220;Hello World!&#8221; : blinking a LED</title>
		<link>http://stuff.nekhbet.ro/2009/08/09/arduinos-hello-world-blinking-a-led.html</link>
		<comments>http://stuff.nekhbet.ro/2009/08/09/arduinos-hello-world-blinking-a-led.html#comments</comments>
		<pubDate>Sun, 09 Aug 2009 06:58:03 +0000</pubDate>
		<dc:creator>Trimbitas Sorin</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://stuff.nekhbet.ro/?p=215</guid>
		<description><![CDATA[As in all programming languages .. you start with a Hello World! code so you can see the basic structure for that language. Because Arduino can&#8217;t just print &#8216;Hello World!&#8217; (in fact it can but using an external device, like an LCD display, which I will describe in another tutorial) the easiest way is to [...]]]></description>
		<wfw:commentRss>http://stuff.nekhbet.ro/2009/08/09/arduinos-hello-world-blinking-a-led.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back on Arduino!</title>
		<link>http://stuff.nekhbet.ro/2009/08/08/back-on-arduino.html</link>
		<comments>http://stuff.nekhbet.ro/2009/08/08/back-on-arduino.html#comments</comments>
		<pubDate>Sat, 08 Aug 2009 14:33:08 +0000</pubDate>
		<dc:creator>Trimbitas Sorin</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://stuff.nekhbet.ro/?p=211</guid>
		<description><![CDATA[Ok, I got more free time so I dedicated it to few Arduino tutorials starting from the simplest one : Hello World! &#8211; blinking a LED and culminating with the build of my own Arduino-based robot. The plan is to learn you (and myself) the basics of connecting Arduino to LEDs, temperature sensors, distance sensors, [...]]]></description>
		<wfw:commentRss>http://stuff.nekhbet.ro/2009/08/08/back-on-arduino.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to do a mood lamp using Arduino</title>
		<link>http://stuff.nekhbet.ro/2008/12/27/how-to-do-a-mood-lamp-using-arduino.html</link>
		<comments>http://stuff.nekhbet.ro/2008/12/27/how-to-do-a-mood-lamp-using-arduino.html#comments</comments>
		<pubDate>Sat, 27 Dec 2008 22:39:42 +0000</pubDate>
		<dc:creator>Trimbitas Sorin</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://stuff.nekhbet.ro/?p=154</guid>
		<description><![CDATA[This was my first Arduino project so I decided to use only LEDs Being Christmas I wanted to do something nice to look at night so I looked on my electronic parts box and found 3 different color LEDs : red, green and blue. I soldered their cathodes and then took 10 inches of common [...]]]></description>
		<wfw:commentRss>http://stuff.nekhbet.ro/2008/12/27/how-to-do-a-mood-lamp-using-arduino.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Arduino is here !!!</title>
		<link>http://stuff.nekhbet.ro/2008/03/24/the-arduino-is-here.html</link>
		<comments>http://stuff.nekhbet.ro/2008/03/24/the-arduino-is-here.html#comments</comments>
		<pubDate>Mon, 24 Mar 2008 06:44:05 +0000</pubDate>
		<dc:creator>Trimbitas Sorin</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://stuff.nekhbet.ro/2008/03/24/the-arduino-is-here.html</guid>
		<description><![CDATA[Finally it is here and I can start doing some small projects with it. The first one will be a RGB Mood Lamp.]]></description>
		<wfw:commentRss>http://stuff.nekhbet.ro/2008/03/24/the-arduino-is-here.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Waiting for my board</title>
		<link>http://stuff.nekhbet.ro/2008/02/12/waiting-for-my-board.html</link>
		<comments>http://stuff.nekhbet.ro/2008/02/12/waiting-for-my-board.html#comments</comments>
		<pubDate>Tue, 12 Feb 2008 09:00:00 +0000</pubDate>
		<dc:creator>Trimbitas Sorin</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://stuff.nekhbet.ro/2008/02/12/waiting-for-my-board.html</guid>
		<description><![CDATA[Hey, I was busy with the semester exams but now I&#8217;m almost over with them (the last one is tomorrow but it is pretty easy) I wasn&#8217;t into the electronics projects for quite a time but now I&#8217;m determined to make new projects using &#8230; Arrrduino , I just ordered an Arduino Diecimila board and [...]]]></description>
		<wfw:commentRss>http://stuff.nekhbet.ro/2008/02/12/waiting-for-my-board.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
