<?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>vkick Blog Site</title>
	<atom:link href="http://www.vkick.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.vkick.com</link>
	<description>Just another weblog</description>
	<lastBuildDate>Fri, 10 Jul 2009 18:42:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Seeeduino</title>
		<link>http://www.vkick.com/?p=32</link>
		<comments>http://www.vkick.com/?p=32#comments</comments>
		<pubDate>Fri, 10 Jul 2009 18:42:42 +0000</pubDate>
		<dc:creator>Mon</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://www.vkick.com/?p=32</guid>
		<description><![CDATA[There is a compitible Arduino board out there called Seeeduino.  It is kinda cool.  It uses many smaller version of  components with some additional features
EAGLE Schematic file:  click to download
EAGLE PCB file:  click to download
http://seeedstudio.com/depot/datasheet/Hello_Seeeduino.pdf
http://seeedstudio.com/depot/

]]></description>
			<content:encoded><![CDATA[<p>There is a compitible Arduino board out there called Seeeduino.  It is kinda cool.  It uses many smaller version of  components with some additional features</p>
<p>EAGLE Schematic file:  <a href="http://www.seeedstudio.com/depot/datasheet/seeeduino%20v2.12.sch">click to download</a><br />
EAGLE PCB file:  <a href="http://www.seeedstudio.com/depot/datasheet/seeeduino%20v2.12.brd">click to download</a></p>
<p><a href="http://seeedstudio.com/depot/datasheet/Hello_Seeeduino.pdf">http://seeedstudio.com/depot/datasheet/Hello_Seeeduino.pdf</a></p>
<p><a href="http://seeedstudio.com/depot/datasheet/Hello_Seeeduino.pdf">http://seeedstudio.com/depot/</a></p>
<p><img class="alignnone" title="Seeedunio" src="http://www.seeedstudio.com/depot/images/product/seeeduino212p.jpg" alt="" width="150" height="113" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vkick.com/?feed=rss2&amp;p=32</wfw:commentRss>
		<slash:comments>51</slash:comments>
		</item>
		<item>
		<title>Use Arduino to Monitor Home Power Usage</title>
		<link>http://www.vkick.com/?p=30</link>
		<comments>http://www.vkick.com/?p=30#comments</comments>
		<pubDate>Fri, 10 Jul 2009 18:36:48 +0000</pubDate>
		<dc:creator>Mon</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://www.vkick.com/?p=30</guid>
		<description><![CDATA[Interesting way to use Arduino to monitor home power usage.  This is great to use with our combo board.

http://jarv.org/pwrmon.shtml



]]></description>
			<content:encoded><![CDATA[<p>Interesting way to use Arduino to monitor home power usage.  This is great to use with our combo board.</p>
<ul>
<li><a href="http://www.google.com/url?q=http%3A%2F%2Fjarv.org%2Fpwrmon.shtml&amp;sa=D&amp;sntz=1&amp;usg=AFrqEzdzjuLwrdgFMCQaaYVcBkKlZ0z-DA">http://jarv.org/pwrmon.shtml</a></li>
</ul>
<p><a href="http://www.google.com/url?q=http%3A%2F%2Fforums.ladyada.net%2Fviewtopic.php%3Ff%3D25%26t%3D10338%26sid%3D23a5f1744604fba0d4d0afe07a1a8009&amp;sa=D&amp;sntz=1&amp;usg=AFrqEzcA6mh3CoJoiWTcPHy04ztFcY4LXg"><img class="alignnone" title="Home Monitor" src="http://www.theenergydetective.com/images/store/TED-CT.jpg" alt="" width="350" height="240" /><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vkick.com/?feed=rss2&amp;p=30</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash or EEPROM?</title>
		<link>http://www.vkick.com/?p=25</link>
		<comments>http://www.vkick.com/?p=25#comments</comments>
		<pubDate>Fri, 19 Jun 2009 22:51:06 +0000</pubDate>
		<dc:creator>Mon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.vkick.com/?p=25</guid>
		<description><![CDATA[Should I write to flash or eeprom?  Hummm&#8230;
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1175249750
edit: http://www.arduino.cc/playground/Code/EEPROM-Flash
Plus, just have to make sure I don&#8217;t write to the first 4K.
Maybe flash is a way to go.
]]></description>
			<content:encoded><![CDATA[<p>Should I write to flash or eeprom?  Hummm&#8230;</p>
<p><a href="http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1175249750">http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1175249750</a></p>
<p>edit: <a href="http://www.arduino.cc/playground/Code/EEPROM-Flash">http://www.arduino.cc/playground/Code/EEPROM-Flash</a></p>
<p>Plus, just have to make sure I don&#8217;t write to the first 4K.</p>
<p>Maybe flash is a way to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vkick.com/?feed=rss2&amp;p=25</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Clock without additional chip?</title>
		<link>http://www.vkick.com/?p=21</link>
		<comments>http://www.vkick.com/?p=21#comments</comments>
		<pubDate>Thu, 18 Jun 2009 23:57:25 +0000</pubDate>
		<dc:creator>Mon</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://www.vkick.com/?p=21</guid>
		<description><![CDATA[Perhaps there is a way to add clock feature into Arduino without additional chip.

http://www.faludi.com/code/open-source-arduino-clock/
It will be great if it can check time with NTP first.
]]></description>
			<content:encoded><![CDATA[<p>Perhaps there is a way to add clock feature into Arduino without additional chip.</p>
<p><img class="alignnone" title="Arduino Clock" src="http://www.faludi.com/wp-content/uploads/2008/06/funnyclock.jpg" alt="" width="239" height="240" /></p>
<p><a href="http://www.faludi.com/code/open-source-arduino-clock/">http://www.faludi.com/code/open-source-arduino-clock/</a></p>
<p>It will be great if it can check time with NTP first.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vkick.com/?feed=rss2&amp;p=21</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to do Timer and Save Settings?</title>
		<link>http://www.vkick.com/?p=14</link>
		<comments>http://www.vkick.com/?p=14#comments</comments>
		<pubDate>Thu, 18 Jun 2009 18:25:35 +0000</pubDate>
		<dc:creator>Mon</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://www.vkick.com/?p=14</guid>
		<description><![CDATA[I am thinking about building an alarm clock with Arduino.  As I look Arduino a bit deeper, I am puzzled and wondering how to do the clock timer and how to allow user to save his/her setting, say, &#8220;alarm me at 8AM&#8221;?
Found a bit info on the clock timer: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1191209057/0
As far as saving configuration settings, [...]]]></description>
			<content:encoded><![CDATA[<p>I am thinking about building an alarm clock with Arduino.  As I look Arduino a bit deeper, I am puzzled and wondering how to do the clock timer and how to allow user to save his/her setting, say, &#8220;alarm me at 8AM&#8221;?</p>
<p>Found a bit info on the clock timer: <a href="http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1191209057/0">http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1191209057/0</a></p>
<p>As far as saving configuration settings, It seems Arduino is a bit limited&#8230;  It only has 512 bytes on EEPROM.  It sounds like we need to add another chip to it.</p>
<p><a href="http://www.arduino.cc/playground/Main/InterfacingWithHardware#Storage">http://www.arduino.cc/playground/Main/InterfacingWithHardware#Storage</a></p>
<p>As useful programming reference:</p>
<p><a href="http://www.maartenlamers.com/ThisIsWiring/">http://www.maartenlamers.com/ThisIsWiring/</a></p>
<p>How to add/retrieve data from Arduino&#8217;s flash:</p>
<p><a href="http://arduiniana.org/libraries/Flash/">http://arduiniana.org/libraries/Flash/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vkick.com/?feed=rss2&amp;p=14</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HomeMade Arduino Shield</title>
		<link>http://www.vkick.com/?p=10</link>
		<comments>http://www.vkick.com/?p=10#comments</comments>
		<pubDate>Thu, 18 Jun 2009 17:51:42 +0000</pubDate>
		<dc:creator>Mon</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://www.vkick.com/?p=10</guid>
		<description><![CDATA[I didn&#8217;t know you can actually make Arduino shield at home.  This is cool~

http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1244690702
]]></description>
			<content:encoded><![CDATA[<p>I didn&#8217;t know you can actually make Arduino shield at home.  This is cool~</p>
<p><img src="file:///C:/Users/myang/AppData/Local/Temp/moz-screenshot-2.jpg" alt="" /></p>
<div class="wp-caption aligncenter" style="width: 410px"><img title="HomeMade Adruino Shield" src="http://2.bp.blogspot.com/_xcCOmNtmhYE/Si3aIrJclGI/AAAAAAAAAW8/5TkX9dqn0xs/s400/010+Into+and+out+of+the+oven.JPG" alt="HomeMade Adruino Shield" width="400" height="267" /><p class="wp-caption-text">HomeMade Adruino Shield</p></div>
<p><a href="http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1244690702">http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1244690702</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vkick.com/?feed=rss2&amp;p=10</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Arduino with ZigBee</title>
		<link>http://www.vkick.com/?p=7</link>
		<comments>http://www.vkick.com/?p=7#comments</comments>
		<pubDate>Thu, 18 Jun 2009 17:47:53 +0000</pubDate>
		<dc:creator>Mon</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://www.vkick.com/?p=7</guid>
		<description><![CDATA[Someone made a cheap Arduino board with ZigBee chip on it.  Instead of paying $30 + $75, now you can get one for under $40.
This is nice.

http://www.myra-robotics.com/
]]></description>
			<content:encoded><![CDATA[<p>Someone made a cheap Arduino board with ZigBee chip on it.  Instead of paying $30 + $75, now you can get one for under $40.</p>
<p>This is nice.</p>
<p><img class="alignnone" title="SCDxb" src="http://www.myra-robotics.com/kore-r.JPG" alt="" width="512" height="384" /></p>
<p><a href="http://www.myra-robotics.com/">http://www.myra-robotics.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vkick.com/?feed=rss2&amp;p=7</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I should get out more&#8230;</title>
		<link>http://www.vkick.com/?p=4</link>
		<comments>http://www.vkick.com/?p=4#comments</comments>
		<pubDate>Wed, 17 Jun 2009 01:49:01 +0000</pubDate>
		<dc:creator>Mon</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://www.vkick.com/?p=4</guid>
		<description><![CDATA[It is a bit sad that I found there is a cool show called &#8220;makerfaire&#8221;.  It is just around the corner and I just missed it! I really should get out more!
http://www.makerfaire.com/
http://antipastohw.blogspot.com/2009/06/maker-faire-2009-at-san-mateo.html
]]></description>
			<content:encoded><![CDATA[<p>It is a bit sad that I found there is a cool show called &#8220;makerfaire&#8221;.  It is just around the corner and I just missed it! I really should get out more!</p>
<p><a href="http://www.makerfaire.com/">http://www.makerfaire.com/</a><br />
<a href="http://antipastohw.blogspot.com/2009/06/maker-faire-2009-at-san-mateo.html">http://antipastohw.blogspot.com/2009/06/maker-faire-2009-at-san-mateo.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vkick.com/?feed=rss2&amp;p=4</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://www.vkick.com/?p=1</link>
		<comments>http://www.vkick.com/?p=1#comments</comments>
		<pubDate>Wed, 17 Jun 2009 01:38:19 +0000</pubDate>
		<dc:creator>Mon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.vkick.com/?p=1</guid>
		<description><![CDATA[Welcome to vkick blog site.  This is my first post.  Let&#8217;s start blogging!
]]></description>
			<content:encoded><![CDATA[<p>Welcome to vkick blog site.  This is my first post.  Let&#8217;s start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vkick.com/?feed=rss2&amp;p=1</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
