<?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>Invalid Function &#187; Technology</title>
	<atom:link href="http://invalidfunction.com/index.php/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://invalidfunction.com</link>
	<description>We're all insane.</description>
	<lastBuildDate>Wed, 10 Mar 2010 19:54:25 +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>Xbee/Zigbee notes</title>
		<link>http://invalidfunction.com/index.php/2009/12/xbeezigbee-notes/</link>
		<comments>http://invalidfunction.com/index.php/2009/12/xbeezigbee-notes/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 00:41:05 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://invalidfunction.com/?p=124</guid>
		<description><![CDATA[I&#8217;ve been using the XBee and the XBee Pro over the last couple of weeks and I&#8217;d thought I would share my notes on them:
1. The maximum &#8220;recommended&#8221; baud rate is 115200 baud.  The specifications says that the max baud rate is 250000, but that is for RF transmission. You can set nonstandard baud rates [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using the <a href="http://www.digi.com/products/wireless/point-multipoint/xbee-series1-module.jsp#overview">XBee and the XBee Pro</a> over the last couple of weeks and I&#8217;d thought I would share my notes on them:<img class="alignright" title="Xbee" src="http://www.rogercom.com/ZigBee/XBee-Pro.gif" alt="" width="160" height="151" /></p>
<p><strong>1.</strong> The maximum &#8220;recommended&#8221; <a href="http://en.wikipedia.org/wiki/Baud">baud rate</a> is 115200 baud.  The specifications says that the max baud rate is 250000, but that is for RF transmission. You can set nonstandard baud rates and even go higher than 115200 using the API or AT commands, but it could lead to corrupt data and lost packets.</p>
<p><strong>2.</strong> <a href="http://www.lammertbies.nl/comm/info/RS-232_flow_control.html">Hardware &#8220;Flow Control&#8221;</a> is a MUST. Always check the CTS (Cear to Send) line to see if the XBee is even ready to send a new packet. If you don&#8217;t, the Xbee&#8217;s send buffer will fill up quickly and packets will be lost.</p>
<p><strong>3.</strong> You can actually use two different baud rates on both sides. Lets say you have a device (such as a <a href="http://www.seeedstudio.com/depot/uart-camera-module-with-jpeg-compression-c328-p-209.html">USART camer</a>a) that communicates at 9600 baud. You can configure the Xbee to run at 9600bps , and send it to another Xbee that is configured to say 38400 baud. Sending to a device with a higher baud rate is usually not a problem, but sending to a lower baud rate device can lead to packet loss if you don&#8217;t use flow control.</p>
<p><span id="more-124"></span><strong>4.</strong> 1 and 2mW Xbees sometimes are  just not good enough indoors.. They work, but you really need to be in line-of-sight. If you cant see the other XBee module, you probably will have some problems. Because of this limitation, I now use  <a href="http://www.sparkfun.com/commerce/product_info.php?products_d=8876">50mW xBee Pro</a> modules for almost everything. The difference is awesome &#8211; from across the room to across the street.</p>
<p><strong>5.</strong> The wire whip antennae is pretty fragile. Don&#8217;t be surprised if it pops off. (It did within the first 10 minutes of owning one with a wire whip.) The simple solution was to simply solder it back on. I&#8217;m not sure if this can affect the signal strength, but I&#8217;ve seen no problems.</p>
<p><strong>6.</strong> Use the chip antenna only if you need a lower profile. I&#8217;ve had some weird problems where my chip antennae xbee wouldn&#8217;t receive unless I pointed the top of the antennae towards the source. No problems with the wire whip.</p>
<p><strong>7. </strong>Xbee&#8217;s are <a href="http://en.wikipedia.org/wiki/Duplex_%28telecommunications%29#Half-duplex">half duplex</a>. This means it can either send or receive at any given point, and not at the same time. If you need a full duplex device, check into other wireless technologies.</p>
<p><strong>8.</strong> If you are having &#8220;lag&#8221; even though there is a good connection, then check how you are sending data and receive data from the Xbee. I was using Java and kept writing directly to the stream when I noticed a significant lag in sending and receiving data. I thought it was the Xbee until I wrote to the stream&#8217;s buffer instead of directly to the stream output.</p>
<p><strong>9.</strong> Xbees can generate quite a bit of noise in your power supply, so always use with a good low pass filter on VCC and ground.</p>
<p>Hope this helps whenever you are choosing the right Xbee module for your next project. Hit up the comments if you have any questions!</p>
]]></content:encoded>
			<wfw:commentRss>http://invalidfunction.com/index.php/2009/12/xbeezigbee-notes/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Starting out on Electronics</title>
		<link>http://invalidfunction.com/index.php/2009/12/starting-out-on-electronics/</link>
		<comments>http://invalidfunction.com/index.php/2009/12/starting-out-on-electronics/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 06:49:03 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Shits and Giggles]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://invalidfunction.com/?p=120</guid>
		<description><![CDATA[I&#8217;m in a writing mood, so I&#8217;d thought I would share my thoughts on how I started to become fascinated with electronics and include some helpful advice to beginners.
I&#8217;m a code monkey. I liked to program because everything I produced was (virtually) free. I programmed maybe 20% of the time I was at a computer [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m in a writing mood, so I&#8217;d thought I would share my thoughts on how I started to become fascinated with electronics and include some helpful advice to beginners.</p>
<p>I&#8217;m a code monkey. I liked to program because everything I produced was (virtually) free. I programmed maybe 20% of the time I was at a computer for the past 7 years. It started to get kind of old, but the thought of creating and hacking at things still lived in me. I wanted to build something physical that can interact with other people. I knew I had to learn electronics, but I didn&#8217;t have the time or the idea on where to start.</p>
<p>1) My first bit of advice is <strong>College</strong>. I&#8217;m currently attending <a href="http://www.tntech.edu">Tennessee Tech University</a> as a Junior in Computer Engineering. The biggest point of college is to start you off with a career. You <em>will</em> end up learning at least 70% of all field-related knowledge while in the work force. If you don&#8217;t believe me, go up to a graduated engineer and just ask. It&#8217;s true. So, go to college but only use it as a crutch.</p>
<p>2) Can&#8217;t go to college? Well, <strong>experiment</strong>! Play with electronics, study how each component works, and make sparks!* The best way to learn something is by doing it. A little side story.. during Circuits I, I played with capacitors. They are basically &#8220;temporary&#8221; batteries that can store charge and release it virtually at once. This made sparks, even at low voltages. I had a lot of fun with those things, and a whole new respect for higher voltages (ouch!)</p>
<p>* Be reasonable, don&#8217;t get hurt. Don&#8217;t sue me for something stupid you did without research.</p>
<p>3) <strong>Make something!</strong> I suggest starting with an <a href="http://www.arduino.cc/"><strong>Arduino</strong></a>. These things are very basic microcomputers that you can program with any PC. What is great is that these things <em>are</em> the real deal. You can prototype plenty of electronics gadgets with them and the community is HUGE. If you ever have a specific problem there is a great chance someone already posted a solution on the internet. On top of all of this, an Arduino <a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=17&amp;products_id=50">costs only about $30</a>. From the same retailer (<a href="http://adafruit.com">Adafruit Industries</a>), you can also get an <a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=17&amp;products_id=170">awesome experimentation kit</a> for $85.</p>
<p style="text-align: center;"><img class="aligncenter" title="Arduino" src="http://www.adafruit.com/images/medium/duemil328_MED.jpg" alt="" width="400" height="300" /></p>
]]></content:encoded>
			<wfw:commentRss>http://invalidfunction.com/index.php/2009/12/starting-out-on-electronics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sparkfun to give away electronics, for free!</title>
		<link>http://invalidfunction.com/index.php/2009/11/sparkfun-to-give-away-electronics-for-free/</link>
		<comments>http://invalidfunction.com/index.php/2009/11/sparkfun-to-give-away-electronics-for-free/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 04:23:43 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Typical News]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Shopping]]></category>
		<category><![CDATA[Sparkfun]]></category>

		<guid isPermaLink="false">http://invalidfunction.com/?p=96</guid>
		<description><![CDATA[Yup! And boy am I excited!
Sparkfun Electronics will be giving away $100 dollars of credit for anything you buy from their online store (except gift cards) on Janurary 7th, 2010. What&#8217;s the catch? Well, you pay for shipping&#8230; and that&#8217;s all! Of course they cant just keep giving away stuff, so they free stuff will [...]]]></description>
			<content:encoded><![CDATA[<p>Yup! And boy am I excited!<a href="http://www.sparkfun.com/commerce/news.php?id=305"><img class="alignleft" title="SPARKFUN FREE DAY!" src="http://static.sparkfun.com/images/newsimages/freeday01.jpg" alt="" width="210" height="210" /></a></p>
<p><a href="http://www.sparkfun.com/commerce/news.php?id=305">Sparkfun Electronics will be giving away $100 dollars of credit</a> for anything you buy from their online store (except gift cards) on Janurary 7th, 2010. What&#8217;s the catch? Well, you pay for shipping&#8230; and that&#8217;s all! Of course they cant just keep giving away stuff, so they free stuff will stop once they hit <strong>$100,000</strong> worth of free credits.</p>
<p>I love SparkFun, and recommend them for anyone dealing with electronics. They have great <a href="http://www.sparkfun.com/commerce/tutorials.php">tutorials</a> on everything from how to <a href="http://www.sparkfun.com/commerce/tutorial_info.php?tutorials_id=106">solder through hole components</a> to building a <a href="http://www.sparkfun.com/commerce/tutorial_info.php?tutorials_id=124">cheap guitar amplifier</a> using opamps.</p>
<p>I&#8217;m still working on my latest project. More on that later <img src='http://invalidfunction.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Andrew</p>
]]></content:encoded>
			<wfw:commentRss>http://invalidfunction.com/index.php/2009/11/sparkfun-to-give-away-electronics-for-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Surface Mount Soldering Magic</title>
		<link>http://invalidfunction.com/index.php/2009/08/surface-mount-soldering-magic/</link>
		<comments>http://invalidfunction.com/index.php/2009/08/surface-mount-soldering-magic/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 23:36:56 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Magic]]></category>
		<category><![CDATA[Soldering]]></category>

		<guid isPermaLink="false">http://invalidfunction.com/index.php/2009/08/surface-mount-soldering-magic/</guid>
		<description><![CDATA[
Head over to Gerrit&#8217;s post about a simple DIY tool that can change your life when it comes to manually soldering even the smallest SMD packages. With almost no money you can make something that keeps those small parts in place while you solder them to the board. I haven&#8217;t yet gotten into the world [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://dammitcoetzee.com/wp-content/uploads/2009/07/finish.jpg" alt="" width="243" height="182" /></p>
<p style="text-align: left;">Head over to <a href="http://dammitcoetzee.com/2009/07/how-to-make-soldering-fine-pitch-surface-mount-rediculously-easy/#comments">Gerrit&#8217;s post</a> about a simple DIY tool that can change your life when it comes to manually soldering even the smallest <a href="http://en.wikipedia.org/wiki/Surface-mount_technology">SMD packages</a>. With almost no money you can make something that keeps those small parts in place while you solder them to the board. I haven&#8217;t yet gotten into the world of SMD packages, but I will definitely try this out when my next project comes around!</p>
]]></content:encoded>
			<wfw:commentRss>http://invalidfunction.com/index.php/2009/08/surface-mount-soldering-magic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
