<?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>Mon, 01 Dec 2008 12:37:55 -0800</pubDate>
				<lastBuildDate>Mon, 01 Dec 2008 12:37:55 -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>ATmega or just a Tiny AVR</title>
<link>http://www.8051projects.net/forum-t8692.html</link>
<description><![CDATA[<br />Hi<br /><br />Im actually designing a Switch Mode Power Supply circuit. <br />I then would like to apply a digital control at the feedback loop using an AVR.<br />This is to smooth out the output signal, getting rid of the ripples and such to prove that a digital control over analog is more reliable and useful.<br />However, I was before using an ATmega169 on Butterfly board which now I found too complicated for a simple program like mine.<br />I feel like avoiding the hassle and turn to something smaller and simpler.<br />So do I use a Tiny AVR? If so, how do I choose which to use as there are too many of them or which one would u suggest?<br /><br />My analog circuit (SMPS) basically contains:<br /># 3.0V input voltage from power supply<br /># 10kHz 6.0V pk-pk squarewave signal from signal generator<br /># around 5.8V output voltage (which Im gonna lower down with a potential divider before putting it into an ADC)<br /><br />Really hope u could help. Thanks.<br /><br /><br />Nurul<br />]]></description>
<pubDate>Thu, 17 Apr 2008 04:23:45 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t8692.html</guid>
</item>
						<item>
						<title>Re: ATmega or just a Tiny AVR</title>
<link>http://www.8051projects.net/forum-t8692.html</link>
<description><![CDATA[tiny avr will do the job.. <img src='http://www.8051projects.net/e107_images/emotes/yahoo/1.gif' alt='' style='vertical-align:middle; border:0' /> <br />why to use a development board when you can use a smaller controller and make a clean and simple stand alone board.]]></description>
<author>Ajay&lt;contact@nospam.com&gt;</author>
<pubDate>Thu, 17 Apr 2008 06:22:57 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t8692.html</guid>
</item>
						<item>
						<title>Re: ATmega or just a Tiny AVR</title>
<link>http://www.8051projects.net/forum-t8692.html</link>
<description><![CDATA[Oh really..<br />Cos before this I thot using ATmega169 is much easier as it already comes in a package with its Butterfly board.<br />Been stucked with this Butterfly for ages now.<br />But I think I'll stick with the Butterfly first and see whats gonna happen cos my deadline is very close already.<br /><br />And one more thing, as on the Butterfly, we can only get access to limited pins of the AVR right?<br />Ive read somewhere that I could actually replace the ports available to get access to what is not.<br />Say now I would like to access to PORTF cos I have analog input to be fed to the internal ADC.<br />I read somewhere that I could actually use the JTAG ports as ADC[4:7] if JTAG is not being used.<br />And yes in my case, Im not using the JTAG ports.<br />But how do I do that? I mean how do I get access to the ADC[4:7] through the JTAG ports? Codewise?<br /><br />Many thanks in advance.<br />]]></description>
<author>nuRuL&lt;ashleybelle9802@nospam.com&gt;</author>
<pubDate>Thu, 17 Apr 2008 08:12:54 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t8692.html</guid>
</item>
						<item>
						<title>Re: ATmega or just a Tiny AVR</title>
<link>http://www.8051projects.net/forum-t8692.html</link>
<description><![CDATA[To gain access to the PF4:PF7 as ADC you need to disble JTAG.This is done by disabling the JTAGEN fuse bit.<br />Programming fuse bits is possible only through a serial (or parallel) programmer.If your Butterfly board has a ISP header you can connect it to a serial programmer for fuse bit programming.<br />Even with he JTAG enabled you still have 4 ADC channels available.Why not use them?]]></description>
<author>sashijoseph&lt;sashijoseph@nospam.com&gt;</author>
<pubDate>Thu, 17 Apr 2008 14:52:00 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t8692.html</guid>
</item>
						<item>
						<title>Re: ATmega or just a Tiny AVR</title>
<link>http://www.8051projects.net/forum-t8692.html</link>
<description><![CDATA[What do u mean by even with the JTAG enabled I could still use that 4 ADC channels? How do I do that?<br />Plus do I actually need JTAG for my butterfly? What is it for actually?<br /><br />I basically need to access PORTF of the butterfly to feed my analog output from an external circuit to be converted using the ADC. <br /><br />Many thanks in advance.<br />]]></description>
<author>nuRuL&lt;ashleybelle9802@nospam.com&gt;</author>
<pubDate>Fri, 18 Apr 2008 10:02:35 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t8692.html</guid>
</item>
						<item>
						<title>Re: ATmega or just a Tiny AVR</title>
<link>http://www.8051projects.net/forum-t8692.html</link>
<description><![CDATA[See out of the 8 PortF pins only 4 are used for JTAG(ie PF4:PF7).The rest PF0-PF3 can be used as normal I/O pins or as ADC pins.<br />JTAG can be used for programming the chip or for On-chip Debugging.]]></description>
<author>sashijoseph&lt;sashijoseph@nospam.com&gt;</author>
<pubDate>Fri, 18 Apr 2008 15:14:03 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t8692.html</guid>
</item>
						<item>
						<title>Re: ATmega or just a Tiny AVR</title>
<link>http://www.8051projects.net/forum-t8692.html</link>
<description><![CDATA[PWM works in background.. <br /><br />well you can do this way... when compare occurs interrupt is generated and whenever interrupt occurs change state of pin.. <img src='http://www.8051projects.net/e107_images/emotes/yahoo/10.gif' alt='' style='vertical-align:middle; border:0' />  that is all i can say right now..]]></description>
<author>Ajay&lt;contact@nospam.com&gt;</author>
<pubDate>Wed, 23 Apr 2008 02:12:52 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t8692.html</guid>
</item>
						<item>
						<title>Re: ATmega or just a Tiny AVR</title>
<link>http://www.8051projects.net/forum-t8692.html</link>
<description><![CDATA[manythanks for those info<br />ive one more question<br /><br />say i have done my coding for PWM on timer/counter0<br />the output should be on OCR0 which is PB4 (according to ATmega169 pinout)<br />but im using my school's development board and PORTB is not connected<br />so my Q is how do i do the code to make PORTD to output whats on PB4?<br />]]></description>
<author>nuRuL&lt;ashleybelle9802@nospam.com&gt;</author>
<pubDate>Tue, 22 Apr 2008 22:49:42 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t8692.html</guid>
</item>
				</channel>
				</rss>