<?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>Creative Electron &#187; Articles</title>
	<atom:link href="http://creativeelectron.net/blog/category/articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://creativeelectron.net/blog</link>
	<description>read . discuss . shop</description>
	<lastBuildDate>Sun, 06 Feb 2011 16:32:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>ARDU: Physical Computing with Arduino &#8211; An Introduction</title>
		<link>http://creativeelectron.net/blog/2010/07/ardu-physical-computing-with-arduino-an-introduction/</link>
		<comments>http://creativeelectron.net/blog/2010/07/ardu-physical-computing-with-arduino-an-introduction/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 18:31:45 +0000</pubDate>
		<dc:creator>hamzaazeem</dc:creator>
				<category><![CDATA[AVR]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[CEShop]]></category>
		<category><![CDATA[arduinio]]></category>
		<category><![CDATA[duemilanove]]></category>
		<category><![CDATA[open-source computing]]></category>

		<guid isPermaLink="false">http://creativeelectron.net/blog/?p=816</guid>
		<description><![CDATA[Arduino is a tool for making computers that can sense and control more of the physical world than your desktop computer. It's an open-source  physical computing platform based on a simple microcontroller board, and a development environment for writing software for the board.
Arduino can be used to develop interactive objects, taking inputs from a variety of switches or sensors, and controlling a variety of lights, motors, and other physical outputs. ]]></description>
		<wfw:commentRss>http://creativeelectron.net/blog/2010/07/ardu-physical-computing-with-arduino-an-introduction/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>AVR: How to use serial port in ATMEGA88</title>
		<link>http://creativeelectron.net/blog/2010/05/avr-serial-atmega8/</link>
		<comments>http://creativeelectron.net/blog/2010/05/avr-serial-atmega8/#comments</comments>
		<pubDate>Wed, 26 May 2010 08:31:33 +0000</pubDate>
		<dc:creator>hamzaazeem</dc:creator>
				<category><![CDATA[AVR]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[atmega8]]></category>
		<category><![CDATA[atmel]]></category>
		<category><![CDATA[rs232]]></category>
		<category><![CDATA[serial port]]></category>
		<category><![CDATA[uart]]></category>

		<guid isPermaLink="false">http://creativeelectron.net/blog/?p=783</guid>
		<description><![CDATA[So far we have learned to read digital inputs, analog inputs and use interrupts in ATMEGA8. In this article we will be learning a very important and useful  feature if the microcontroller. After reading the article you will be able to send data over the serial port of the controller, to either PC or any RS232 device. ]]></description>
		<wfw:commentRss>http://creativeelectron.net/blog/2010/05/avr-serial-atmega8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PIC: Serial Communition in PIC Microcontroller- 1</title>
		<link>http://creativeelectron.net/blog/2009/10/pic-serial-communition-in-pic-microcontroller-1/</link>
		<comments>http://creativeelectron.net/blog/2009/10/pic-serial-communition-in-pic-microcontroller-1/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 08:47:11 +0000</pubDate>
		<dc:creator>hamzaazeem</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[MCU]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ccs c]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[hyperterminal]]></category>
		<category><![CDATA[max232]]></category>
		<category><![CDATA[microchip]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rs232]]></category>
		<category><![CDATA[serial]]></category>

		<guid isPermaLink="false">http://creativeelectron.net/?p=675</guid>
		<description><![CDATA[An introductory post on how to use serial communication in PIC Micrcontrollers to send data to PC. What comes first in your mind when you listen serial communication ? Yes, how to send data in series. All this time you have been working single bits, turning on and off. Well serial communication is nothing more than on and off, but the only difference is that it has certain rules and timings which make it the reliable and accurate communication protocol among all.]]></description>
		<wfw:commentRss>http://creativeelectron.net/blog/2009/10/pic-serial-communition-in-pic-microcontroller-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AVR: How to read/write to SD Card using AVR.</title>
		<link>http://creativeelectron.net/blog/2009/09/avr-how-to-readwrite-to-sd-card-using-avr/</link>
		<comments>http://creativeelectron.net/blog/2009/09/avr-how-to-readwrite-to-sd-card-using-avr/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 20:25:10 +0000</pubDate>
		<dc:creator>hamzaazeem</dc:creator>
				<category><![CDATA[AVR]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[MCU]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[avr studio]]></category>
		<category><![CDATA[fat]]></category>
		<category><![CDATA[mmc card]]></category>
		<category><![CDATA[sd card]]></category>
		<category><![CDATA[winvavr]]></category>

		<guid isPermaLink="false">http://creativeelectron.net/?p=522</guid>
		<description><![CDATA[A very nice tutorial about read and writing to SD card using AVR. Features a very well-formed library for accessing FAT format. MicroSD cards are cheap, but if you need a card reader, the surface-mounted holder would cost $4 + shipping, and although I can probably solder that, I still would like to do testing on a breadboard. Sparkfun does sell a breakout board for their microSD holder for $15 + shipping, but that's a little too expensive. I've decided to buy a 1 GB microSD card that came with the microSD to SD adapter for $10 at a local place, and solder pin headers to the adapter so I can easily insert it into a breadboard.]]></description>
		<wfw:commentRss>http://creativeelectron.net/blog/2009/09/avr-how-to-readwrite-to-sd-card-using-avr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XBee: Making your first application &#8211; 2</title>
		<link>http://creativeelectron.net/blog/2009/09/xbee-making-your-first-application-2/</link>
		<comments>http://creativeelectron.net/blog/2009/09/xbee-making-your-first-application-2/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 11:23:20 +0000</pubDate>
		<dc:creator>hamzaazeem</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[XBee]]></category>
		<category><![CDATA[atmel]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[xctu]]></category>
		<category><![CDATA[zigbee]]></category>

		<guid isPermaLink="false">http://creativeelectron.net/?p=469</guid>
		<description><![CDATA[The post explains step-by-step how to setup XBee modules with PC. It uses X-CTU for configuration of the modules. The posts also helps in testing the communication and range of the modules. If you are new to XBee than this is a very useful post.]]></description>
		<wfw:commentRss>http://creativeelectron.net/blog/2009/09/xbee-making-your-first-application-2/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>AVR: How to take Analog input in AVR.</title>
		<link>http://creativeelectron.net/blog/2009/09/avr-how-to-take-analog-input-in-avr/</link>
		<comments>http://creativeelectron.net/blog/2009/09/avr-how-to-take-analog-input-in-avr/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 16:35:18 +0000</pubDate>
		<dc:creator>hamzaazeem</dc:creator>
				<category><![CDATA[AVR]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[MCU]]></category>
		<category><![CDATA[adc]]></category>
		<category><![CDATA[atmega8]]></category>
		<category><![CDATA[microcontroller]]></category>

		<guid isPermaLink="false">http://creativeelectron.net/?p=447</guid>
		<description><![CDATA[This post explains how to use built-in ADC feature of AVR Microcontrollers. ATMEGA8 is used in this example, along with the source code in C. As you all know, natural environment is all analog. From temperature to seismic waves and from wind to fire every value is continuous in nature. But the problem is that all electronics is turning into digital, a non-continuous domain. So to acquire data from the environment we use an ADC (Analog to Digital Convertor).]]></description>
		<wfw:commentRss>http://creativeelectron.net/blog/2009/09/avr-how-to-take-analog-input-in-avr/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GLCD: Interfacing 128&#215;64 Pixel GLCD (KS0108) with PIC16F876</title>
		<link>http://creativeelectron.net/blog/2009/09/glcd-interfacing-128x64-pixel-glcd-ks0108-with-pic16f876/</link>
		<comments>http://creativeelectron.net/blog/2009/09/glcd-interfacing-128x64-pixel-glcd-ks0108-with-pic16f876/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 17:19:46 +0000</pubDate>
		<dc:creator>hamzaazeem</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[glcd]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[ks0108]]></category>
		<category><![CDATA[lcd]]></category>
		<category><![CDATA[pic16f876]]></category>

		<guid isPermaLink="false">http://creativeelectron.net/?p=410</guid>
		<description><![CDATA[The post shows how to interface 128x64 pixels Graphical LCD having KS0108 controller with PIC16F876. It uses CCS C Compiler to write a simple code which displays the text "Creative Electron" upon startup of controller. All the source code and simulation files are included.]]></description>
		<wfw:commentRss>http://creativeelectron.net/blog/2009/09/glcd-interfacing-128x64-pixel-glcd-ks0108-with-pic16f876/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>GLCD: Introduction to Graphical LCD.</title>
		<link>http://creativeelectron.net/blog/2009/09/glcd-introduction-to-graphical-lcd/</link>
		<comments>http://creativeelectron.net/blog/2009/09/glcd-introduction-to-graphical-lcd/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 15:47:37 +0000</pubDate>
		<dc:creator>hamzaazeem</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[displays]]></category>
		<category><![CDATA[graphical lcd]]></category>
		<category><![CDATA[ks0108]]></category>
		<category><![CDATA[lcd]]></category>

		<guid isPermaLink="false">http://creativeelectron.net/?p=395</guid>
		<description><![CDATA[The post explains the difference between Graphical LCDs and Line LCDs. Graphical LCDs offeres greater flexibility due to its pixel nature. They are used for text as well as graphics display such a BMP files. There are many types of LCDs flowing in market, and if you feel safe only with 16x2 line LCD than its the time to convert your programs to graphical LCD.]]></description>
		<wfw:commentRss>http://creativeelectron.net/blog/2009/09/glcd-introduction-to-graphical-lcd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AVR: Introduction to AVR through a simple program.</title>
		<link>http://creativeelectron.net/blog/2009/09/avr-introduction-to-avr-through-a-simple-program/</link>
		<comments>http://creativeelectron.net/blog/2009/09/avr-introduction-to-avr-through-a-simple-program/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 23:36:14 +0000</pubDate>
		<dc:creator>hamzaazeem</dc:creator>
				<category><![CDATA[AVR]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[8051]]></category>
		<category><![CDATA[atmega8atmel]]></category>
		<category><![CDATA[avr simulator]]></category>
		<category><![CDATA[picmsimulator]]></category>
		<category><![CDATA[winavr]]></category>

		<guid isPermaLink="false">http://creativeelectron.net/?p=263</guid>
		<description><![CDATA[AVR are RISC based microcontroller made by ATMEL. This post introduces AVR by the help of a simple program which toggles a LED. It is achieved by the help of WinAVR and ATMEL AVR-Studio. ATMEGA8 is used and is programmed in C Language.]]></description>
		<wfw:commentRss>http://creativeelectron.net/blog/2009/09/avr-introduction-to-avr-through-a-simple-program/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Photography: High-Speed Photography using Microphone</title>
		<link>http://creativeelectron.net/blog/2009/08/photography-high-speed-photography-using-microphone/</link>
		<comments>http://creativeelectron.net/blog/2009/08/photography-high-speed-photography-using-microphone/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 04:21:55 +0000</pubDate>
		<dc:creator>hamzaazeem</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://creativeelectron.net/?p=225</guid>
		<description><![CDATA[In this project a microphone is used to activate flash, creating immense time-critical photographs. He uses sound activity as a trigger, by setting microphone under a tin sheet. The water drops on tin sheet creates a sound and hence ends up triggering the strobe. Simple idea in electronics but goes a long way in photography.]]></description>
		<wfw:commentRss>http://creativeelectron.net/blog/2009/08/photography-high-speed-photography-using-microphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

