<?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; Microcontroller</title>
	<atom:link href="http://voltsandbytes.com/tag/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>Sun, 29 Jan 2012 06:46:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>AVR Tutorial 2: AVR Studio Quick Start Guide</title>
		<link>http://voltsandbytes.com/avr-tutorial-2-avr-studio-quick-start-guide/</link>
		<comments>http://voltsandbytes.com/avr-tutorial-2-avr-studio-quick-start-guide/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 07:14:51 +0000</pubDate>
		<dc:creator>Jer</dc:creator>
				<category><![CDATA[AVR microcontroller]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ATmega8]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[AVR Studio]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[WinAVR]]></category>

		<guid isPermaLink="false">http://voltsandbytes.com/?p=475</guid>
		<description><![CDATA[In this tutorial, I am going to show how to use AVR Studio IDE and WinAVR in developing software for AVR microcontrollers. In this tutorial, my target AVR microcontroller is ATmega8 and I will be using AVR Studio version 4.18.700. I am assuming that you have downloaded and installed WinAVR and AVR Studio. If you have not [...]]]></description>
		<wfw:commentRss>http://voltsandbytes.com/avr-tutorial-2-avr-studio-quick-start-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AVR Tutorial 1: Introduction</title>
		<link>http://voltsandbytes.com/avr-tutorial-1-introduction/</link>
		<comments>http://voltsandbytes.com/avr-tutorial-1-introduction/#comments</comments>
		<pubDate>Sat, 11 Sep 2010 08:30:10 +0000</pubDate>
		<dc:creator>Jer</dc:creator>
				<category><![CDATA[AVR microcontroller]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ATmega8]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://voltsandbytes.com/?p=442</guid>
		<description><![CDATA[Good day! Today, I am starting a new series of microcontroller programming tutorials. This series of tutorials is about AVR microcontroller programming using C language. Before we get started, let me express my assumptions while writing this series of tutorials. In this series of tutorials, I am assuming that the reader is already familiar with [...]]]></description>
		<wfw:commentRss>http://voltsandbytes.com/avr-tutorial-1-introduction/feed/</wfw:commentRss>
		<slash:comments>1</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. The Timers/Counters of AT89C2051 The AT89C2051 has two 16-bit Timer/Counters: Timer0 and Timer1. This means that it can time/count from 0-65535 (2^16-1). The [...]]]></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>1</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 is a 40-pin microcontroller 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>

