<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/abc" -->
<rss version="0.92">
<channel>
	<title>eXtreme Electronics</title>
	<link>http://extremeelectronics.co.in</link>
	<description></description>
	<lastBuildDate>Sun, 17 Jan 2010 06:26:38 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>RF Communication Between Microcontrollers – Part III</title>
		<description><![CDATA[Welcome to the 3rd part of RF Communication tutorial. In the last two parts 
  I have introduced the basics of RF Communication.

  RF 
    Communication Between Microcontrollers &#8211; Part I : Introduction to 
    RF Communication and Modules.
  RF 
    Communication Between [...]]]></description>
		<link>http://extremeelectronics.co.in/avr-tutorials/rf-communication-between-microcontrollers-%e2%80%93-part-iii/</link>
			</item>
	<item>
		<title>Interfacing DS1307 RTC Chip with AVR Microcontroller</title>
		<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 [...]]]></description>
		<link>http://extremeelectronics.co.in/avr-tutorials/interfacing-ds1307-rtc-chip-with-avr-microcontroller/</link>
			</item>
	<item>
		<title>Interfacing LCD Modules with PIC Microcontrollers.</title>
		<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 [...]]]></description>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/interfacing-lcd-modules-with-pic-microcontrollers/</link>
			</item>
	<item>
		<title>AVR Project &#8211; Relay Timer with ATmega8 AVR MCU</title>
		<description><![CDATA[Timers are widely used in industrial and domestic application for automating 
  tasks. Microcontrollers 
  can be used to design versatile and accurate timers with ease. Here I present 
  a simple timer that can be used to turn on/off a load after user specified time. 

The Timer uses a standard 
 [...]]]></description>
		<link>http://extremeelectronics.co.in/avr-projects/avr-project-relay-timer-with-atmega8-avr-mcu/</link>
			</item>
	<item>
		<title>AVR Development Board &#8211; Assembly Instructions</title>
		<description><![CDATA[A well designed development board is always essential for smooth development/experimentation 
  with microcontrollers. Every hobbyist must have some kind of development setup. 
  Some people use breadboard while others use veroboard to fabricate their development 
  system. Many also use ready made off the self development board. Development 
  is [...]]]></description>
		<link>http://extremeelectronics.co.in/avr-development-board/avr-development-board-assembly-instructions/</link>
			</item>
	<item>
		<title>RF Communication Between Microcontrollers &#8211; Part II</title>
		<description><![CDATA[Hello Friends,
Welcome back to the Part II of RF 
  Communication tutorial. Here I will show you the basic working of RF modules 
  and how to send and receive data. Please see the Part 
  I of this tutorial for basic introduction. You should also be familiar with 
  RS232 [...]]]></description>
		<link>http://extremeelectronics.co.in/avr-tutorials/rf-communication-between-microcontrollers-part-ii/</link>
			</item>
	<item>
		<title>Programming in C &#8211; Tips for Embedded Development.</title>
		<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 [...]]]></description>
		<link>http://extremeelectronics.co.in/avr-tutorials/programming-in-c-tips-for-embedded-development/</link>
			</item>
	<item>
		<title>RF Communication Between Microcontrollers &#8211; Part I</title>
		<description><![CDATA[In many situations a communication link between to devices becomes essential. 
  This communication can be wired or wireless. If two devices are close to each 
  other (like a MCU and a Memory) a wired link is preferred. How ever in many 
  situations two devices are reasonably far apart. In [...]]]></description>
		<link>http://extremeelectronics.co.in/rf/rf-communication-between-microcontrollers-part-i/</link>
			</item>
	<item>
		<title>AVR Project &#8211; Digital Stop Watch with ATmega8</title>
		<description><![CDATA[Hello Friends,
In this tutorial we will make a &#34;Digital Stop Watch&#34; 
  using an AVR ATmega8 Microcontroller. This will help you learn many concepts 
  like

  Multiplexed 
    Seven Segment Display Interfacing
  Using 
    AVR Timers
  Using Interrupts
  And many others too.

The code [...]]]></description>
		<link>http://extremeelectronics.co.in/avr-projects/avr-project-digital-stop-watch-with-atmega8/</link>
			</item>
	<item>
		<title>PIC Development Board &#8211; Expansion of Board</title>
		<description><![CDATA[The PIC Development board from eXtreme 
      Electronics has the feature of connecting add-on boards, like user interface 
      board or a motor controller board. You can also make your own expansion 
      board. Actually the board has the ability [...]]]></description>
		<link>http://extremeelectronics.co.in/pic-development-board/pic-development-board-expansion-of-board/</link>
			</item>
	<item>
		<title>PIC Development Board &#8211; Hello World Project</title>
		<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 [...]]]></description>
		<link>http://extremeelectronics.co.in/pic-development-board/pic-development-board-hello-world-project/</link>
			</item>
	<item>
		<title>PIC Development Board &#8211; Programming</title>
		<description><![CDATA[The PIC Development Board can be easily programmed INCircuit by using our 
      eXtreme 
      Burner - PIC, a PIC Programmer with USB Connectivity.
    The firmware of a Microcontroller is normally stored in HEX files. This 
      [...]]]></description>
		<link>http://extremeelectronics.co.in/pic-development-board/pic-development-board-programming/</link>
			</item>
	<item>
		<title>PIC Development Board &#8211; Introduction</title>
		<description><![CDATA[Thanks for selecting PIC development board from eXtreme 
      Electronics. Now lets get familiar with this powerful and easy to use 
      system.
    Introduction
    This board will help you build and test any project with PIC microcontroller 
  [...]]]></description>
		<link>http://extremeelectronics.co.in/pic-development-board/pic-development-board-introduction/</link>
			</item>
	<item>
		<title>GUI Software for USBasp based USB AVR Programmers.</title>
		<description><![CDATA[When I started using USBasp 
  (a great programmer for AVRs), I soon realized that the avrdude (the software 
  for driving USBasp) is not much usable. Sometimes it irritates me a lots because 
  of its command line interface. Also the avrdude-gui is not 
  much helpful as it was [...]]]></description>
		<link>http://extremeelectronics.co.in/avr-tutorials/gui-software-for-usbasp-based-usb-avr-programmers/</link>
			</item>
	<item>
		<title>General Purpose Digital IO with PIC Microcontrollers.</title>
		<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 [...]]]></description>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/general-purpose-digital-io-with-pic-microcontrollers/</link>
			</item>
	<item>
		<title>Hello World Project With PIC Microcontroller &#8211; Part II</title>
		<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 [...]]]></description>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/hello-world-project-with-pic-microcontroller-part-ii/</link>
			</item>
	<item>
		<title>Hello World Project With PIC Microcontroller &#8211; Part I</title>
		<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 [...]]]></description>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/hello-world-project-with-pic-microcontroller-part-i/</link>
			</item>
	<item>
		<title>USB PIC Microcontroller Programmer.</title>
		<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.

  [...]]]></description>
		<link>http://extremeelectronics.co.in/tools/usb-pic-microcontroller-programmer/</link>
			</item>
	<item>
		<title>Making a Simple PIC Programmer.</title>
		<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 [...]]]></description>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/making-a-simple-pic-programmer/</link>
			</item>
	<item>
		<title>Easy 24C I2C Serial EEPROM Interfacing with AVR Microcontrollers</title>
		<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 [...]]]></description>
		<link>http://extremeelectronics.co.in/avr-tutorials/easy-24c-i2c-serial-eeprom-interfacing-with-avr-microcontrollers/</link>
			</item>
</channel>
</rss>
