<?xml version="1.0" encoding="utf-8"?>
				<!-- generator="e107" -->
				<!-- content type="Forum / topic" -->
				<rss  version="2.0">
				<channel>
				<title>8051 Microcontroller Projects AVR PIC Projects Tutorials Ebooks Libraries codes : Forum / topic</title>
				<link>http://www.8051projects.net/</link>
				<description>Learn to make simple microcontroller projects, pic, 8051, avr and arm projects. download 8051 projects, tutorials, libraries, sample codes. join the microcontroller discussion forum and ask doubts regarding electronics. the best source for 8051 over internet.</description>

<language>en-gb</language>
				<copyright><a rel="license" href="http://creativecommons.org/licenses/by-nc/2.5/in/" target="_blank"><img alt="Creative Commons License" width="80" height="15" style="border-width:0" src="http://i.creativecommons.org/l/by-nc/2.5/in/80x15.png" target="_blank" /></a>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/2.5/in/" target="_blank">Creative Commons Attribution-Noncommercial 2.5 India License</a>.<a href='http://www.8051projects.net/disclaimer.htm' target='_blank' />Rickey's World Disclaimer</a></copyright>
				<managingEditor>Ajay Bhargav - contact@nospam.com</managingEditor>
				<webMaster>contact@nospam.com</webMaster>
				<pubDate>Thu, 20 Nov 2008 23:19:18 -0800</pubDate>
				<lastBuildDate>Thu, 20 Nov 2008 23:19:18 -0800</lastBuildDate>
				<docs>http://backend.userland.com/rss</docs>
				<generator>e107 (http://e107.org)</generator>
				<ttl>60</ttl>
				<textInput>
				<title>Search</title>
				<description>Search 8051 Microcontroller Projects AVR PIC Projects Tutorials Ebooks Libraries codes</description>
				<name>query</name>
				<link>http://www.8051projects.net/search.php</link>
				</textInput>
						<item>
						<title>IR based home automation HOW TO COUNT THE PULSE CODE MODULATION OUTPUT</title>
<link>http://www.8051projects.net/forum-t10679.html</link>
<description><![CDATA[HI GUYS,<br />I m facing a problem how to count the pulse codes given by the IR sensor TSOP1738...<br />i want program on the basis of which key is pressed in the  remote...<br />I m working on a home automation( IR) project, and i m using the PIC16F72 mcu.<br />already i was enable the counter read the o/p of the IR sensor, but i don't know how to read the codes according to the key pressed......<br />please help me, and  send me some example codes.........<br />ITS VERY URGENT......... this PROJECT DEAD LINE is on 18th july....<br />help me................]]></description>
<pubDate>Mon, 07 Jul 2008 21:24:03 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t10679.html</guid>
</item>
						<item>
						<title>Re: IR based home automation HOW TO COUNT THE PULSE CODE MODULATION OUTPUT</title>
<link>http://www.8051projects.net/forum-t10679.html</link>
<description><![CDATA[I hope you have read how RC5 remote works.. so the time for every bit is defined and fixed. After you sense the first low at pin where IR receiver is connected, you wait for fixed amount of time to read bits coming on the way with IR signal.<br /><br />You may need to do lot of testing as timing is always a problem.<br />Try to start with something. Use my 8051 IR project as reference. It will help you.<br /><br />use 1736 for reception not 1738.<br /><br />PS: moving this post to PIC Discussion section.]]></description>
<author>Ajay&lt;contact@nospam.com&gt;</author>
<pubDate>Tue, 08 Jul 2008 08:19:22 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t10679.html</guid>
</item>
						<item>
						<title>Re: IR based home automation HOW TO COUNT THE PULSE CODE MODULATION OUTPUT</title>
<link>http://www.8051projects.net/forum-t10679.html</link>
<description><![CDATA[what is the difference between 1738 and 1736,what is the problem with 1738....<br />ur code is in C or it is in assembly language......<br />thanx for ur suggetion..........<br />may i know at what time u will be online......]]></description>
<author>electronicfreak&lt;sachin.kolkar@nospam.com&gt;</author>
<pubDate>Wed, 09 Jul 2008 03:05:13 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t10679.html</guid>
</item>
						<item>
						<title>Re: IR based home automation HOW TO COUNT THE PULSE CODE MODULATION OUTPUT</title>
<link>http://www.8051projects.net/forum-t10679.html</link>
<description><![CDATA[TSOP series is represented as TSOP17XX<br />where XX means the modulating frequency.<br />if you are modulating data to be sent at 38khz then you have to use TSOP1738 so that you can demodulate the signal successfully.<br /><br />RC5 remote use 36khz carrier frequency so you have to use TSOP1736 to demodulate the remote signal successfully.<br /><br />I dont have a fixed time for being online <img src='http://www.8051projects.net/e107_images/emotes/yahoo/1.gif' alt='' style='vertical-align:middle; border:0' />]]></description>
<author>Ajay&lt;contact@nospam.com&gt;</author>
<pubDate>Thu, 10 Jul 2008 07:12:53 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t10679.html</guid>
</item>
						<item>
						<title>Re: IR based home automation HOW TO COUNT THE PULSE CODE MODULATION OUTPUT</title>
<link>http://www.8051projects.net/forum-t10679.html</link>
<description><![CDATA[Read this for RC5 ... <a class='bbcode' href='http://www.8051projects.net/out.php?link=http://www.ustr.net/infrared/infrared1.shtml' rel='external'  target='_blank'>http://www.ustr.net/infrared/infrared1.shtml</a><br />And here's Ajay's code in asm ... <a class='bbcode' href='http://www.8051projects.net/downloads185.html' rel='external'  target='_blank'>http://www.8051projects.net/downloads185.html</a>]]></description>
<author>sashijoseph&lt;sashijoseph@nospam.com&gt;</author>
<pubDate>Thu, 10 Jul 2008 11:16:27 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t10679.html</guid>
</item>
						<item>
						<title>Re: IR based home automation HOW TO COUNT THE PULSE CODE MODULATION OUTPUT</title>
<link>http://www.8051projects.net/forum-t10679.html</link>
<description><![CDATA[i m using the counter in microcontroller, it it increments the register when rising pulse occurs... is it a right right way to read the rc5 code...<br />in ur prooject you r using the INT1  pin?<br />it makes any   difference <img src='http://www.8051projects.net/e107_images/emotes/yahoo/102.gif' alt='' style='vertical-align:middle; border:0' />]]></description>
<author>electronicfreak&lt;sachin.kolkar@nospam.com&gt;</author>
<pubDate>Thu, 10 Jul 2008 22:39:31 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t10679.html</guid>
</item>
						<item>
						<title>Re: IR based home automation HOW TO COUNT THE PULSE CODE MODULATION OUTPUT</title>
<link>http://www.8051projects.net/forum-t10679.html</link>
<description><![CDATA[hi u can use interrupts pins...it ill be easy way i think write ur counting program inside interrupt service routine...... <img src='http://www.8051projects.net/e107_images/emotes/yahoo/16.gif' alt='' style='vertical-align:middle; border:0' />]]></description>
<author>umibond&lt;umesh.chandru@nospam.com&gt;</author>
<pubDate>Thu, 10 Jul 2008 23:01:55 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t10679.html</guid>
</item>
						<item>
						<title>Re: IR based home automation HOW TO COUNT THE PULSE CODE MODULATION OUTPUT</title>
<link>http://www.8051projects.net/forum-t10679.html</link>
<description><![CDATA[i dont know how to count a signal which connected to intrupt pin....<br />please can u send me anyexample code......<br />is it works like inbuilt counter as mentioned in my previous reply.. <img src='http://www.8051projects.net/e107_images/emotes/yahoo/102.gif' alt='' style='vertical-align:middle; border:0' />  <br />]]></description>
<author>electronicfreak&lt;sachin.kolkar@nospam.com&gt;</author>
<pubDate>Fri, 11 Jul 2008 00:33:53 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t10679.html</guid>
</item>
						<item>
						<title>Re: IR based home automation HOW TO COUNT THE PULSE CODE MODULATION OUTPUT</title>
<link>http://www.8051projects.net/forum-t10679.html</link>
<description><![CDATA[thanx every one, i m using the PIC16F72 for this project ,and i m using synchronus counter on pin PC1...... there are  2 counter input pins , can i short them as u made it in above ckt............]]></description>
<author>electronicfreak&lt;sachin.kolkar@nospam.com&gt;</author>
<pubDate>Fri, 11 Jul 2008 21:17:16 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t10679.html</guid>
</item>
						<item>
						<title>Re: IR based home automation HOW TO COUNT THE PULSE CODE MODULATION OUTPUT</title>
<link>http://www.8051projects.net/forum-t10679.html</link>
<description><![CDATA[just use the timer in counter mode and i think you dont even need to use interrupt pin.<br /><br />whenever a the input signal complete its cycle counter will be incremented by one. Hence your pulses will get counted automatically.]]></description>
<author>Ajay&lt;contact@nospam.com&gt;</author>
<pubDate>Sat, 12 Jul 2008 07:11:42 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t10679.html</guid>
</item>
						<item>
						<title>Re: IR based home automation HOW TO COUNT THE PULSE CODE MODULATION OUTPUT</title>
<link>http://www.8051projects.net/forum-t10679.html</link>
<description><![CDATA[well, if there are two timer/counters in the PIC,i think u may need both of them, one in the counter mode to count the pulses and one in the timer mode (internal clock) to measure the time. just start the timer and counter simultaneously and read the counter value when the internal timer reaches a fixed pre determined value.]]></description>
<author>pdi33&lt;islurpundalik@nospam.com&gt;</author>
<pubDate>Sat, 12 Jul 2008 11:52:10 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t10679.html</guid>
</item>
						<item>
						<title>Re: IR based home automation HOW TO COUNT THE PULSE CODE MODULATION OUTPUT</title>
<link>http://www.8051projects.net/forum-t10679.html</link>
<description><![CDATA[Electronicfreak, he is not angry on anyone <img src='http://www.8051projects.net/e107_images/emotes/yahoo/1.gif' alt='' style='vertical-align:middle; border:0' /> <br /><br />Please take it lightly..<br /><br />anyway.. there are number of ways you can decode the IR signal. as i told you my asm code do the same. you can take it as a reference.<br /><br />I have considered the fixed timing of IR signal which is known as per RC5 protocol. other way is you calculate the timing on runtime by using timer controlled by interrupt.<br /><br />If you do the timer way, your program will become clock frequency independent. So you can use either way you want.<br /><br />You can download the code from download section and test it and analyze it carefully.]]></description>
<author>Ajay&lt;contact@nospam.com&gt;</author>
<pubDate>Mon, 14 Jul 2008 08:05:43 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t10679.html</guid>
</item>
						<item>
						<title>Re: IR based home automation HOW TO COUNT THE PULSE CODE MODULATION OUTPUT</title>
<link>http://www.8051projects.net/forum-t10679.html</link>
<description><![CDATA[Guys,I think the OP wants to decode the RC5 codes rather than count pulses.<br /><br />Calling electronicfreak....... do you want to decode the RC5 pulses in order to determine which key was pressed or do you want to count the number of pulses received?]]></description>
<author>sashijoseph&lt;sashijoseph@nospam.com&gt;</author>
<pubDate>Sun, 13 Jul 2008 00:01:04 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t10679.html</guid>
</item>
						<item>
						<title>Re: IR based home automation HOW TO COUNT THE PULSE CODE MODULATION OUTPUT</title>
<link>http://www.8051projects.net/forum-t10679.html</link>
<description><![CDATA[right arun , i got it now. <br />actually , i was thinking on the lines that the pulses are continuous, but the IR sensor would give a burst of pulses  which can happen randomly in real time so yes, u need the interrupt to sense when that occurs, right?<br /><br />good thinking .<br />]]></description>
<author>pdi33&lt;islurpundalik@nospam.com&gt;</author>
<pubDate>Sun, 13 Jul 2008 00:02:25 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t10679.html</guid>
</item>
						<item>
						<title>Re: IR based home automation HOW TO COUNT THE PULSE CODE MODULATION OUTPUT</title>
<link>http://www.8051projects.net/forum-t10679.html</link>
<description><![CDATA[<div class='quote_top'>sashijoseph wrote ...</div><div class='quote'><br />Guys,I think the OP wants to decode the RC5 codes rather than count pulses.<br /><br />Calling electronicfreak....... do you want to decode the RC5 pulses in order to determine which key was pressed or do you want to count the number of pulses received?<br /></div><br />i want to determine which key was pressed .. which ever the way ,its counting pulses of the burst or the other<br />]]></description>
<author>electronicfreak&lt;sachin.kolkar@nospam.com&gt;</author>
<pubDate>Sun, 13 Jul 2008 21:44:39 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t10679.html</guid>
</item>
				</channel>
				</rss>