<?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>Volts and Bytes&#187; 8051 Microcontroller</title>
	<atom:link href="http://voltsandbytes.com/category/tutorials/8051-microcontroller/feed/" rel="self" type="application/rss+xml" />
	<link>http://voltsandbytes.com</link>
	<description>Projects, tutorials, and articles about microcontrollers (AVR, PIC, 8051, MSP430, and STM32 or other ARM architectures), FPGA, analog electronics, and digital electronics</description>
	<lastBuildDate>Sat, 05 May 2012 11:50:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>8051 Tutorial 6: 8051 Interrupts Programming in C</title>
		<link>http://voltsandbytes.com/8051-tutorial-6-8051-interrupts-programming-in-c/</link>
		<comments>http://voltsandbytes.com/8051-tutorial-6-8051-interrupts-programming-in-c/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 04:35:22 +0000</pubDate>
		<dc:creator>Jer</dc:creator>
				<category><![CDATA[8051 Microcontroller]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[8051]]></category>
		<category><![CDATA[AT89C2051]]></category>
		<category><![CDATA[Interrupt]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://voltsandbytes.com/?p=360</guid>
		<description><![CDATA[What is an interrupt? An interrupt is an asynchronous signal that needs attention. An interrupt stops the CPU of a microcontroller, leaving the tasks that it is currently doing, to give attention to the interrupt signal. Once the attention has been given to the interrupt signal, the CPU goes back to its unaccomplished task before the interrupt [...]]]></description>
		<wfw:commentRss>http://voltsandbytes.com/8051-tutorial-6-8051-interrupts-programming-in-c/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>8051 Tutorial 5: 8051 UART Programming in C</title>
		<link>http://voltsandbytes.com/8051-tutorial-5-8051-uart-programming-in-c/</link>
		<comments>http://voltsandbytes.com/8051-tutorial-5-8051-uart-programming-in-c/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 02:49:08 +0000</pubDate>
		<dc:creator>Jer</dc:creator>
				<category><![CDATA[8051 Microcontroller]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[8051]]></category>
		<category><![CDATA[AT89C2051]]></category>
		<category><![CDATA[RS-232]]></category>
		<category><![CDATA[RS232]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[UART]]></category>

		<guid isPermaLink="false">http://voltsandbytes.com/?p=344</guid>
		<description><![CDATA[What is UART? UART stands for Universal Asynchronous Receiver/Transmitter. As its name implies, it is universal. It can be used to establish a communication between a microcontroller and another device – microcontroller, USB controller, Bluetooth modules, GSM modules, GPS modules, personal computers, etc. I am not going to discuss the UART protocol here. If UART [...]]]></description>
		<wfw:commentRss>http://voltsandbytes.com/8051-tutorial-5-8051-uart-programming-in-c/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>8051 Tutorial 4: 8051 Timer/Counter Programming in C</title>
		<link>http://voltsandbytes.com/8051-tutorial-4-8051-timercounter-programming-in-c/</link>
		<comments>http://voltsandbytes.com/8051-tutorial-4-8051-timercounter-programming-in-c/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 02:26:24 +0000</pubDate>
		<dc:creator>Jer</dc:creator>
				<category><![CDATA[8051 Microcontroller]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[8051]]></category>
		<category><![CDATA[AT89C2051]]></category>
		<category><![CDATA[Counter]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[Timer]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://voltsandbytes.com/?p=326</guid>
		<description><![CDATA[This tutorial is about using the internal timers/counters of 8051. This will tackle the registers associated with the internal timers/counters of 8051 and this will also enumerate the steps on using the timers/counters of an 8051 microcontroller. The Timers/Counters of AT89C2051 The AT89C2051 has two 16-bit Timer/Counters: Timer0 and Timer1. This means that it can time/count [...]]]></description>
		<wfw:commentRss>http://voltsandbytes.com/8051-tutorial-4-8051-timercounter-programming-in-c/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>8051 Tutorial 3: I/O Port Programming in C</title>
		<link>http://voltsandbytes.com/8051-tutorial-3-io-port-programming-in-c/</link>
		<comments>http://voltsandbytes.com/8051-tutorial-3-io-port-programming-in-c/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 00:53:22 +0000</pubDate>
		<dc:creator>Jer</dc:creator>
				<category><![CDATA[8051 Microcontroller]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[8051]]></category>
		<category><![CDATA[AT89C2051]]></category>
		<category><![CDATA[I/O Port]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://voltsandbytes.com/?p=315</guid>
		<description><![CDATA[This tutorial will introduce you the basics about programming the input and output ports on an 8051 microcontroller using C language. Therefore, it is recommended that the reader is familiar or has basic knowledge about C programming language and electronics circuit analysis. I am going to use Atmel‘s AT89C2051 as an example for the 8051 [...]]]></description>
		<wfw:commentRss>http://voltsandbytes.com/8051-tutorial-3-io-port-programming-in-c/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>8051 Tutorial 2: Raisonance&#8217;s Free Evaluation 8051 Software Toolset</title>
		<link>http://voltsandbytes.com/8051-tutorial-2-raisonances-free-evaluation-8051-software-toolset/</link>
		<comments>http://voltsandbytes.com/8051-tutorial-2-raisonances-free-evaluation-8051-software-toolset/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 05:20:10 +0000</pubDate>
		<dc:creator>Jer</dc:creator>
				<category><![CDATA[8051 Microcontroller]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[8051]]></category>
		<category><![CDATA[AT89C2051]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[Raisonance]]></category>
		<category><![CDATA[RC-51]]></category>
		<category><![CDATA[Ride]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://voltsandbytes.com/?p=293</guid>
		<description><![CDATA[In this tutorial, I am going to discuss how to create a C project intended for 8051 family of microcontrollers. I am going to use the free evaluation toolkit for 8051 from Raisonance. This tutorial aims to discuss the basics of creating project using the toolkit from Raisonance. However, the reader is advised to read [...]]]></description>
		<wfw:commentRss>http://voltsandbytes.com/8051-tutorial-2-raisonances-free-evaluation-8051-software-toolset/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>8051 Tutorial 1: Introduction to AT89C2051</title>
		<link>http://voltsandbytes.com/8051-tutorial-1-introduction-to-at89c2051/</link>
		<comments>http://voltsandbytes.com/8051-tutorial-1-introduction-to-at89c2051/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 04:51:06 +0000</pubDate>
		<dc:creator>Jer</dc:creator>
				<category><![CDATA[8051 Microcontroller]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[8051]]></category>
		<category><![CDATA[AT89C2051]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://voltsandbytes.com/?p=101</guid>
		<description><![CDATA[What is 8051? The 8051 is a popular 8-bit single chip microcontroller which was first introduced by Intel. The first 8051 microcontroller is a 40-pin device which has 4kB of program memory, 128 bytes of RAM, 2 timer/counter, 1 UART, and six interrupt sources. Later on, the 8052 microcontroller was introduced. The 8052 microcontroller is a better [...]]]></description>
		<wfw:commentRss>http://voltsandbytes.com/8051-tutorial-1-introduction-to-at89c2051/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

