<?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>Mohammad &#187; Uncategorized</title>
	<atom:link href="http://robotics.reefat.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://robotics.reefat.com</link>
	<description>Robotics Blog</description>
	<lastBuildDate>Wed, 17 Nov 2010 07:27:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>My First Differential Drive Robot – ver.1</title>
		<link>http://robotics.reefat.com/2008/09/my-first-differential-drive-robot-ver1/</link>
		<comments>http://robotics.reefat.com/2008/09/my-first-differential-drive-robot-ver1/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 22:32:43 +0000</pubDate>
		<dc:creator>Mohammad</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://robotics.reefat.com/?p=86</guid>
		<description><![CDATA[I think, I am running too fast. After building the ATmega motherboard, I didn’t take more than 1 day to build the whole robot. This was just for testing purpose (not even experimental; you can say pre-experimental). At this very moment, I didn’t have any mechanical tool to build up a nice-looking handsome robot. I [...]]]></description>
			<content:encoded><![CDATA[<p>I think, I am running too fast. After building the ATmega  motherboard, I didn’t take more than 1 day to build the whole robot.  This was just for testing purpose (not even experimental; you can say  pre-experimental). At this very moment, I didn’t have any mechanical  tool to build up a nice-looking handsome robot. I just got a box came  with my NiMH battery charger, and just convert it to the chassis of my  very first robot. Here is a close shot of my ghetto bot:</p>
<p><a href="http://robotics.reefat.com/wp-content/uploads/2008/09/my-first-robot.jpg"><img class="alignnone size-full wp-image-189" title="my-first-robot" src="http://robotics.reefat.com/wp-content/uploads/2008/09/my-first-robot.jpg" alt="" width="420" height="328" /></a></p>
<p>The only task I assigned (programmed) to it was avoiding obstacle.  Meaning, it can detect stuff ahead on its way, and avoids those  roadblocks. Very simple, isn’t it? This is enough as the first program. I  have some other plans to work with. And I will keep posting about my  baby robot. So stay keep-in-touch and don’t forget to check the video:</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/EVhFB5Gdm_U&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/EVhFB5Gdm_U&#038;fs=1" type="application/x-shockwave-flash" width="480" height="385" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://robotics.reefat.com/2008/09/my-first-differential-drive-robot-ver1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Analog to Digital Converter Demo – Sensor Interfacing</title>
		<link>http://robotics.reefat.com/2008/08/analog-to-digital-converter-demo-sensor-interfacing/</link>
		<comments>http://robotics.reefat.com/2008/08/analog-to-digital-converter-demo-sensor-interfacing/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 22:04:58 +0000</pubDate>
		<dc:creator>Mohammad</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://robotics.reefat.com/?p=76</guid>
		<description><![CDATA[This is a simple demo for Analog to Digital Converter. Here I am using National Semiconductor ADC0804, which is a very common 8-bit A/D Converter, compatible with any 8-bit Microprocessor or Microcontroller. In this project I am using a CDS Photocell as an Analog Sensor which is the primary input for the ADC. Based on [...]]]></description>
			<content:encoded><![CDATA[<p>This is a simple demo for Analog to Digital Converter. Here I am using National Semiconductor ADC0804, which is a very common 8-bit A/D Converter, compatible with any 8-bit Microprocessor or Microcontroller. In this project I am using a CDS Photocell as an Analog Sensor which is the primary input for the ADC. Based on the input voltage on Pin 6, ADC converts it to digital signal which is an 8-Bit data between 0 and 255. This 8-bit data is then passed through these 8-lines and captured by the <a title="USBMicro Interfacing Device" href="http://www.usbmicro.com/" target="_blank">USBMicro Interfacing Device</a>, which is plugged into my laptop. This USBMicro is very useful for I/O interfacing through the USB port.</p>
<p><a href="http://robotics.reefat.com/wp-content/uploads/2008/08/adc-sensor-demo-schematic.gif"><img class="alignnone size-full wp-image-180" title="adc-sensor-demo-schematic" src="http://robotics.reefat.com/wp-content/uploads/2008/08/adc-sensor-demo-schematic.gif" alt="" width="420" height="390" /></a></p>
<p><a href="http://robotics.reefat.com/wp-content/uploads/2008/08/usbmicro401-adc0804.jpg"><img class="alignnone size-full wp-image-181" title="usbmicro401-adc0804" src="http://robotics.reefat.com/wp-content/uploads/2008/08/usbmicro401-adc0804.jpg" alt="" width="420" height="195" /></a></p>
<p><a href="http://robotics.reefat.com/wp-content/uploads/2008/08/adc-sensor-demo.jpg"><img class="alignnone size-full wp-image-179" title="adc-sensor-demo" src="http://robotics.reefat.com/wp-content/uploads/2008/08/adc-sensor-demo.jpg" alt="" width="420" height="289" /></a></p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/Cb83nKHdajQ&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Cb83nKHdajQ&#038;fs=1" type="application/x-shockwave-flash" width="480" height="385" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Download VB.6 Source <a title="Download VB.6 Source" href="http://robotics.reefat.com/wp-content/uploads/2008/08/ADC-Demo-VB.6.zip" target="_self">ADC-Demo-VB.6.zip</a><br />
Download VB.NET <a title="Download VB.NET Source" href="http://robotics.reefat.com/wp-content/uploads/2008/08/ADC-Demo-VBNET.zip" target="_self">Source ADC-Demo-VB.NET.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://robotics.reefat.com/2008/08/analog-to-digital-converter-demo-sensor-interfacing/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The First 8051 Microcontroller Project – LED Blinking</title>
		<link>http://robotics.reefat.com/2008/08/the-first-8051-microcontroller-project-led-blinking/</link>
		<comments>http://robotics.reefat.com/2008/08/the-first-8051-microcontroller-project-led-blinking/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 21:22:18 +0000</pubDate>
		<dc:creator>Mohammad</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://robotics.reefat.com/?p=44</guid>
		<description><![CDATA[The first “Hello World!” project I prefer for Microcontroller is LED Blinking. I have used ATMEL’s 89C51 (40-pins DIP) 8051 architecture microcontroller which is ideal for first time learning MCU Chip. I used my previously made 5V Regulator to supply uninterrupted regulated DC voltage. The program is very simple and straight forward, that uses a [...]]]></description>
			<content:encoded><![CDATA[<p>The first “Hello World!” project I prefer for Microcontroller is LED  Blinking. I have used ATMEL’s 89C51 (40-pins DIP) 8051 architecture  microcontroller which is ideal for first time learning MCU Chip. I used my previously made <a title="5V Regulated Power Supply" href="http://robotics.reefat.com/2008/08/simple-5v-regulated-power-supply-for-digital-circuits/" target="_self">5V Regulator</a> to supply uninterrupted regulated DC voltage. The program is very simple and straight forward, that uses a delay procedure that loops for 255 x 256 = 65536 times and produce loop based software delay.</p>
<p><a href="http://robotics.reefat.com/wp-content/uploads/2008/08/89c51-led-blink-schematic.gif"><img class="alignnone size-full wp-image-175" title="89c51-led-blink-schematic" src="http://robotics.reefat.com/wp-content/uploads/2008/08/89c51-led-blink-schematic.gif" alt="" width="420" height="315" /></a></p>
<p><a href="http://robotics.reefat.com/wp-content/uploads/2008/08/89c51-led-blink-onboard.jpg"><img class="alignnone size-full wp-image-174" title="89c51-led-blink-onboard" src="http://robotics.reefat.com/wp-content/uploads/2008/08/89c51-led-blink-onboard.jpg" alt="" width="420" height="315" /></a></p>
<div>
<div>
<pre>		<span style="color: #0000ff;">org</span><span style="color: #0000ff;">		</span><span style="color: #008000;">0000h</span>
<span style="color: #ff00ff;">loop:</span>
		<span style="color: #0000ff;">mov		</span><span style="color: #ff6600;">b</span>, <span style="color: #008000;">#0FFh</span>
		<span style="color: #0000ff;">acall		</span>delay
		<span style="color: #0000ff;">clr		</span><span style="color: #ff6600;">p1.0</span>
		<span style="color: #0000ff;">mov		</span><span style="color: #ff6600;">b</span>, <span style="color: #008000;">#0FFh</span>
		<span style="color: #0000ff;">acall		</span>delay
		<span style="color: #0000ff;">mov		</span><span style="color: #ff6600;">p1</span>, <span style="color: #008000;">#0FFh</span>

		<span style="color: #0000ff;">ajmp		</span>loop

<span style="color: #ff00ff;">delay:</span>
		<span style="color: #0000ff;">djnz		</span><span style="color: #ff6600;">acc</span>, delay
		<span style="color: #0000ff;">mov		</span><span style="color: #ff6600;">acc</span>, <span style="color: #008000;">#0FFh</span>
		<span style="color: #0000ff;">djnz		</span><span style="color: #ff6600;">b</span>, delay
		<span style="color: #0000ff;">ret</span>
<span style="color: #ff00ff;">end</span></pre>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/HatqLE6OPSU&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/HatqLE6OPSU&#038;fs=1" type="application/x-shockwave-flash" width="480" height="385" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://robotics.reefat.com/2008/08/the-first-8051-microcontroller-project-led-blinking/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Simple 5V Regulated Power Supply For Digital Circuits</title>
		<link>http://robotics.reefat.com/2008/08/simple-5v-regulated-power-supply-for-digital-circuits/</link>
		<comments>http://robotics.reefat.com/2008/08/simple-5v-regulated-power-supply-for-digital-circuits/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 21:09:40 +0000</pubDate>
		<dc:creator>Mohammad</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://robotics.reefat.com/?p=40</guid>
		<description><![CDATA[This circuit is a small +5V power supply, which is useful when experimenting with digital electronics. Small inexpensive wall adapter with variable output voltage are available from any electronics shop and supermarket. Those adapters are easily available, but usually their voltage regulation is very poor, which makes them not very usable for digital circuit experimenter [...]]]></description>
			<content:encoded><![CDATA[<p>This circuit is a small +5V power supply, which is useful when  experimenting with digital electronics. Small inexpensive wall adapter  with variable output voltage are available from any electronics shop and  supermarket. Those adapters are easily available, but usually their  voltage regulation is very poor, which makes them not very usable for  digital circuit experimenter unless a better regulation can be achieved  in some way. The following circuit is the answer to the problem</p>
<p><a href="http://robotics.reefat.com/wp-content/uploads/2008/08/5v-regulated-power-supply-schematic.gif"><img class="alignnone size-full wp-image-172" title="5v-regulated-power-supply-schematic" src="http://robotics.reefat.com/wp-content/uploads/2008/08/5v-regulated-power-supply-schematic.gif" alt="" width="420" height="250" /></a></p>
<p>This circuit can give +5V output at about 150 mA current, but it can  be increased to 1A when good cooling is added to 7805 regulator chip.  The circuit has over overload and thermal protection.</p>
<p><a href="http://robotics.reefat.com/wp-content/uploads/2008/08/5v-regulated-power-supply-onboard.jpg"><img class="alignnone size-full wp-image-171" title="5v-regulated-power-supply-onboard" src="http://robotics.reefat.com/wp-content/uploads/2008/08/5v-regulated-power-supply-onboard.jpg" alt="" width="420" height="332" /></a></p>
<p>I have just made one which you see in the picture above where I have  added two header pins so that it can be easily plugged onto a solderless  breadboard.</p>
]]></content:encoded>
			<wfw:commentRss>http://robotics.reefat.com/2008/08/simple-5v-regulated-power-supply-for-digital-circuits/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Rotary Camera Using Stepper Motor</title>
		<link>http://robotics.reefat.com/2008/08/rotary-camera-using-stepper-motor/</link>
		<comments>http://robotics.reefat.com/2008/08/rotary-camera-using-stepper-motor/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 20:43:20 +0000</pubDate>
		<dc:creator>Mohammad</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://robotics.reefat.com/?p=14</guid>
		<description><![CDATA[This is a simple stepper motor controller which rotates a small wireless camera attached to it. This uses the same circuit of the previous project. The only difference is that the camera moves only if the Right or Left arrow key is pressed from keyboard. In the previous project the stepper motor used to rotate [...]]]></description>
			<content:encoded><![CDATA[<p>This is a simple stepper motor controller which rotates a small  wireless camera attached to it. This uses the same circuit of the <a title="Previous Project" href="http://robotics.reefat.com/2008/08/14/2008/08/14/the-first-stepper-motor-project/" target="_self">previous project</a>. The only difference is that the  camera moves only if the Right or Left arrow key is pressed from  keyboard. In the previous project the stepper motor used to rotate  anti-clock wise. Here I change the code little bit to rotate is  clockwise. I just simple reversed the step sequence. So for clockwise  rotation the step sequence is:</p>
<p><code>STEP-1   0001     5<br />
</code><code>STEP-2   1001     4<br />
</code><code>STEP-3   1000     6<br />
</code><code>STEP-4   1010     2<br />
</code><code>STEP-5   0010    10<br />
</code><code>STEP-6   0110     8<br />
</code><code>STEP-7   0100     9<br />
</code><code>STEP-8   0101     1</code></p>
<p><a href="http://robotics.reefat.com/wp-content/uploads/2008/08/rotary-camera-using-stepper.jpg"><img class="alignnone size-full wp-image-17" title="rotary-camera-using-stepper" src="http://robotics.reefat.com/wp-content/uploads/2008/08/rotary-camera-using-stepper.jpg" alt="" width="420" height="315" /></a></p>
<p>Here I used a wireless camera which sends A/V Signals at 2.4GHz  frequency and on the other hand, the receiver receives it sends it to PC  as video streams using an additional USB Capturing device named <strong>EasyCap</strong>.</p>
<p><a href="http://robotics.reefat.com/wp-content/uploads/2008/08/easycap.jpg"><img class="alignnone size-full wp-image-18" title="easycap" src="http://robotics.reefat.com/wp-content/uploads/2008/08/easycap.jpg" alt="" width="420" height="315" /></a></p>
<p>The video capturing program is written in VB.NET using a 3rd Party  Class names <a title="iCam Class" href="http://www.vbforums.com/showthread.php?p=2048466" target="_blank">iCam</a> which uses  avicap32.dll to work with the video captured by the camera.</p>
<p>Here is the live demonstration of this project:</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/iBqb5ICJfBA&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/iBqb5ICJfBA&#038;fs=1" type="application/x-shockwave-flash" width="480" height="385" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://robotics.reefat.com/2008/08/rotary-camera-using-stepper-motor/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)

Served from: robotics.reefat.com @ 2012-02-07 18:25:29 -->
