<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>ByteEater</title>
	<atom:link href="http://byteeater.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://byteeater.wordpress.com</link>
	<description>Blog of Micrcontroller, Robotics, Wireless, and more</description>
	<lastBuildDate>Thu, 26 Jan 2012 14:32:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='byteeater.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/eb11cc3c4dc839007c16121f60e280bb?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>ByteEater</title>
		<link>http://byteeater.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://byteeater.wordpress.com/osd.xml" title="ByteEater" />
	<atom:link rel='hub' href='http://byteeater.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Easy Servo!</title>
		<link>http://byteeater.wordpress.com/2009/10/12/easy-servo/</link>
		<comments>http://byteeater.wordpress.com/2009/10/12/easy-servo/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 18:45:54 +0000</pubDate>
		<dc:creator>byteeater</dc:creator>
				<category><![CDATA[Microcontrollers]]></category>
		<category><![CDATA[Robotiny]]></category>
		<category><![CDATA[16F877]]></category>
		<category><![CDATA[hobby servo]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[pic servo]]></category>
		<category><![CDATA[rc servo]]></category>
		<category><![CDATA[servo]]></category>
		<category><![CDATA[servo motor]]></category>

		<guid isPermaLink="false">http://byteeater.wordpress.com/?p=98</guid>
		<description><![CDATA[This post will give you an idea of how RC servo motors or PWM servo motors work. We will be using a microcontroller to drive and test our servo. A RC servo motor consists of a small motor, a potentiometer, some gears and a drive circuit. Upon receiving a PWM square wave, it rotates to specific [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=byteeater.wordpress.com&amp;blog=9422661&amp;post=98&amp;subd=byteeater&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This post will give you an idea of how RC servo motors or PWM servo motors work. We will be using a microcontroller to drive and test our servo.</p>
<p style="text-align:center;"><a href="http://byteeater.files.wordpress.com/2009/10/4.png"><img class="size-full wp-image-97 aligncenter" title="4" src="http://byteeater.files.wordpress.com/2009/10/4.png?w=450" alt="4"   /></a></p>
<p>A RC servo motor consists of a small motor, a potentiometer, some gears and a drive circuit. Upon receiving a PWM square wave, it rotates to specific angles. The angle depends upon the pulse width of the wave.</p>
<h2><strong>Buy it then test it</strong></h2>
<p style="text-align:justify;"><span style="color:#ffcc00;"><strong><a href="http://www.sparkfun.com/commerce/product_info.php?products_id=9065">http://www.sparkfun.com/commerce/product_info.php?products_id=9065</a></strong></span></p>
<p>For example this servo has the following specifications</p>
<p>Operating Voltage: 4.8 v ~ 6v</p>
<p>Min. Control Pulse: 0.9 ms</p>
<p>Max. Control Pulse: 2.4 ms</p>
<p>Pulse Refresh Rate: 50 Hz</p>
<p>Rotation Angle: +90 to -90 (Approx.)</p>
<p>Output Torque: 1.4 kg-cm</p>
<h2><strong>How it will work?</strong></h2>
<p>RC servos require a PWM signal to rotate.</p>
<p><a href="http://byteeater.files.wordpress.com/2009/10/3.png"><img class="alignnone size-full wp-image-99" title="3" src="http://byteeater.files.wordpress.com/2009/10/3.png?w=450" alt="3"   /></a></p>
<p>For the RC servo as above a 0.9 ms signal width will make the servo to go at +90° and a signal of 2.4 ms width the servo will go to the -90°. The mid-point or the 0° will be achieved by the mid-point of the signal width. i.e. 1.65 ms. In this way, we can achieve almost any value of angle in between +90° and -90° by simply changing the pulse width.</p>
<p>We will make a test circuit to give signal to run the servo. The microcontroller is PIC 16F877A with CCS C Compiler.</p>
<h3>Circuit (Proteus ISIS 7)</h3>
<p><a href="http://byteeater.files.wordpress.com/2009/10/2.png"><img class="alignnone size-full wp-image-100" title="2" src="http://byteeater.files.wordpress.com/2009/10/2.png?w=450" alt="2"   /></a></p>
<p>To simulate our circuit we will be using Proteus ISIS 7.</p>
<p>Make the circuit as above. The servo signal pin is connected to the PIN C1 of the PIC microcontroller. For the actual connections:</p>
<p><a href="http://byteeater.files.wordpress.com/2009/10/41.png"><img class="alignnone size-full wp-image-101" title="4" src="http://byteeater.files.wordpress.com/2009/10/41.png?w=450" alt="4"   /></a></p>
<h3><strong>C Source Code (written in CCS C Compiler)<br />
</strong></h3>
<p><a href="http://byteeater.files.wordpress.com/2009/10/1.png"><img class="alignnone size-full wp-image-102" title="1" src="http://byteeater.files.wordpress.com/2009/10/1.png?w=450&#038;h=508" alt="1" width="450" height="508" /></a></p>
<p>We are using 50 pulses at an interval of 20ms for each cycle. In first while loop, the servo will rotate to -90°. And for the second while loop, the servo will rotate +90°. The value 50 (no. of pulses) is not always set to be constant; it is just to provide continuous stream of pulses until the servo achieves its rotation command.</p>
<p><strong> </strong></p>
<p><span style="color:#800000;"><strong>Note:</strong> We have to provide continuous pulses rather then just a single pulse; otherwise the servo will not achieve the angle. We have to maintain the frequency of 50 Hz for this servo.</span></p>
<p>Simulate this project with the C source code in Proteus ISIS 7.</p>
<p>These little devices are of great robotic applications.</p>
<p><a href="http://byteeater.files.wordpress.com/2009/10/dsc00236.jpg"><img class="alignnone size-full wp-image-104" title="DSC00236" src="http://byteeater.files.wordpress.com/2009/10/dsc00236.jpg?w=450&#038;h=301" alt="DSC00236" width="450" height="301" /></a></p>
<br />Posted in Microcontrollers, Robotiny Tagged: 16F877, hobby servo, PIC, pic servo, rc servo, servo, servo motor <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/byteeater.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/byteeater.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/byteeater.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/byteeater.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/byteeater.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/byteeater.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/byteeater.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/byteeater.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/byteeater.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/byteeater.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/byteeater.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/byteeater.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/byteeater.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/byteeater.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=byteeater.wordpress.com&amp;blog=9422661&amp;post=98&amp;subd=byteeater&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://byteeater.wordpress.com/2009/10/12/easy-servo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c7055789b216518956e8fef60a555a01?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">byteeater</media:title>
		</media:content>

		<media:content url="http://byteeater.files.wordpress.com/2009/10/4.png" medium="image">
			<media:title type="html">4</media:title>
		</media:content>

		<media:content url="http://byteeater.files.wordpress.com/2009/10/3.png" medium="image">
			<media:title type="html">3</media:title>
		</media:content>

		<media:content url="http://byteeater.files.wordpress.com/2009/10/2.png" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://byteeater.files.wordpress.com/2009/10/41.png" medium="image">
			<media:title type="html">4</media:title>
		</media:content>

		<media:content url="http://byteeater.files.wordpress.com/2009/10/1.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://byteeater.files.wordpress.com/2009/10/dsc00236.jpg" medium="image">
			<media:title type="html">DSC00236</media:title>
		</media:content>
	</item>
		<item>
		<title>Project Proposal Format (Sample)</title>
		<link>http://byteeater.wordpress.com/2009/09/25/project-proposal-format-sample/</link>
		<comments>http://byteeater.wordpress.com/2009/09/25/project-proposal-format-sample/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 15:22:29 +0000</pubDate>
		<dc:creator>byteeater</dc:creator>
				<category><![CDATA[CourseWare - IEE]]></category>

		<guid isPermaLink="false">http://byteeater.wordpress.com/?p=87</guid>
		<description><![CDATA[For IEE Student, this is the sample project proposal. Click here to download. Posted in CourseWare - IEE<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=byteeater.wordpress.com&amp;blog=9422661&amp;post=87&amp;subd=byteeater&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For IEE Student, this is the sample project proposal.</p>
<p><a href="http://byteeater.files.wordpress.com/2009/09/abstract.doc">Click here to download.</a></p>
<br />Posted in CourseWare - IEE  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/byteeater.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/byteeater.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/byteeater.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/byteeater.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/byteeater.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/byteeater.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/byteeater.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/byteeater.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/byteeater.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/byteeater.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/byteeater.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/byteeater.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/byteeater.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/byteeater.wordpress.com/87/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=byteeater.wordpress.com&amp;blog=9422661&amp;post=87&amp;subd=byteeater&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://byteeater.wordpress.com/2009/09/25/project-proposal-format-sample/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c7055789b216518956e8fef60a555a01?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">byteeater</media:title>
		</media:content>
	</item>
		<item>
		<title>Arduino &#8211; The AVR platform</title>
		<link>http://byteeater.wordpress.com/2009/09/23/arduino-the-avr-platform/</link>
		<comments>http://byteeater.wordpress.com/2009/09/23/arduino-the-avr-platform/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 09:56:03 +0000</pubDate>
		<dc:creator>byteeater</dc:creator>
				<category><![CDATA[Microcontrollers]]></category>

		<guid isPermaLink="false">http://byteeater.wordpress.com/?p=78</guid>
		<description><![CDATA[Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It&#8217;s intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments. This platform is powered by Atmel&#8217;s AVR microcontroller. Arduino takes inputs from the environment using different sensors attached to it. It can control motors, lights and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=byteeater.wordpress.com&amp;blog=9422661&amp;post=78&amp;subd=byteeater&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://byteeater.files.wordpress.com/2009/09/arduino_11.jpg"><img class="alignnone size-full wp-image-81" title="Arduino_1" src="http://byteeater.files.wordpress.com/2009/09/arduino_11.jpg?w=450" alt="Arduino_1"   /></a></p>
<p>Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It&#8217;s intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments.</p>
<p>This platform is powered by Atmel&#8217;s <em>AVR</em> microcontroller. Arduino takes inputs from the environment using different sensors attached to it. It can control motors, lights and actuators upon receiving the inputs from the environment.</p>
<p>Arduino has its own <a href="http://arduino.googlecode.com/files/arduino-0017.zip">programming software</a> which makes easy to write code and upload to the I/O board.</p>
<p>Arduino has lots and lots of <a href="http://arduino.cc/en/Tutorial/HomePage">learning examples</a> and techniques how to implement the I/O board for your applications.</p>
<p>These are some of the basic control commands.</p>
<ul>
<li><strong>If Statement (Conditional):</strong> how to use an if statement to change output conditions      based on changing input conditions.</li>
<li><strong>For Loop:</strong> controlling      multiple LEDs with a for loop and.</li>
<li><strong>Array:</strong> A variation on the      For Loop example that demonstrates how to use an array.</li>
<li><strong>While Loop:</strong> how to use      a while loop to calibrate a sensor while a button is being read.</li>
<li><strong>Switch Case:</strong> how to      choose between a discrete number of values. Equivalent to multiple If      statements. This example shows how to divide a sensor&#8217;s range into a set      of four bands and to take four different actions depending on which band      the result is in.</li>
<li><strong>Switch Case 2:</strong> A      second switch-case example, showing how to take different actions based in      characters received in the serial port.</li>
</ul>
<p><a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=17&amp;products_id=50"> Buying the Adurino</a></p>
<p>Thanks to the Arduino team to develop such a wonderful learning platform.</p>
<p><a href="http://arduino.cc/"><strong>http://arduino.cc</strong>/</a></p>
<br />Posted in Microcontrollers  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/byteeater.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/byteeater.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/byteeater.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/byteeater.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/byteeater.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/byteeater.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/byteeater.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/byteeater.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/byteeater.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/byteeater.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/byteeater.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/byteeater.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/byteeater.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/byteeater.wordpress.com/78/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=byteeater.wordpress.com&amp;blog=9422661&amp;post=78&amp;subd=byteeater&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://byteeater.wordpress.com/2009/09/23/arduino-the-avr-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c7055789b216518956e8fef60a555a01?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">byteeater</media:title>
		</media:content>

		<media:content url="http://byteeater.files.wordpress.com/2009/09/arduino_11.jpg" medium="image">
			<media:title type="html">Arduino_1</media:title>
		</media:content>
	</item>
		<item>
		<title>Xbee &#8211; A wireless joy!</title>
		<link>http://byteeater.wordpress.com/2009/09/17/xbee-a-wireless-joy/</link>
		<comments>http://byteeater.wordpress.com/2009/09/17/xbee-a-wireless-joy/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 17:20:14 +0000</pubDate>
		<dc:creator>byteeater</dc:creator>
				<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://byteeater.wordpress.com/?p=57</guid>
		<description><![CDATA[Xbee are the most popular RF Transceivers. These little blue, bee shaped devices are of very powerful applications. They are highly r1eliable in sending/receiving the data as well. In this blog byte eater will describe you how to connect a MCU with a PC …WIRELESSLY… Buy: http://www.sparkfun.com/commerce/product_info.php?products_id=8691 Note: Xbee Series 2 will not communicate with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=byteeater.wordpress.com&amp;blog=9422661&amp;post=57&amp;subd=byteeater&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Xbee are the most popular RF Transceivers. These little blue, bee shaped devices are of very powerful applications. They are highly r1eliable in sending/receiving the data as well. In this blog byte eater will describe you how to connect a MCU with a PC …WIRELESSLY…</p>
<p>Buy:</p>
<p><a href="http://www.sparkfun.com/commerce/product_info.php?products_id=8691">http://www.sparkfun.com/commerce/product_info.php?products_id=8691</a></p>
<p><span style="color:#ff0000;">Note: Xbee Series 2 will not communicate with Xbee Series 1</span></p>
<p><img class="alignnone size-full wp-image-59" title="Wireless" src="http://byteeater.files.wordpress.com/2009/09/234253y.png?w=450" alt="Wireless"   /></p>
<p>Some of the key features of Xbee modules are:</p>
<ul>
<li>3.3V @ 40mA</li>
</ul>
<ul>
<li>250kbps Max data rate</li>
<li>2mW output (+3dBm)</li>
<li>400ft (120m) range</li>
<li>Built-in antenna</li>
<li>Fully FCC certified</li>
<li>6 10-bit ADC input pins</li>
<li>8 digital IO pins</li>
<li>128-bit encryption</li>
<li>Local or over-air configuration</li>
<li>AT or API command set</li>
</ul>
<h2><em><strong> Aim:</strong></em></h2>
<p>We will design a simple wireless communication system. A microcontroller will wirelessly send data to a PC. We will use “HyperTerminal” on pc to see the data from microcontroller. What ever microcontroller sends on its TX pin, it is received on the RX pin of the other XBEE. Simple.</p>
<p>Now, the first feature is a little tricky for some of us who have the habit of using 5v Logic devices. Xbee is not 5v tolerant means no 5v to Xbee.</p>
<p>So, the first step in making a circuit will be a voltage translator. We need to convert the 5v signals to 3.3v signals so that Xbee remains happy (works).</p>
<p>If you hate to solder, sparkfun has a good translator board. Otherwise please refer to the schematic on the sparkfun page below.</p>
<p>Logic Level Converter:</p>
<p><a href="http://www.sparkfun.com/commerce/product_info.php?products_id=8745">http://www.sparkfun.com/commerce/product_info.php?products_id=8745</a></p>
<p>For the schematic</p>
<p><a href="http://www.sparkfun.com/datasheets/BreakoutBoards/Level-Converter-v10.pdf">http://www.sparkfun.com/datasheets/BreakoutBoards/Level-Converter-v10.pdf</a></p>
<h2><em><strong> </strong><strong>Programming Xbee to talk to each other</strong></em></h2>
<p>When we buy the Xbee pair, the modules doesn’t know the each other. So to make them recognize each other for communication we need to program the Xbee modules.</p>
<p>This is a small circuit which will be used to program the Xbee.</p>
<p><a href="http://byteeater.files.wordpress.com/2009/09/xbee1.png"><img class="alignnone size-full wp-image-69" title="xbee" src="http://byteeater.files.wordpress.com/2009/09/xbee1.png?w=450&#038;h=330" alt="xbee" width="450" height="330" /></a></p>
<p>Or if you want to buy the board, it’s the Xbee Explorer.</p>
<p><a href="http://www.sparkfun.com/commerce/product_info.php?products_id=9111">http://www.sparkfun.com/commerce/product_info.php?products_id=9111</a></p>
<p>After that you need software to program and configure the Xbee modules.</p>
<p>It’s the X-CTU.</p>
<p><a href="http://ftp1.digi.com/support/utilities/40002637_c.exe">X-CTU Download</a></p>
<p>Now that you have all the hardware connected we will proceed to the programming steps.</p>
<p>Connect the programming circuit (serial explorer) to your PC through serial port or the USB (if you have the USB explorer).</p>
<p>-  Select the com port (Communications port for serial and USB for    USB explorer)</p>
<p>-   Set the baud to 9600, Flow control None, Data bits 8, Parity none, and stop bits to 1</p>
<p>-   Press Test/Query button. It show you the version of your Xbee in the dialogue</p>
<p>-   Goth to modem configuration tab and press Read button</p>
<p>-   It will import all the settings of the Xbee</p>
<p>You have 2 Xbee modules. Set one module to Zigbee Coordinator AT and other to Zigbee Router/End Device AT</p>
<p>-   PAN ID of both Modules should be same</p>
<p>-   DL and DH of one module should be the SL and SH of the other module respectively (See photo)</p>
<p><a href="http://byteeater.files.wordpress.com/2009/09/xbee222231.png"><img class="alignnone size-full wp-image-71" title="xbee22223" src="http://byteeater.files.wordpress.com/2009/09/xbee222231.png?w=450&#038;h=278" alt="xbee22223" width="450" height="278" /></a></p>
<p>Now press the Write button to start burning the parameter in the Xbee module</p>
<h2><em><strong>Testing the Chat</strong></em></h2>
<p>Connect one Xbee module using the serial or the USB explorer to a pc. Connect the other Xbee module to another pc.</p>
<p>Open Hyper Terminal. Set the communication settings to</p>
<p>Baud: 9600</p>
<p>Parity: none</p>
<p>Data bits: 8</p>
<p>Stop bit: 1</p>
<p>What ever you type in the hyper terminal will appear at the hyper terminal of the other pc. It will check your Xbee configuration.</p>
<p>Microcontroller – Xbee – PC</p>
<p>To interface the Xbee with a microcontroller, use the logic level converter.</p>
<p>Be sure to connect TX of microcontroller to the RX of the Xbee and vice versa</p>
<p>using the level translator.</p>
<p>NOTE: Xbee is not 5v tolerant place the logic level translator between Xbee and the microcontroller.</p>
<p>And connect the other Xbee module using USB or serial explorer to a PC.</p>
<p>Whatever microcontroller transmits on TX pin will be received by the PC and shown on Hyper Terminal.</p>
<p>Enjoy the high-quality wireless communication.</p>
<p>Please let me know if I could be of further assistance.</p>
<br />Posted in Wireless  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/byteeater.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/byteeater.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/byteeater.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/byteeater.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/byteeater.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/byteeater.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/byteeater.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/byteeater.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/byteeater.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/byteeater.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/byteeater.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/byteeater.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/byteeater.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/byteeater.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=byteeater.wordpress.com&amp;blog=9422661&amp;post=57&amp;subd=byteeater&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://byteeater.wordpress.com/2009/09/17/xbee-a-wireless-joy/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c7055789b216518956e8fef60a555a01?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">byteeater</media:title>
		</media:content>

		<media:content url="http://byteeater.files.wordpress.com/2009/09/234253y.png" medium="image">
			<media:title type="html">Wireless</media:title>
		</media:content>

		<media:content url="http://byteeater.files.wordpress.com/2009/09/xbee1.png" medium="image">
			<media:title type="html">xbee</media:title>
		</media:content>

		<media:content url="http://byteeater.files.wordpress.com/2009/09/xbee222231.png" medium="image">
			<media:title type="html">xbee22223</media:title>
		</media:content>
	</item>
		<item>
		<title>Course Project Proposal Deadline 30-Sept-2009</title>
		<link>http://byteeater.wordpress.com/2009/09/16/course-project-deadline-30-sept-3009/</link>
		<comments>http://byteeater.wordpress.com/2009/09/16/course-project-deadline-30-sept-3009/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 09:48:41 +0000</pubDate>
		<dc:creator>byteeater</dc:creator>
				<category><![CDATA[CourseWare - IEE]]></category>

		<guid isPermaLink="false">http://byteeater.wordpress.com/?p=45</guid>
		<description><![CDATA[All IEE students must meet the dealline to submit there proposals. The proposal should be printed not written on the standard A4 size sheet. Posted in CourseWare - IEE<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=byteeater.wordpress.com&amp;blog=9422661&amp;post=45&amp;subd=byteeater&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>All IEE students must meet the dealline to submit there proposals. The proposal should be printed not written on the standard A4 size sheet.</p>
<br />Posted in CourseWare - IEE  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/byteeater.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/byteeater.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/byteeater.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/byteeater.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/byteeater.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/byteeater.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/byteeater.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/byteeater.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/byteeater.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/byteeater.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/byteeater.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/byteeater.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/byteeater.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/byteeater.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=byteeater.wordpress.com&amp;blog=9422661&amp;post=45&amp;subd=byteeater&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://byteeater.wordpress.com/2009/09/16/course-project-deadline-30-sept-3009/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c7055789b216518956e8fef60a555a01?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">byteeater</media:title>
		</media:content>
	</item>
	</channel>
</rss>
