<?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>eXtreme Electronics &#187; Microchip PIC Tutorials</title>
	<atom:link href="http://extremeelectronics.co.in/category/microchip-pic-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://extremeelectronics.co.in</link>
	<description></description>
	<lastBuildDate>Tue, 24 Apr 2012 10:41:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Thermometer with PIC Microcontroller</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/thermometer-with-pic-microcontroller/</link>
		<comments>http://extremeelectronics.co.in/microchip-pic-tutorials/thermometer-with-pic-microcontroller/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 13:56:14 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[Microchip PIC Tutorials]]></category>
		<category><![CDATA[ADC]]></category>
		<category><![CDATA[lm35]]></category>
		<category><![CDATA[pic]]></category>
		<category><![CDATA[pic18]]></category>
		<category><![CDATA[pic18f]]></category>
		<category><![CDATA[pic18f4520]]></category>
		<category><![CDATA[Seven Segment]]></category>

		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=557</guid>
		<description><![CDATA[In the last tutorial we learn about the multiplexing technique used with seven segment displays. We learnt how it saves i/o line by using persistence of vision. Only one digit is lit at a time, but to a human eye it is too fast to catch, so we see all four digit lit the same [...]]]></description>
		<wfw:commentRss>http://extremeelectronics.co.in/microchip-pic-tutorials/thermometer-with-pic-microcontroller/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Using Multiplexed 7 Segment Displays – PIC Microcontroller Tutorial</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/using-multiplexed-7-segment-displays-%e2%80%93-pic-microcontroller-tutorial/</link>
		<comments>http://extremeelectronics.co.in/microchip-pic-tutorials/using-multiplexed-7-segment-displays-%e2%80%93-pic-microcontroller-tutorial/#comments</comments>
		<pubDate>Tue, 31 May 2011 06:41:12 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[Microchip PIC Tutorials]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[Multiplexing]]></category>
		<category><![CDATA[Seven Segment]]></category>

		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=528</guid>
		<description><![CDATA[A four digit seven segment display. The image above shows a four digit seven segment display. These type of displays are widely used to present numerical data to users. Example includes clocks, panel meters, microwave ovens, refrigerators etc. As you can see in a four digit displays there are a total of 4 x 7 [...]]]></description>
		<wfw:commentRss>http://extremeelectronics.co.in/microchip-pic-tutorials/using-multiplexed-7-segment-displays-%e2%80%93-pic-microcontroller-tutorial/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Introduction to PIC Interrupts and their Handling in C</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/introduction-to-pic-interrupts-and-their-handling-in-c/</link>
		<comments>http://extremeelectronics.co.in/microchip-pic-tutorials/introduction-to-pic-interrupts-and-their-handling-in-c/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 05:21:40 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[Microchip PIC Tutorials]]></category>
		<category><![CDATA[hi-tech c]]></category>
		<category><![CDATA[interrupt]]></category>
		<category><![CDATA[isr]]></category>
		<category><![CDATA[pic]]></category>
		<category><![CDATA[pic18]]></category>
		<category><![CDATA[pic18f4520]]></category>

		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=428</guid>
		<description><![CDATA[Interrupts are common features in almost all processor family, be it old 8051, AVR, PIC, ARM or the x86 used in desktops. So their in depth and clear knowledge is required for successful system software engineers. This guide will explain the interrupt system in general and their application using PIC18 architecture. We will also learn [...]]]></description>
		<wfw:commentRss>http://extremeelectronics.co.in/microchip-pic-tutorials/introduction-to-pic-interrupts-and-their-handling-in-c/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Interfacing LM35 Temperature Sensor with PIC Microcontroller.</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/interfacing-lm35-temperature-sensor-with-pic-microcontroller/</link>
		<comments>http://extremeelectronics.co.in/microchip-pic-tutorials/interfacing-lm35-temperature-sensor-with-pic-microcontroller/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 14:28:28 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[Microchip PIC Tutorials]]></category>
		<category><![CDATA[ADC]]></category>
		<category><![CDATA[lm35]]></category>
		<category><![CDATA[pic]]></category>
		<category><![CDATA[pic18f4520]]></category>
		<category><![CDATA[sensor]]></category>
		<category><![CDATA[temperature]]></category>

		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=345</guid>
		<description><![CDATA[The are many cool sensors available now a days, ranging from IR distance sensor modules, accelerometers, humidity sensors, temperature sensors and many many more(gas sensors, alcohol sensor, motion sensors, touch screens). Many of these are analog in nature. That means they give a voltage output that varies directly (and linearly) with the sensed quantity. For [...]]]></description>
		<wfw:commentRss>http://extremeelectronics.co.in/microchip-pic-tutorials/interfacing-lm35-temperature-sensor-with-pic-microcontroller/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>Using Analog to Digital Converter (ADC) – PIC Microcontroller Tutorial</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/using-analog-to-digital-converter-%e2%80%93-pic-microcontroller-tutorial/</link>
		<comments>http://extremeelectronics.co.in/microchip-pic-tutorials/using-analog-to-digital-converter-%e2%80%93-pic-microcontroller-tutorial/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 07:39:39 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[Microchip PIC Tutorials]]></category>
		<category><![CDATA[ADC]]></category>
		<category><![CDATA[microchip]]></category>
		<category><![CDATA[pic]]></category>
		<category><![CDATA[pic18]]></category>
		<category><![CDATA[pic18f4520]]></category>

		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=342</guid>
		<description><![CDATA[Many electrical signals around us are Analog in nature. That means a quantity varies directly with some other quantity. The first quantity is mostly voltage while that second quantity can be anything like temperature, pressure, light, force or acceleration. For example in LM35 temperature sensor the output voltage varies according to the temperature, so if [...]]]></description>
		<wfw:commentRss>http://extremeelectronics.co.in/microchip-pic-tutorials/using-analog-to-digital-converter-%e2%80%93-pic-microcontroller-tutorial/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Making &#8220;The LCD Expansion Board&#8221; for PIC18F4520</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/making-the-lcd-expansion-board-for-pic18f4520/</link>
		<comments>http://extremeelectronics.co.in/microchip-pic-tutorials/making-the-lcd-expansion-board-for-pic18f4520/#comments</comments>
		<pubDate>Mon, 24 May 2010 04:22:32 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[Microchip PIC Tutorials]]></category>
		<category><![CDATA[PIC Development Board]]></category>
		<category><![CDATA[expansion board]]></category>
		<category><![CDATA[lcd]]></category>
		<category><![CDATA[pic]]></category>
		<category><![CDATA[pic18]]></category>
		<category><![CDATA[pic18f4520]]></category>
		<category><![CDATA[pic18f4550]]></category>

		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=315</guid>
		<description><![CDATA[In this tutorial I you show you how to make a very useful expansion board for our PIC development board. It will be a Do It Your self (DIY) LCD Expansion board. The expansion board can be plugged into the PIC development board to add 16x2 Alphanumeric LCD Support to it. Since LCDs are required [...]]]></description>
		<wfw:commentRss>http://extremeelectronics.co.in/microchip-pic-tutorials/making-the-lcd-expansion-board-for-pic18f4520/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to PIC18&#8242;s Timers &#8211; PIC Microcontroller Tutorial</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/introduction-to-pic18s-timers-pic-microcontroller-tutorial/</link>
		<comments>http://extremeelectronics.co.in/microchip-pic-tutorials/introduction-to-pic18s-timers-pic-microcontroller-tutorial/#comments</comments>
		<pubDate>Thu, 13 May 2010 06:32:22 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[Microchip PIC Tutorials]]></category>
		<category><![CDATA[hi-tech c]]></category>
		<category><![CDATA[mplab]]></category>
		<category><![CDATA[pic]]></category>
		<category><![CDATA[pic18]]></category>
		<category><![CDATA[Timer]]></category>

		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=312</guid>
		<description><![CDATA[Timers are common features of most microcontroller. In simplified terms a timer is just a register whose value keeps increasing (or decreasing) by a constant rate without the help of the CPU. The CPU can read or write this register any time. It reads it find out how much time has elapsed. The Timer register [...]]]></description>
		<wfw:commentRss>http://extremeelectronics.co.in/microchip-pic-tutorials/introduction-to-pic18s-timers-pic-microcontroller-tutorial/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>RS232 Communication using PIC18F4520&#8242;s USART &#8211; PIC Microcontroller Tutorial</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/rs232-communication-using-pic18f4520s-usart-pic-microcontroller-tutorial/</link>
		<comments>http://extremeelectronics.co.in/microchip-pic-tutorials/rs232-communication-using-pic18f4520s-usart-pic-microcontroller-tutorial/#comments</comments>
		<pubDate>Tue, 11 May 2010 04:14:34 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[Microchip PIC Tutorials]]></category>
		<category><![CDATA[hi-tech c]]></category>
		<category><![CDATA[mplab]]></category>
		<category><![CDATA[pic]]></category>
		<category><![CDATA[pic18]]></category>
		<category><![CDATA[pic18f4520]]></category>
		<category><![CDATA[rs232]]></category>
		<category><![CDATA[Serial]]></category>
		<category><![CDATA[USART]]></category>

		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=305</guid>
		<description><![CDATA[Hello Friends! In this tutorial I will discuss how to practically do a simple communication over RS232 interface. For those who are completely new to this I clarify that the motive is to send and receive data between two device using a standard called RS232. RS232 is serial interface that means that data is transferred [...]]]></description>
		<wfw:commentRss>http://extremeelectronics.co.in/microchip-pic-tutorials/rs232-communication-using-pic18f4520s-usart-pic-microcontroller-tutorial/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>Interfacing LCD Modules with PIC Microcontrollers.</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/interfacing-lcd-modules-with-pic-microcontrollers/</link>
		<comments>http://extremeelectronics.co.in/microchip-pic-tutorials/interfacing-lcd-modules-with-pic-microcontrollers/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 03:51:33 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[Microchip PIC Tutorials]]></category>
		<category><![CDATA[hi-tech c]]></category>
		<category><![CDATA[lcd module]]></category>
		<category><![CDATA[pic]]></category>
		<category><![CDATA[pic18f4520]]></category>

		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=265</guid>
		<description><![CDATA[A large number of embedded project require some type of user interface. This includes displaying numerical, textual and graphical data to user. For very simple numerical display we can use 7 segment displays. If the requirement is little more than that, like displaying some alphanumeric text, we can use LCD Modules. They are cheap enough [...]]]></description>
		<wfw:commentRss>http://extremeelectronics.co.in/microchip-pic-tutorials/interfacing-lcd-modules-with-pic-microcontrollers/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Programming in C &#8211; Tips for Embedded Development.</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/programming-in-c-tips-for-embedded-development/</link>
		<comments>http://extremeelectronics.co.in/avr-tutorials/programming-in-c-tips-for-embedded-development/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 05:25:56 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[AVR Tutorials]]></category>
		<category><![CDATA[Microchip PIC Tutorials]]></category>
		<category><![CDATA[Programming in 'C']]></category>
		<category><![CDATA[avr register]]></category>
		<category><![CDATA[binary numbers in c]]></category>
		<category><![CDATA[clearing a bit]]></category>
		<category><![CDATA[hex numbers in c]]></category>
		<category><![CDATA[microcontroller registers]]></category>
		<category><![CDATA[operation on bits]]></category>
		<category><![CDATA[pic register]]></category>
		<category><![CDATA[setting a bit]]></category>

		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=246</guid>
		<description><![CDATA[Here I will highlight some features of C language commonly used in 8 bit embedded platforms like 8051, AVR and PICs. While programming microcontrollers in C most of the time we have to deal with registers. Most common tasks are setting and clearing bits in a register and check whether a bit is 0 or [...]]]></description>
		<wfw:commentRss>http://extremeelectronics.co.in/avr-tutorials/programming-in-c-tips-for-embedded-development/feed/</wfw:commentRss>
		<slash:comments>100</slash:comments>
		</item>
		<item>
		<title>General Purpose Digital IO with PIC Microcontrollers.</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/general-purpose-digital-io-with-pic-microcontrollers/</link>
		<comments>http://extremeelectronics.co.in/microchip-pic-tutorials/general-purpose-digital-io-with-pic-microcontrollers/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 07:50:03 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[Microchip PIC Tutorials]]></category>
		<category><![CDATA[c tutorial]]></category>
		<category><![CDATA[digital io]]></category>
		<category><![CDATA[gpio]]></category>
		<category><![CDATA[pic]]></category>
		<category><![CDATA[pic tutorial]]></category>
		<category><![CDATA[pic18f2550]]></category>
		<category><![CDATA[pic18f4550]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[tris]]></category>

		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=203</guid>
		<description><![CDATA[GPIO( General Purpose IO) is the most basic method of communication between MCU and external world. These are done with what is called a PORT. Ports are nothing but a set of bits physically connected to PINs of Microcontroller and available outside the chip. As we are working on PIC micros and they are 8 [...]]]></description>
		<wfw:commentRss>http://extremeelectronics.co.in/microchip-pic-tutorials/general-purpose-digital-io-with-pic-microcontrollers/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Hello World Project With PIC Microcontroller &#8211; Part II</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/hello-world-project-with-pic-microcontroller-part-ii/</link>
		<comments>http://extremeelectronics.co.in/microchip-pic-tutorials/hello-world-project-with-pic-microcontroller-part-ii/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 12:37:08 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[Microchip PIC Tutorials]]></category>
		<category><![CDATA[extreme burner pic]]></category>
		<category><![CDATA[led blink]]></category>
		<category><![CDATA[microchip]]></category>
		<category><![CDATA[pic]]></category>
		<category><![CDATA[pic18]]></category>
		<category><![CDATA[pic18f2550]]></category>
		<category><![CDATA[pic18f4550]]></category>
		<category><![CDATA[usb pic programmer]]></category>

		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=197</guid>
		<description><![CDATA[Hello Friends, Welcome back. In the last tutorial we started working with MPLab and HI-TECH C Compiler and written our first C program to blink LED. After compiling the program we got the HEX file. Now, in this tutorial we will see how to transfer(burn) the hex file to our Microcontroller chip and then power [...]]]></description>
		<wfw:commentRss>http://extremeelectronics.co.in/microchip-pic-tutorials/hello-world-project-with-pic-microcontroller-part-ii/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Hello World Project With PIC Microcontroller &#8211; Part I</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/hello-world-project-with-pic-microcontroller-part-i/</link>
		<comments>http://extremeelectronics.co.in/microchip-pic-tutorials/hello-world-project-with-pic-microcontroller-part-i/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 05:50:31 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[Microchip PIC Tutorials]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[c program]]></category>
		<category><![CDATA[extreme burenr pic]]></category>
		<category><![CDATA[hi-tech]]></category>
		<category><![CDATA[hi-tech c]]></category>
		<category><![CDATA[microchip]]></category>
		<category><![CDATA[mplab]]></category>
		<category><![CDATA[pic]]></category>
		<category><![CDATA[pic tutorial]]></category>
		<category><![CDATA[pic18]]></category>
		<category><![CDATA[pic18f2550]]></category>
		<category><![CDATA[pic18f4550]]></category>
		<category><![CDATA[usb pic programmer]]></category>

		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=189</guid>
		<description><![CDATA[Hello friends, welcome to this exciting tutorial were we will begin our journey with latest PIC18F micros from Microchip Technologies. This tutorial will give you information on what software/hardware you will require and basic steps on how to get, install, configure and use them. After going through this tutorial you will have a complete setup [...]]]></description>
		<wfw:commentRss>http://extremeelectronics.co.in/microchip-pic-tutorials/hello-world-project-with-pic-microcontroller-part-i/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>USB PIC Microcontroller Programmer.</title>
		<link>http://extremeelectronics.co.in/tools/usb-pic-microcontroller-programmer/</link>
		<comments>http://extremeelectronics.co.in/tools/usb-pic-microcontroller-programmer/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 12:19:48 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[Microchip PIC Tutorials]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[microchip]]></category>
		<category><![CDATA[pic]]></category>
		<category><![CDATA[pic programmer]]></category>
		<category><![CDATA[pic18f]]></category>
		<category><![CDATA[pic18f2550]]></category>
		<category><![CDATA[pic18f4550]]></category>
		<category><![CDATA[programmer]]></category>
		<category><![CDATA[usb pic programmer]]></category>

		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=183</guid>
		<description><![CDATA[Good News for PIC lovers ! Presenting eXtreme Burner PIC, USB Programmer for PIC18FXXXX/PIC18LFXXXX/PIC16FXXXA/PIC16LFXXXA series MCUs. This easy to use programmer with USB connectivity and GUI software can program more than 52 chips of PIC18F/PIC16F family. This programmer support both ZIF socket and ICSP based programming. eXtreme Burner PIC - USB Port based programmer for [...]]]></description>
		<wfw:commentRss>http://extremeelectronics.co.in/tools/usb-pic-microcontroller-programmer/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Making a Simple PIC Programmer.</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/making-a-simple-pic-programmer/</link>
		<comments>http://extremeelectronics.co.in/microchip-pic-tutorials/making-a-simple-pic-programmer/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 12:48:29 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[Microchip PIC Tutorials]]></category>
		<category><![CDATA[jdm]]></category>
		<category><![CDATA[pic]]></category>
		<category><![CDATA[pic programmer]]></category>
		<category><![CDATA[pic16f]]></category>
		<category><![CDATA[pic18f]]></category>

		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=171</guid>
		<description><![CDATA[In this tutorial we will make a simple serial port based programmer for PIC microcontrollers. I have tried several easy to make programmers and software, and here I a presenting the programmer that worked the best. The design is based on JDM. The software we will use is PICPgm by Christian Stadler. I liked the [...]]]></description>
		<wfw:commentRss>http://extremeelectronics.co.in/microchip-pic-tutorials/making-a-simple-pic-programmer/feed/</wfw:commentRss>
		<slash:comments>52</slash:comments>
		</item>
		<item>
		<title>Tutorial 0 &#8211; Getting Started with Microchip PIC Microcontrollers.</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/tutorial-0-getting-started-with-microchip-pic-microcontrollers/</link>
		<comments>http://extremeelectronics.co.in/microchip-pic-tutorials/tutorial-0-getting-started-with-microchip-pic-microcontrollers/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 06:11:29 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[Microchip PIC Tutorials]]></category>
		<category><![CDATA[hi-tech]]></category>
		<category><![CDATA[microchip]]></category>
		<category><![CDATA[mplab]]></category>
		<category><![CDATA[pic]]></category>
		<category><![CDATA[pic16f628]]></category>
		<category><![CDATA[pic16f877]]></category>
		<category><![CDATA[pic18f2550]]></category>
		<category><![CDATA[pic18f4550]]></category>
		<category><![CDATA[PICPGM]]></category>

		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=158</guid>
		<description><![CDATA[After my tutorial series on Atmel AVR Microcontrollers and I have planed to start a similar tutorial series on Microchip PIC Microcontrollers. PIC Family of Micros are popular among hobbyists as they are easily available, easy to use and are low cost. In the first couple of tutorial we will make/collect hardware and software tools [...]]]></description>
		<wfw:commentRss>http://extremeelectronics.co.in/microchip-pic-tutorials/tutorial-0-getting-started-with-microchip-pic-microcontrollers/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 23/56 queries in 0.038 seconds using apc
Object Caching 1146/1274 objects using disk: basic

Served from: extremeelectronics.co.in @ 2012-05-22 09:05:27 -->
