<?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>Robotic car | Student Projects</title>
	<atom:link href="https://studentprojects.in/tag/robotic-car/feed/" rel="self" type="application/rss+xml" />
	<link>https://studentprojects.in</link>
	<description>Microcontroller projects, Circuit Diagrams, Project Ideas</description>
	<lastBuildDate>Tue, 28 Apr 2009 12:19:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>
	<item>
		<title>Robotic car using 8951 Microcontroller</title>
		<link>https://studentprojects.in/electronics/microcontrollers/robotic-car-using-8951-microcontroller/</link>
					<comments>https://studentprojects.in/electronics/microcontrollers/robotic-car-using-8951-microcontroller/#comments</comments>
		
		<dc:creator><![CDATA[Editorial Team]]></dc:creator>
		<pubDate>Wed, 19 Nov 2008 11:29:22 +0000</pubDate>
				<category><![CDATA[Matrix Programs]]></category>
		<category><![CDATA[Microcontroller Based Mini Projects]]></category>
		<category><![CDATA[Stepper motor]]></category>
		<category><![CDATA[8951 Microcontroller]]></category>
		<category><![CDATA[Robotic car]]></category>
		<category><![CDATA[Intefacing Keyboard]]></category>
		<guid isPermaLink="false">http://studentprojects.in/?p=177</guid>

					<description><![CDATA[<p>Robotic Car is a miniature prototype car powered by batteries whose various movements can be control either manually or automatically, or the combination of both.</p>
<p>The post <a href="https://studentprojects.in/electronics/microcontrollers/robotic-car-using-8951-microcontroller/">Robotic car using 8951 Microcontroller</a> first appeared on <a href="https://studentprojects.in">Student Projects</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Robotic Car is a miniature prototype car powered by batteries whose various movements can be control either manually or automatically, or the combination of both.  Here the command is given through keyboard; it would have been better if we used IR remote control or something of that kind rather than using keyboard for commanding. However, by realizing the complexities we have made simple using keyboard.</p>
<figure id="attachment_178" aria-describedby="caption-attachment-178" style="width: 500px" class="wp-caption aligncenter"><img decoding="async" class="size-full wp-image-178" title="Block diagram of the project" src="https://studentprojects.in/wp-content/uploads/2008/11/block5.gif" alt="Block diagram of the project:" width="500" height="319" /><figcaption id="caption-attachment-178" class="wp-caption-text">Block diagram of the project:</figcaption></figure>
<p><strong>Some photographs of this model:</strong></p>
<figure id="attachment_179" aria-describedby="caption-attachment-179" style="width: 500px" class="wp-caption aligncenter"><img decoding="async" loading="lazy" class="size-full wp-image-179" title="Robotic car model" src="https://studentprojects.in/wp-content/uploads/2008/11/photo_1.gif" alt="Robotic car model" width="500" height="337" /><figcaption id="caption-attachment-179" class="wp-caption-text">Robotic car model</figcaption></figure>
<figure id="attachment_180" aria-describedby="caption-attachment-180" style="width: 500px" class="wp-caption aligncenter"><img decoding="async" loading="lazy" class="size-full wp-image-180" title="Robotic car model" src="https://studentprojects.in/wp-content/uploads/2008/11/photo_2.gif" alt="Robotic car model" width="500" height="337" /><figcaption id="caption-attachment-180" class="wp-caption-text">Robotic car model</figcaption></figure>
<p><strong>Project Description:</strong></p>
<p><strong>Keyboard section:</strong></p>
<p>There are six switches in this section. They are</p>
<ol>
<li>Turn left.</li>
<li>Turn right.</li>
<li>Stop.</li>
<li>About turn.</li>
<li>Park left.</li>
<li>Park right.</li>
</ol>
<p>Circuit diagram of keyboard is shown bellow.</p>
<figure id="attachment_181" aria-describedby="caption-attachment-181" style="width: 258px" class="wp-caption aligncenter"><img decoding="async" loading="lazy" class="size-full wp-image-181" title="Keyboard circuit of the Robotic car" src="https://studentprojects.in/wp-content/uploads/2008/11/keyboard2.jpg" alt="Keyboard circuit of the Robotic car" width="258" height="262" /><figcaption id="caption-attachment-181" class="wp-caption-text">Keyboard circuit of the Robotic car</figcaption></figure>
<p><strong>Car section:</strong></p>
<p>There are many sub sections in this section. They are</p>
<p><strong> Motor:</strong></p>
<p>We are using a 5V dc motor to drive the vehicle. The speed of the vehicle and its strength is controlled by the proper use of pulley. The rear wheel of the vehicle is connected to this motor through a pulley. This motor is meant for moving the vehicle both in forward and backward direction. Microcontroller (8051) controls the forward and backward movement of the vehicle in the following manner:</p>
<figure id="attachment_182" aria-describedby="caption-attachment-182" style="width: 311px" class="wp-caption aligncenter"><img decoding="async" loading="lazy" class="size-full wp-image-182" title="Circuit diagram of Motor connection" src="https://studentprojects.in/wp-content/uploads/2008/11/circuit2.gif" alt="Circuit diagram of Motor connection" width="311" height="317" /><figcaption id="caption-attachment-182" class="wp-caption-text">Circuit diagram of Motor connection</figcaption></figure>
<p>Here in the above circuit, T1, T2, T3, T4 are the NPN power transistor (2N3055). A0, A1, A2, A3 are the signals coming from the micro controller. With the specific combination of A0, A1, A2, A3 we can change the direction of rotation of motor as follows:</p>
<p><strong> Case I:</strong> When   A0=high; A3=high; &amp; A1=low; A2=low<br />
The motor rotates in clockwise direction<br />
<strong><br />
Case II:</strong> When   A0=low; A3=low; &amp; A1=high; A2=high<br />
The motor rotates in anti-clockwise direction<br />
<strong><br />
Case III:</strong> When   A0=low; A3=low; A1=low; A2=low<br />
The motor stops the rotation.<br />
<strong> </strong></p><p>The post <a href="https://studentprojects.in/electronics/microcontrollers/robotic-car-using-8951-microcontroller/">Robotic car using 8951 Microcontroller</a> first appeared on <a href="https://studentprojects.in">Student Projects</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://studentprojects.in/electronics/microcontrollers/robotic-car-using-8951-microcontroller/feed/</wfw:commentRss>
			<slash:comments>498</slash:comments>
		
		
			</item>
	</channel>
</rss>
