<?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; Projects</title>
	<atom:link href="http://creativeelectron.net/blog/category/projects/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>PIC: PC Interfaced Digital Thermometer using PIC Microcontroller</title>
		<link>http://creativeelectron.net/blog/2009/10/pic-pc-interfaced-digital-thermometer-using-pic-microcontroller/</link>
		<comments>http://creativeelectron.net/blog/2009/10/pic-pc-interfaced-digital-thermometer-using-pic-microcontroller/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 23:52:28 +0000</pubDate>
		<dc:creator>hamzaazeem</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[lm35]]></category>
		<category><![CDATA[max232]]></category>
		<category><![CDATA[pic uart]]></category>
		<category><![CDATA[pic usart]]></category>
		<category><![CDATA[rs232]]></category>
		<category><![CDATA[serial port]]></category>
		<category><![CDATA[temperature sensor]]></category>

		<guid isPermaLink="false">http://creativeelectron.net/?p=632</guid>
		<description><![CDATA[A very comprehensive tutorial explaining each and every step for making a digital thermometer. PIC16F876 is used along with LM35 temperature sensor. After reading and converting the values into temperature in Celsius, it is sent to PC over RS232. ]]></description>
		<wfw:commentRss>http://creativeelectron.net/blog/2009/10/pic-pc-interfaced-digital-thermometer-using-pic-microcontroller/feed/</wfw:commentRss>
		<slash:comments>28</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>Project: Using simple LED as a light sensor.</title>
		<link>http://creativeelectron.net/blog/2009/09/project-using-simple-led-as-a-light-sensor/</link>
		<comments>http://creativeelectron.net/blog/2009/09/project-using-simple-led-as-a-light-sensor/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 15:47:04 +0000</pubDate>
		<dc:creator>hamzaazeem</dc:creator>
				<category><![CDATA[PIC]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[adc]]></category>
		<category><![CDATA[analog]]></category>
		<category><![CDATA[easypic]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[mikroc]]></category>
		<category><![CDATA[mikroe]]></category>
		<category><![CDATA[sensor]]></category>

		<guid isPermaLink="false">http://creativeelectron.net/?p=500</guid>
		<description><![CDATA[Mostly LEDs are used as a light source. But they can also be used as a light sensor. This projects demonstrates how to use LED as a sensor with PIC Microcontroller. After reading the intensity of ambient light, it adjusts the intensity of 7-Segment display with the help of PWM. Source code is done in MikroC and is provided in the post.]]></description>
		<wfw:commentRss>http://creativeelectron.net/blog/2009/09/project-using-simple-led-as-a-light-sensor/feed/</wfw:commentRss>
		<slash:comments>4</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>PIC: Interfacing 16&#215;2 LCD with PIC</title>
		<link>http://creativeelectron.net/blog/2009/09/pic-interfacing-16x2-lcd-with-pic/</link>
		<comments>http://creativeelectron.net/blog/2009/09/pic-interfacing-16x2-lcd-with-pic/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 08:38:08 +0000</pubDate>
		<dc:creator>hamzaazeem</dc:creator>
				<category><![CDATA[PIC]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[16x2]]></category>
		<category><![CDATA[ccs c]]></category>
		<category><![CDATA[controller]]></category>
		<category><![CDATA[interfacing]]></category>
		<category><![CDATA[lcd]]></category>
		<category><![CDATA[proteus]]></category>

		<guid isPermaLink="false">http://creativeelectron.net/?p=252</guid>
		<description><![CDATA[This is a simple and small sample demonstrating basic interfacing of 16x2 LCD with PIC16F876. It uses PORTC for LCD, and workd upon 4-Bit.
Upon running the sample, "CreativeElectron" will be displayed on the LCD.
The Zip file contains;

- Source Code and Header File (.C)
- Proteus Working Simulation (.DSN)
- Image file of Design
]]></description>
		<wfw:commentRss>http://creativeelectron.net/blog/2009/09/pic-interfacing-16x2-lcd-with-pic/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Project: Car Racing Timer Based on PIC Microcontroller.</title>
		<link>http://creativeelectron.net/blog/2009/02/project-car-racing-timer-based-on-pic-microcontroller/</link>
		<comments>http://creativeelectron.net/blog/2009/02/project-car-racing-timer-based-on-pic-microcontroller/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 13:49:58 +0000</pubDate>
		<dc:creator>Hamza Azeem</dc:creator>
				<category><![CDATA[PIC]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[glcd]]></category>
		<category><![CDATA[ir sensor]]></category>
		<category><![CDATA[pic18f452]]></category>
		<category><![CDATA[rtc]]></category>
		<category><![CDATA[serial glcd]]></category>
		<category><![CDATA[timer]]></category>

		<guid isPermaLink="false">http://creativelectron.wordpress.com/?p=112</guid>
		<description><![CDATA[After a very long time, i'm posting a new project of mine. Its a timer specifically designed for car rallies.
It was back in 2008, when I made my first timer for Lahore Rally Cross 2008. It was a very urgent project, got only 15 days to make it. Though it was very fun, and learned alot from it.
]]></description>
		<wfw:commentRss>http://creativeelectron.net/blog/2009/02/project-car-racing-timer-based-on-pic-microcontroller/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Project: Baking Plant &#8211; Temperature Control and Monitoring</title>
		<link>http://creativeelectron.net/blog/2008/11/project-baking-plant-temperature-control-and-monitoring/</link>
		<comments>http://creativeelectron.net/blog/2008/11/project-baking-plant-temperature-control-and-monitoring/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 08:10:26 +0000</pubDate>
		<dc:creator>Hamza Azeem</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[18f452]]></category>
		<category><![CDATA[ccs]]></category>
		<category><![CDATA[ethernet]]></category>
		<category><![CDATA[glcd]]></category>
		<category><![CDATA[mikroc]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[picnic]]></category>
		<category><![CDATA[pictail]]></category>
		<category><![CDATA[temperature control]]></category>

		<guid isPermaLink="false">http://creativelectron.wordpress.com/?p=52</guid>
		<description><![CDATA[This project is developed on PIC18F452, which uses PICTail Ethernet Board to transmits data over LAN using UDP protocol over  to PC. Basically, its a baking plant which controls the temperature in a specified range. As GUI, Visual Basic is used to receive a real-time readings of temperature through Ethernet from PIC1f452.
]]></description>
		<wfw:commentRss>http://creativeelectron.net/blog/2008/11/project-baking-plant-temperature-control-and-monitoring/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>

