<?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>wireless technology | Student Projects</title>
	<atom:link href="https://studentprojects.in/tag/wireless-technology/feed/" rel="self" type="application/rss+xml" />
	<link>https://studentprojects.in</link>
	<description>Microcontroller projects, Circuit Diagrams, Project Ideas</description>
	<lastBuildDate>Thu, 06 Nov 2008 11:02:59 +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>DC Motor Control using IR data communication</title>
		<link>https://studentprojects.in/electronics/microcontrollers/dc-motor-control-using-ir-data-communication/</link>
					<comments>https://studentprojects.in/electronics/microcontrollers/dc-motor-control-using-ir-data-communication/#comments</comments>
		
		<dc:creator><![CDATA[Editorial Team]]></dc:creator>
		<pubDate>Thu, 06 Nov 2008 11:02:59 +0000</pubDate>
				<category><![CDATA[Microcontroller Based Mini Projects]]></category>
		<category><![CDATA[DC motor]]></category>
		<category><![CDATA[IR communication]]></category>
		<category><![CDATA[wireless technology]]></category>
		<category><![CDATA[remote controls]]></category>
		<category><![CDATA[Transmission]]></category>
		<category><![CDATA[Reception]]></category>
		<guid isPermaLink="false">http://studentprojects.in/?p=97</guid>

					<description><![CDATA[<p>Current generation moves into wireless technology. Every one wishes to use remote controls. In this way, the speed of the DC motor is controlled by IR rays. IR rays get modulated with combination of data signal and carrier wave of 38 kHz. At the received end, the modulated signal is demodulated which is given to</p>
<p>The post <a href="https://studentprojects.in/electronics/microcontrollers/dc-motor-control-using-ir-data-communication/">DC Motor Control using IR data communication</a> first appeared on <a href="https://studentprojects.in">Student Projects</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Current generation moves into wireless technology. Every one wishes to use remote controls. In this way, the speed of the DC motor is controlled by IR rays. IR rays get modulated with combination of data signal and carrier wave of 38 kHz. At the received end, the modulated signal is demodulated which is given to another controller, connected to the Dc motor driving circuit.<br />
<span id="more-97"></span></p>
<figure id="attachment_98" aria-describedby="caption-attachment-98" style="width: 500px" class="wp-caption aligncenter"><img decoding="async" class="size-full wp-image-98" title="Block diagram of DC Motor Control using IR data communication" src="https://studentprojects.in/wp-content/uploads/2008/11/block1.gif" alt="Block diagram of DC Motor Control using IR data communication" width="500" height="352" /><figcaption id="caption-attachment-98" class="wp-caption-text">Block diagram of DC Motor Control using IR data communication</figcaption></figure>
<p><strong>Algorithms:</strong></p>
<p><strong>Transmission</strong><br />
STEP1: Start<br />
STEP2: Initialize the LCD<br />
STEP3: Display speed on LCD<br />
STEP4: Check for interrupt<br />
STEP5: If INT0, increment counter and transmit.<br />
STEP6: If INT1, decrement counter and transmit.<br />
STEP7: Repeat STEP3.<br />
STEP8: End</p>
<p><strong>Reception</strong></p>
<p>STEP1: Start<br />
STEP2: Initialize the LCD<br />
STEP3: Check for serial interrupt<br />
STEP4: Display the received value<br />
STEP5: If Caught compare R0 for 31,32,33,34.<br />
STEP6: If R0 = 31 run motor in 25% speed<br />
STEP7: If R0 = 32 run motor in 50% speed<br />
STEP8: If R0 = 33 run motor in 75% speed<br />
STEP9: If R0 = 34 switch OFF motor<br />
STEP10:Go to STEP3.</p>
<p><strong>Flowchart for Transmission:</strong></p>
<figure id="attachment_99" aria-describedby="caption-attachment-99" style="width: 318px" class="wp-caption aligncenter"><img decoding="async" loading="lazy" class="size-full wp-image-99" title="Flowchart for Transmission" src="https://studentprojects.in/wp-content/uploads/2008/11/flow_trans.gif" alt="Flowchart for Transmission" width="318" height="426" /><figcaption id="caption-attachment-99" class="wp-caption-text">Flowchart for Transmission</figcaption></figure>
<p><strong>Flowchart for Interrupt(INT0):</strong></p>
<figure id="attachment_100" aria-describedby="caption-attachment-100" style="width: 238px" class="wp-caption aligncenter"><img decoding="async" loading="lazy" class="size-full wp-image-100" title="Flowchart for Interrupt(INT0)" src="https://studentprojects.in/wp-content/uploads/2008/11/flow_int0.gif" alt="Flowchart for Interrupt(INT0)" width="238" height="310" /><figcaption id="caption-attachment-100" class="wp-caption-text">Flowchart for Interrupt(INT0)</figcaption></figure>
<p><strong>Flowchart for Interrupt(INT1):</strong></p>
<figure id="attachment_101" aria-describedby="caption-attachment-101" style="width: 259px" class="wp-caption aligncenter"><img decoding="async" loading="lazy" class="size-full wp-image-101" title="Flowchart for Interrupt(INT1)" src="https://studentprojects.in/wp-content/uploads/2008/11/flow_int1.gif" alt="Flowchart for Interrupt(INT1)" width="259" height="354" /><figcaption id="caption-attachment-101" class="wp-caption-text">Flowchart for Interrupt(INT1)</figcaption></figure><p>The post <a href="https://studentprojects.in/electronics/microcontrollers/dc-motor-control-using-ir-data-communication/">DC Motor Control using IR data communication</a> first appeared on <a href="https://studentprojects.in">Student Projects</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://studentprojects.in/electronics/microcontrollers/dc-motor-control-using-ir-data-communication/feed/</wfw:commentRss>
			<slash:comments>40</slash:comments>
		
		
			</item>
	</channel>
</rss>
