<?xml version="1.0" encoding="utf-8" ?>
				<!-- generator="e107" -->
				<!-- content type="Forum / topic" -->
				<rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
				<channel rdf:about="http://www.8051projects.net/">
				<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>
				<dc:language>en-gb</dc:language>
				<dc:date>2008-12-02T00:35:00-08:00</dc:date>
				<dc:creator>contact@nospam.com</dc:creator>
				<admin:generatorAgent rdf:resource="http://e107.org" />
				<admin:errorReportsTo rdf:resource="mailto:contact@nospam.com" />
				<sy:updatePeriod>hourly</sy:updatePeriod>
				<sy:updateFrequency>1</sy:updateFrequency>
				<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
				<items>
				<rdf:Seq>
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t9409.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t9409.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t9409.html" />
				</rdf:Seq>
				</items>
				</channel>
						<item rdf:about="http://www.8051projects.net/forum-t9409.html">
						<title>Need help to generate PWM signal</title>
						<link>http://www.8051projects.net/forum-t9409.html</link>
						<dc:date>2008-12-02T00:35:00-08:00</dc:date>
						<dc:creator></dc:creator>
						<dc:subject></dc:subject>
						<description>Hi,I need help on generating PWM signal to the output, iread over the tutorials about the PWM signal, i m sorry, because i really dunno much about the programming, my question is, i don understand about the timer0 function, and i m using pic12f629, and 3 PWM outputs needed, 2nd output is 50 width slower than the 1st output, and 3rd output is 50 witdh slower than 2nd output.can some1 who has spare time, can provide me a PWM code in ASM mode and explanation, i m willing to learn on how to make a successful program. Thank you so much...</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t9409.html">
						<title>Re: Need help to generate PWM signal</title>
						<link>http://www.8051projects.net/forum-t9409.html</link>
						<dc:date>2008-12-02T00:35:00-08:00</dc:date>
						<dc:creator>Ajay</dc:creator>
						<dc:subject></dc:subject>
						<description>do you know how to use PIC timers?all you need to do is make pin high and low for specified times..Timer0 can be configured for counting from 00 to FFHlet say you want a PWM signal with x is width of high so width of low will be FF - xsuch that total will remain FF.when x count is over then you need to change state of pin and load value FF-x in timer after that count is over change state of pin and reload counter to x and so on..this reloading will be done in interrupt service routine of timer0.Please write a small code i will rectify it if i find and mistake.</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t9409.html">
						<title>Re: Need help to generate PWM signal</title>
						<link>http://www.8051projects.net/forum-t9409.html</link>
						<dc:date>2008-12-02T00:35:00-08:00</dc:date>
						<dc:creator>nicholastyc</dc:creator>
						<dc:subject></dc:subject>
						<description>hi Ajay i need some help on generating PWM signal...please show me some example of programming the PWM code in ASM  and the tutorial is not the pic type i m using...i m bit confused on that Timer0 ...please lend me a hand on this..thank you.</description>
						</item>
				</rdf:RDF>