<?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>Filear.com</title>
	<atom:link href="http://filear.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://filear.com</link>
	<description>Tech articles</description>
	<lastBuildDate>Sat, 19 May 2012 04:46:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Netduino VB Tutorial 1 Blink</title>
		<link>http://filear.com/?p=245&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=netduino-vb-tutorial-1-blink</link>
		<comments>http://filear.com/?p=245#comments</comments>
		<pubDate>Sat, 19 May 2012 04:42:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[MicroControllers]]></category>
		<category><![CDATA[Netduino]]></category>
		<category><![CDATA[VB Tutorial]]></category>

		<guid isPermaLink="false">http://filear.com/?p=245</guid>
		<description><![CDATA[<p>This is the first in a series of tutorials on programming the Netduino with Visual Basic or VB. You can program the netduino with either C# or VB but VB is now my language of choice.</p> <p><a href="http://filear.com/Files/2012/05/image2.png"></a></p> <p>This simple program will blink the onboard LED on for a second then off for a second [...]]]></description>
		<wfw:commentRss>http://filear.com/?feed=rss2&#038;p=245</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netduino VB Programming Environment Setup</title>
		<link>http://filear.com/?p=237&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=netduino-vb-programming-environment-setup</link>
		<comments>http://filear.com/?p=237#comments</comments>
		<pubDate>Sat, 19 May 2012 04:20:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[MicroControllers]]></category>
		<category><![CDATA[Netduino]]></category>
		<category><![CDATA[VB]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://filear.com/?p=237</guid>
		<description><![CDATA[<p>Programming your Netduino with C# is fine and all, however, I am not going to do it any more. It is super easy to make the switch to a more forgiving programming language by the name of Visual Basic or VB. </p> <p>I was in the middle of a project and I started to have [...]]]></description>
		<wfw:commentRss>http://filear.com/?feed=rss2&#038;p=237</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netduino FIrmware Upgrade Tutorial</title>
		<link>http://filear.com/?p=231&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=netduino-firmware-upgrade-tutorial</link>
		<comments>http://filear.com/?p=231#comments</comments>
		<pubDate>Fri, 18 May 2012 14:08:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[MicroControllers]]></category>
		<category><![CDATA[Netduino]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[VB]]></category>

		<guid isPermaLink="false">http://filear.com/?p=231</guid>
		<description><![CDATA[<p>In order to upgrade or replace the firmware in your Netduino you will need to download some software first.</p> <p><a href="http://filear.com/Files/2012/05/image.png"></a></p> <p>Prerequisites:</p> <a href="http://www.microsoft.com/visualstudio/en-us/products/2010-editions/express" target="_blank">Visual Studio 2010 Express</a> C# or VB <a href="http://netmf.codeplex.com/">.Net Micro Framework 4.2</a> <a href="http://www.netduino.com/downloads/" target="_blank">Netduino SDK</a> <p>&#160;</p> <p>Software you must download for the firmware upgrade:</p> Download the <a href="http://forums.netduino.com/">Netduino Firmware</a> Download [...]]]></description>
		<wfw:commentRss>http://filear.com/?feed=rss2&#038;p=231</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIY Arduino Oscilloscope with the Nokia 3310 GLCD screen</title>
		<link>http://filear.com/?p=211&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=diy-arduino-oscilloscope-with-the-nokia-3310-glcd-screen</link>
		<comments>http://filear.com/?p=211#comments</comments>
		<pubDate>Sun, 01 Jan 2012 07:50:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[MicroControllers]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Arduino nokia 3310 oscilloscope diy]]></category>

		<guid isPermaLink="false">http://filear.com/?p=211</guid>
		<description><![CDATA[<p>I’ve seen videos on YouTube using an Arduino and a Graphical LCD screen (GLCD) to create a simple Oscilloscope. The annoying thing is that I found no help whatsoever on how to build one. I spent a few days figuring out how to use the Nokia 3310 LCD screen and then figuring out how to [...]]]></description>
		<wfw:commentRss>http://filear.com/?feed=rss2&#038;p=211</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Arduino Arrays and Recursion Tutorial</title>
		<link>http://filear.com/?p=204&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=arduino-arrays-and-recursion-tutorial</link>
		<comments>http://filear.com/?p=204#comments</comments>
		<pubDate>Sun, 01 Jan 2012 07:27:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[MicroControllers]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Arduino tutorial recursion array programming]]></category>

		<guid isPermaLink="false">http://filear.com/?p=204</guid>
		<description><![CDATA[<p>As a follow up to my DIY Arduino Oscilloscope video or as a stand alone tutorial, this video should help you understand arrays and recursion in Arduino. You can find the original post here: <a href="http://filear.com/?p=211">DIY Arduino Oscilloscope with the Nokia 3310 GLCD screen</a></p> <p>An array is like a variable in that it stores data [...]]]></description>
		<wfw:commentRss>http://filear.com/?feed=rss2&#038;p=204</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Arduino 6 AI temperature scanner with LCD display</title>
		<link>http://filear.com/?p=199&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=arduino-6-ai-temperature-scanner-with-lcd-display</link>
		<comments>http://filear.com/?p=199#comments</comments>
		<pubDate>Sun, 01 Jan 2012 07:18:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[MicroControllers]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Arduino Nokia 3310 Temperature Scanner]]></category>

		<guid isPermaLink="false">http://filear.com/?p=199</guid>
		<description><![CDATA[<p>I had a need for a temperature scanner to troubleshoot overheating on my Duramax LB7 pickup while towing. A commercial solution to collect 6 temperatures may have run me over a thousand dollars so I ordered some thermistors and for about 40 bucks in parts made one myself. </p> <p><a href="http://filear.com/Files/2012/01/image.png"></a></p> <p>Parts include an Arduino [...]]]></description>
		<wfw:commentRss>http://filear.com/?feed=rss2&#038;p=199</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Automatic chicken door version two.</title>
		<link>http://filear.com/?p=181&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=automatic-chicken-door-version-two</link>
		<comments>http://filear.com/?p=181#comments</comments>
		<pubDate>Wed, 07 Dec 2011 02:36:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[MicroControllers]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[chicken]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[door]]></category>

		<guid isPermaLink="false">http://filear.com/?p=181</guid>
		<description><![CDATA[<p>As it is getting cold again and my chickens made it through the summer just fine, it is time to revisit and revitalize my automatic chicken door.</p> <p>The older model was a large door that slid on a track that would get leaves, snow, and ice messing the whole thing up. Also the mecanisim that [...]]]></description>
		<wfw:commentRss>http://filear.com/?feed=rss2&#038;p=181</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Netduino Tutorial, Knob and Sweep</title>
		<link>http://filear.com/?p=161&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=netduino-tutorial-knob-and-sweep</link>
		<comments>http://filear.com/?p=161#comments</comments>
		<pubDate>Sat, 19 Nov 2011 05:19:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[MicroControllers]]></category>
		<category><![CDATA[Netduino]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[servo]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://filear.com/?p=161</guid>
		<description><![CDATA[<p>In this video I show how to connect a servo to a Netduino and also how to program the servo library into a new solution. The sweep program will drive the arm of the servo back and forth while the Knob program will move the arm of the servo when you turn a potentiometer.</p> <p><a [...]]]></description>
		<wfw:commentRss>http://filear.com/?feed=rss2&#038;p=161</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arduino Servo Tutorial, Knob and Sweep</title>
		<link>http://filear.com/?p=148&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=arduino-servo-tutorial-knob-and-sweep</link>
		<comments>http://filear.com/?p=148#comments</comments>
		<pubDate>Fri, 18 Nov 2011 18:27:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[MicroControllers]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[servo]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://filear.com/?p=148</guid>
		<description><![CDATA[<p>In this video I show how to connect a servo to an Arduino and also how to load the sample servo programs included with the Arduino software. The sweep program will drive the arm of the servo back and forth while the Knob program will move the arm of the servo when you turn a [...]]]></description>
		<wfw:commentRss>http://filear.com/?feed=rss2&#038;p=148</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programming a Replacement Keyless Entry Remote</title>
		<link>http://filear.com/?p=131&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=programming-a-replacement-keyless-entry-remote</link>
		<comments>http://filear.com/?p=131#comments</comments>
		<pubDate>Sat, 22 Oct 2011 05:14:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Program Keyless Entry]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Program Keyless entry]]></category>

		<guid isPermaLink="false">http://filear.com/?p=131</guid>
		<description><![CDATA[<p>It’s fairly easy to program a replacement keyless entry remote. Even better, what if you have two vehicles the same make, they use the same remote! Also when the battery goes bad remotes may require to be re paired with the vehicle.</p> <p>Be sure you have all of your remotes handy, the process will clear [...]]]></description>
		<wfw:commentRss>http://filear.com/?feed=rss2&#038;p=131</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Building a Parabolic Solar Reflector out of a Satellite Dish</title>
		<link>http://filear.com/?p=127&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=building-a-parabolic-solar-reflector-out-of-a-satellite-dish</link>
		<comments>http://filear.com/?p=127#comments</comments>
		<pubDate>Sat, 22 Oct 2011 05:08:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Alternative Energy]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Peltier]]></category>

		<guid isPermaLink="false">http://filear.com/?p=127</guid>
		<description><![CDATA[<p>An attempt to make a good solar reflector out of mirror pieces and a Direct TV satellite dish. If I had it to do again I would have had an actual glass cutter and cut 1” squares…</p> <p><a href="http://filear.com/wp-content/uploads/2011/10/image21.png"></a></p> <p></p>]]></description>
		<wfw:commentRss>http://filear.com/?feed=rss2&#038;p=127</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a Peltier Cooler?</title>
		<link>http://filear.com/?p=123&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=what-is-a-peltier-cooler</link>
		<comments>http://filear.com/?p=123#comments</comments>
		<pubDate>Sat, 22 Oct 2011 05:07:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Alternative Energy]]></category>
		<category><![CDATA[Components]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Peltier]]></category>

		<guid isPermaLink="false">http://filear.com/?p=123</guid>
		<description><![CDATA[<p>Peltier Coolers or Thermal Electric Coolers are used to make things hot or cold but have another cool use.&#160; Apply a heat source to one side and keep the other side cool and the Peltier generates electricity. </p> <p><a href="http://filear.com/wp-content/uploads/2011/10/image20.png"></a> <p>&#160;</p> <p></p>]]></description>
		<wfw:commentRss>http://filear.com/?feed=rss2&#038;p=123</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Add-In manager missing in Visual Studio 2010</title>
		<link>http://filear.com/?p=120&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=add-in-manager-missing-in-visual-studio-2010</link>
		<comments>http://filear.com/?p=120#comments</comments>
		<pubDate>Sat, 22 Oct 2011 05:06:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://filear.com/?p=120</guid>
		<description><![CDATA[Technorati Tags: <a href="http://technorati.com/tags/VisualStudio" rel="tag">VisualStudio</a> <p>Looking for the Add-In Manager in Microsoft Visual Studio 2010 Express? Trying to figure out how to install Add-ins? Sorry to say, but the ability to load add ins is not included in the express versions of Visual Studio. &#160; It looks like you need at least the standard edition [...]]]></description>
		<wfw:commentRss>http://filear.com/?feed=rss2&#038;p=120</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Zune HD 32 review</title>
		<link>http://filear.com/?p=118&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=microsoft-zune-hd-32-review</link>
		<comments>http://filear.com/?p=118#comments</comments>
		<pubDate>Sat, 22 Oct 2011 05:04:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Ipod Alternative]]></category>
		<category><![CDATA[Zune]]></category>

		<guid isPermaLink="false">http://filear.com/?p=118</guid>
		<description><![CDATA[<p>The Zune HD 32 is a nice MP3 and HD video player that can be compared to the IPod Touch. Zune HDs user interface is intuitive and snappy with some really cool features. If you dislike the IPod, ITunes, or Apple this is a really cool device however it doesn&#8217;t have the sheer number of [...]]]></description>
		<wfw:commentRss>http://filear.com/?feed=rss2&#038;p=118</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to program an Arduino</title>
		<link>http://filear.com/?p=116&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-program-an-arduino</link>
		<comments>http://filear.com/?p=116#comments</comments>
		<pubDate>Sat, 22 Oct 2011 04:56:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[MicroControllers]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[program]]></category>

		<guid isPermaLink="false">http://filear.com/?p=116</guid>
		<description><![CDATA[<p>The absolute beginners guide to programming an Arduino Duemilanove for the first time. I will take you through downloading the Arduino programming software, configuring the software, writing your first program, sending it to the Arduino, and testing operation. </p> <p></p> <p></p>]]></description>
		<wfw:commentRss>http://filear.com/?feed=rss2&#038;p=116</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

