<?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>microcontroller projects | Student Projects</title>
	<atom:link href="https://studentprojects.in/tag/microcontroller-projects/feed/" rel="self" type="application/rss+xml" />
	<link>https://studentprojects.in</link>
	<description>Microcontroller projects, Circuit Diagrams, Project Ideas</description>
	<lastBuildDate>Thu, 10 Mar 2022 10:14:41 +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>AT89SXX ISP Flash Programmer v1.4</title>
		<link>https://studentprojects.in/electronics/microcontrollers/at89sxx-isp-flash-programmer-v1-4/</link>
					<comments>https://studentprojects.in/electronics/microcontrollers/at89sxx-isp-flash-programmer-v1-4/#comments</comments>
		
		<dc:creator><![CDATA[Amit Sengupta]]></dc:creator>
		<pubDate>Sun, 30 Sep 2012 06:53:44 +0000</pubDate>
				<category><![CDATA[Microcontroller Based Mini Projects]]></category>
		<category><![CDATA[Microcontroller Student Projects]]></category>
		<category><![CDATA[flash programmer]]></category>
		<category><![CDATA[microcontroller projects]]></category>
		<category><![CDATA[student project]]></category>
		<guid isPermaLink="false">http://studentprojects.in/?p=3516</guid>

					<description><![CDATA[<p>Introduction: Welcome to the world of Microcontrollers, and the first thing you need is a Device Programmer. This In System Programmer is RS232 (serial port) based but can indirectly be used with USB using USB to RS232 converter. If you need something like this you need to assemble a very simple circuit (Programmer Unit). Hardware:</p>
<p>The post <a href="https://studentprojects.in/electronics/microcontrollers/at89sxx-isp-flash-programmer-v1-4/">AT89SXX ISP Flash Programmer v1.4</a> first appeared on <a href="https://studentprojects.in">Student Projects</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><strong>Introduction:</strong></p>
<p>Welcome to the world of Microcontrollers, and the first thing you need is a Device Programmer. This In System Programmer is RS232 (serial port) based but can indirectly be used with USB using USB to RS232 converter. If you need something like this you need to assemble a very simple circuit (Programmer Unit).</p>
<p><strong>Hardware:</strong></p>
<p>Figure 1 shows the Block diagram of the in-system programmer interface, the programmer can be self powered or target powered it depends on how you plan to use it.</p>
<figure id="attachment_3517" aria-describedby="caption-attachment-3517" style="width: 607px" class="wp-caption aligncenter"><img decoding="async" class="size-full wp-image-3517" title="Figure 1: Block Diagram of the ISP Programmer" src="https://studentprojects.in/wp-content/uploads/2012/09/Blok_Dia.png" alt="Figure 1: Block Diagram of the ISP Programmer" width="607" height="254" /><figcaption id="caption-attachment-3517" class="wp-caption-text">Figure 1: Block Diagram of the ISP Programmer</figcaption></figure>
<p>Figure 2 shows the actual circuit diagram. The Programmer has just two ICs. IC1 = AT89C2051, IC2 = MAX 232. Few Resistors, LEDs, capacitors etc. The value of the crystal is critical and must be 11.0592 MHz.</p>
<figure id="attachment_3518" aria-describedby="caption-attachment-3518" style="width: 594px" class="wp-caption aligncenter"><a href="https://studentprojects.in/wp-content/uploads/2012/09/ISP89S_sch.png"><img decoding="async" loading="lazy" class=" wp-image-3518 " title="Figure 2: Circuit Diagram of the ISP Programmer" src="https://studentprojects.in/wp-content/uploads/2012/09/ISP89S_sch.png" alt="Figure 2: Circuit Diagram of the ISP Programmer" width="594" height="408" /></a><figcaption id="caption-attachment-3518" class="wp-caption-text">Figure 2: Circuit Diagram of the ISP Programmer</figcaption></figure>
<p><strong>Firmware:</strong></p>
<p>Assemble the circuit and burn the firmware into an AT89C2051(you will need a conventional parallel Programmer to Program the AT89C2051).</p>
<p><strong>Software:</strong></p>
<p>The Software is a Windows GUI application and supports all programming functions. When you run the software for the first time it looks for a valid programmer on COM1. If the Programmer is connected to say COM2 you will receive an error message but when the application starts select Options-&gt;Settings on the Menu and specify the correct COM Port.</p>
<p>Following are the main features of this software,</p>
<ul>
<li>Device Supported &#8211; AT89S51, AT89S52, AT89S8252, AT89S8253.</li>
<li>Read and write Intel Hex files.</li>
<li>Chip Erase.</li>
<li>Verify.</li>
<li>Lock.</li>
<li>Read Device Signature.</li>
<li>Advanced Device Specific Functions.</li>
</ul>
<p><strong>ISP_PROG v1.4 Screen Shot</strong></p>
<figure id="attachment_3519" aria-describedby="caption-attachment-3519" style="width: 549px" class="wp-caption aligncenter"><img decoding="async" loading="lazy" class="size-full wp-image-3519" title="ISP_PROG v1.4 Screen Shot" src="https://studentprojects.in/wp-content/uploads/2012/09/ISP_PROG.jpg" alt="ISP_PROG v1.4 Screen Shot" width="549" height="527" /><figcaption id="caption-attachment-3519" class="wp-caption-text">ISP_PROG v1.4 Screen Shot</figcaption></figure>
<p><strong>Download:</strong></p>
<ul>
<li><a href="https://studentprojects.in/wp-content/uploads/2012/09/ISP_PROGv1.4.zip">AT89SXX ISP Flash Programmer Software</a></li>
<li><a href="https://studentprojects.in/wp-content/uploads/2012/09/FirmWarev1.4.zip">Firmware for AT89C2051.</a></li>
</ul>
<p><strong>For latest Firmware and Software download:</strong></p>
<p><a href="https://sites.google.com/site/atmelispprogrammer/" target="_blank" rel="noopener">https://sites.google.com/site/atmelispprogrammer/</a></p><p>The post <a href="https://studentprojects.in/electronics/microcontrollers/at89sxx-isp-flash-programmer-v1-4/">AT89SXX ISP Flash Programmer v1.4</a> first appeared on <a href="https://studentprojects.in">Student Projects</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://studentprojects.in/electronics/microcontrollers/at89sxx-isp-flash-programmer-v1-4/feed/</wfw:commentRss>
			<slash:comments>14</slash:comments>
		
		
			</item>
	</channel>
</rss>
