<?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; Code Libraries</title>
	<atom:link href="http://extremeelectronics.co.in/category/code-libraries/feed/" rel="self" type="application/rss+xml" />
	<link>http://extremeelectronics.co.in</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 07:40:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Time Input Dialog for Graphic LCD</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/time-input-dialog-for-graphic-lcd/</link>
		<comments>http://extremeelectronics.co.in/avr-tutorials/time-input-dialog-for-graphic-lcd/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 07:57:39 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[AVR Tutorials]]></category>
		<category><![CDATA[Code Libraries]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[atmega]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[clock]]></category>
		<category><![CDATA[dialog]]></category>
		<category><![CDATA[glcd]]></category>
		<category><![CDATA[graphic lcd]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[lcd]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=667</guid>
		<description><![CDATA[GUI Frameworks of all modern OS like Windows, Linux (Qt &#38; GTK+), MAC etc have a concept of standard dialogs. For example all applications running under Windows shows the same file open dialog for selecting a file. Similarly their are standard dialogs for folder selection, colour selection, font selection etc. This concept has several advantages, [...]]]></description>
		<wfw:commentRss>http://extremeelectronics.co.in/avr-tutorials/time-input-dialog-for-graphic-lcd/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>DS1307 I2C RTCC Interface using SoftI2C lib</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/ds1307-i2c-rtcc-interface-using-softi2c-lib/</link>
		<comments>http://extremeelectronics.co.in/avr-tutorials/ds1307-i2c-rtcc-interface-using-softi2c-lib/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 13:04:33 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[AVR Tutorials]]></category>
		<category><![CDATA[Code Libraries]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[atmega]]></category>
		<category><![CDATA[atmega32]]></category>
		<category><![CDATA[atmel]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[ds1307]]></category>
		<category><![CDATA[glcd]]></category>
		<category><![CDATA[i2c]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[lcd]]></category>
		<category><![CDATA[real time clock]]></category>
		<category><![CDATA[rtc]]></category>
		<category><![CDATA[rtcc]]></category>
		<category><![CDATA[soft i2c]]></category>

		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=653</guid>
		<description><![CDATA[In the last tutorial, I explained you how to use our SoftI2C library to read and write a 24CXX series I2C EEPROM. Now I will continue our exploration and write a register access layer for the DS1307 chip. The DS1307 chip is a real time clock and calendar IC. The register access layer that we [...]]]></description>
		<wfw:commentRss>http://extremeelectronics.co.in/avr-tutorials/ds1307-i2c-rtcc-interface-using-softi2c-lib/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>24CXX I2C EEPROM Interface using SoftI2C lib</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/24cxx-i2c-eeprom-interface-using-softi2c-lib/</link>
		<comments>http://extremeelectronics.co.in/avr-tutorials/24cxx-i2c-eeprom-interface-using-softi2c-lib/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 14:13:04 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[AVR Tutorials]]></category>
		<category><![CDATA[Code Libraries]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[24c64]]></category>
		<category><![CDATA[24cxx]]></category>
		<category><![CDATA[eeprom]]></category>
		<category><![CDATA[i2c]]></category>

		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=638</guid>
		<description><![CDATA[In this tutorial I will show you how to use our easy to use open source Soft I2C library to access a 24C64 EEPROM chip. We discussed the library in our previous tutorial. The functions developed in this tutorial will use services of the I2C library to read and write the EEPROM. The EEPROM access [...]]]></description>
		<wfw:commentRss>http://extremeelectronics.co.in/avr-tutorials/24cxx-i2c-eeprom-interface-using-softi2c-lib/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Software I2C Library for AVR MCUs</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/software-i2c-library-for-avr-mcus/</link>
		<comments>http://extremeelectronics.co.in/avr-tutorials/software-i2c-library-for-avr-mcus/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 07:16:42 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[AVR Tutorials]]></category>
		<category><![CDATA[Code Libraries]]></category>
		<category><![CDATA[i2c]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[serial communication]]></category>
		<category><![CDATA[twi]]></category>
		<category><![CDATA[two wire]]></category>

		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=634</guid>
		<description><![CDATA[Inter IC Communication or I2C is a two wire serial communication bus used to connect a variety of external peripheral with a microcontroller. Most common are EEPROMs, RTC, Port Expanders etc. Most leading MCUs comes with at least one dedicated I2C host adaptor built in. But some times we need more than one I2C interface [...]]]></description>
		<wfw:commentRss>http://extremeelectronics.co.in/avr-tutorials/software-i2c-library-for-avr-mcus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Shift Registers with AVR Micro &#8211; AVR Tutorial</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-shift-registers-with-avr-micro-avr-tutorial/</link>
		<comments>http://extremeelectronics.co.in/avr-tutorials/using-shift-registers-with-avr-micro-avr-tutorial/#comments</comments>
		<pubDate>Fri, 27 May 2011 04:27:14 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[AVR Tutorials]]></category>
		<category><![CDATA[Code Libraries]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[74hc595]]></category>
		<category><![CDATA[extended ports]]></category>
		<category><![CDATA[port expander]]></category>
		<category><![CDATA[serial in parallel out]]></category>
		<category><![CDATA[shift register]]></category>

		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=519</guid>
		<description><![CDATA[Today I am going to explain a helpful technique used while designing embedded system. The technique is to expand the number of input and output lines available in any microcontroller. The idea is to use a shift register, a shift register help us load data in a serial fashion (requiring less number of i/o lines) [...]]]></description>
		<wfw:commentRss>http://extremeelectronics.co.in/avr-tutorials/using-shift-registers-with-avr-micro-avr-tutorial/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Interfacing KS0108 based 128&#215;64 Graphical LCD with AVR MCU.</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/interfacing-ks0108-based-128x64-graphical-lcd-with-avr-mcu/</link>
		<comments>http://extremeelectronics.co.in/avr-tutorials/interfacing-ks0108-based-128x64-graphical-lcd-with-avr-mcu/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 13:53:48 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[AVR Tutorials]]></category>
		<category><![CDATA[Code Libraries]]></category>
		<category><![CDATA[glcd]]></category>
		<category><![CDATA[graphic lcd]]></category>
		<category><![CDATA[jhd12864e]]></category>
		<category><![CDATA[ks0108]]></category>
		<category><![CDATA[lib]]></category>
		<category><![CDATA[library]]></category>

		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=356</guid>
		<description><![CDATA[Those how are building microcontroller based project for little long must have got bored with the good old character LCDs. Whether you are bored or your application require to present more data to the user in a better way, you need Graphic LCD. Character LCD Interfacing is quite easy so every one uses it, but [...]]]></description>
		<wfw:commentRss>http://extremeelectronics.co.in/avr-tutorials/interfacing-ks0108-based-128x64-graphical-lcd-with-avr-mcu/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Interfacing 12 bit SPI ADC (MCP3204) with AVR Micro</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/interfacing-12-bit-spi-adc-mcp3204-with-avr-micro/</link>
		<comments>http://extremeelectronics.co.in/avr-tutorials/interfacing-12-bit-spi-adc-mcp3204-with-avr-micro/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 07:26:55 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[AVR Tutorials]]></category>
		<category><![CDATA[Code Libraries]]></category>
		<category><![CDATA[Code Snippets]]></category>

		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=291</guid>
		<description><![CDATA[Hello All, Sometimes the Internal ADC is not enough. Like when you need more resolution or high speed. The internal ADC of AVR generally has the following specifications. 15K samples per second 10 bit resolution. If you need more than that you need an external ADC. You may also need external ADCs if you have [...]]]></description>
		<wfw:commentRss>http://extremeelectronics.co.in/avr-tutorials/interfacing-12-bit-spi-adc-mcp3204-with-avr-micro/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Interfacing DS1307 RTC Chip with AVR Microcontroller</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/interfacing-ds1307-rtc-chip-with-avr-microcontroller/</link>
		<comments>http://extremeelectronics.co.in/avr-tutorials/interfacing-ds1307-rtc-chip-with-avr-microcontroller/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 05:15:36 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[AVR Tutorials]]></category>
		<category><![CDATA[Code Libraries]]></category>

		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=273</guid>
		<description><![CDATA[Real Time Clocks, as the name suggests are clock modules. They are available as integrated circuits (ICs) and manages timing like a clock. Some RTC ICs also manages date like a calendar. The main advantage is that they have a system of battery backup which keeps the clock/ca lender running even in case of power [...]]]></description>
		<wfw:commentRss>http://extremeelectronics.co.in/avr-tutorials/interfacing-ds1307-rtc-chip-with-avr-microcontroller/feed/</wfw:commentRss>
		<slash:comments>53</slash:comments>
		</item>
		<item>
		<title>Easy 24C I2C Serial EEPROM Interfacing with AVR Microcontrollers</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/easy-24c-i2c-serial-eeprom-interfacing-with-avr-microcontrollers/</link>
		<comments>http://extremeelectronics.co.in/avr-tutorials/easy-24c-i2c-serial-eeprom-interfacing-with-avr-microcontrollers/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 07:49:50 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[AVR Tutorials]]></category>
		<category><![CDATA[Code Libraries]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[24c]]></category>
		<category><![CDATA[24c1024]]></category>
		<category><![CDATA[24c32]]></category>
		<category><![CDATA[24c64]]></category>
		<category><![CDATA[atmega16]]></category>
		<category><![CDATA[atmega32]]></category>
		<category><![CDATA[atmega8]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[avr gcc]]></category>
		<category><![CDATA[avr studio]]></category>
		<category><![CDATA[i2c]]></category>
		<category><![CDATA[i2c eeprom]]></category>
		<category><![CDATA[serial eeprom]]></category>
		<category><![CDATA[spi eeprom]]></category>
		<category><![CDATA[winavr]]></category>

		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=162</guid>
		<description><![CDATA[In this turorial we will see how we can easily interface a 24C series serial EEPROM with AVR microcontrollers. What is an EEPROM? An EEPROM is kinds of novalatile memory, that means it is used for storing digital data permanently without any power suply. EEPROM stands for Electrically Erasable Programmable Read Only Memory. The advantage [...]]]></description>
		<wfw:commentRss>http://extremeelectronics.co.in/avr-tutorials/easy-24c-i2c-serial-eeprom-interfacing-with-avr-microcontrollers/feed/</wfw:commentRss>
		<slash:comments>60</slash:comments>
		</item>
		<item>
		<title>Using the USART of AVR Microcontrollers : Reading and Writing Data</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers-reading-and-writing-data/</link>
		<comments>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers-reading-and-writing-data/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 06:22:33 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[AVR Tutorials]]></category>
		<category><![CDATA[Code Libraries]]></category>
		<category><![CDATA[atmega]]></category>
		<category><![CDATA[atmega16]]></category>
		<category><![CDATA[atmega32]]></category>
		<category><![CDATA[atmega8]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[cp2102]]></category>
		<category><![CDATA[ft232]]></category>
		<category><![CDATA[Hyperterminal]]></category>
		<category><![CDATA[rs232]]></category>
		<category><![CDATA[USART]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[usb serial]]></category>

		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=108</guid>
		<description><![CDATA[Till now we have seen the basics of RS232 communication, the function of level converter and the internal USART of AVR micro. After understanding the USART of AVR we have also written a easy to use function to initialize the USART. That was the first step to use RS232. Now we will see how we [...]]]></description>
		<wfw:commentRss>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers-reading-and-writing-data/feed/</wfw:commentRss>
		<slash:comments>67</slash:comments>
		</item>
		<item>
		<title>Merry Christmas</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/merry-christmas/</link>
		<comments>http://extremeelectronics.co.in/avr-tutorials/merry-christmas/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 03:44:25 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[AVR Tutorials]]></category>
		<category><![CDATA[Code Libraries]]></category>
		<category><![CDATA[Hardwares]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Christmas]]></category>
		<category><![CDATA[Merry]]></category>

		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=102</guid>
		<description><![CDATA[Merry Christmas !!!]]></description>
		<wfw:commentRss>http://extremeelectronics.co.in/avr-tutorials/merry-christmas/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using IR remote with AVR MCUs &#8211; Part II</title>
		<link>http://extremeelectronics.co.in/code-libraries/using-ir-remote-with-avr-mcus-part-ii/</link>
		<comments>http://extremeelectronics.co.in/code-libraries/using-ir-remote-with-avr-mcus-part-ii/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 11:59:21 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[Code Libraries]]></category>
		<category><![CDATA[code library]]></category>
		<category><![CDATA[ir]]></category>
		<category><![CDATA[ir remote]]></category>
		<category><![CDATA[lcd]]></category>
		<category><![CDATA[rc5]]></category>

		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=53</guid>
		<description><![CDATA[Hello Friends, Welcome back. In previous tutorial I introduced my IR remote decoding library. In this tutorial I will continue our discussion and show you how to add IR remote controls support to your AVR projects. Step I Download the library files and unzip them in a folder. Step II In AVR studio create a [...]]]></description>
		<wfw:commentRss>http://extremeelectronics.co.in/code-libraries/using-ir-remote-with-avr-mcus-part-ii/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
		<item>
		<title>Using IR remote with AVR MCUs</title>
		<link>http://extremeelectronics.co.in/code-libraries/using-ir-remote-with-avr-mcus/</link>
		<comments>http://extremeelectronics.co.in/code-libraries/using-ir-remote-with-avr-mcus/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 04:22:00 +0000</pubDate>
		<dc:creator>Avinash</dc:creator>
				<category><![CDATA[Code Libraries]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[avr gcc]]></category>
		<category><![CDATA[ir]]></category>
		<category><![CDATA[lcd]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[nec]]></category>
		<category><![CDATA[remote control]]></category>

		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=46</guid>
		<description><![CDATA[Hi Friends, Welcome to my AVR tutorial Series. In this article I will describe my Infrared Remote Control Library. Hope you will enjoy it. I was very much amazed my remote controls since long. The simple circuits described in magazine were just operated like a switch and can only switch on and off an application. [...]]]></description>
		<wfw:commentRss>http://extremeelectronics.co.in/code-libraries/using-ir-remote-with-avr-mcus/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 14/48 queries in 0.030 seconds using apc
Object Caching 954/1050 objects using disk: basic

Served from: extremeelectronics.co.in @ 2012-02-04 13:15:59 -->
