<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
 <channel>
   <title>Microcontroller Blog</title>
   <link>http://www.best-microcontroller-projects.com/microcontroller-blog.html</link>
   <description>The Microcontroller Blog keeps you up-to-date with all additions and changes to the best-microcontroller-projects.com Web site. Subscribe here (no need for email).</description>
   <language>en-us</language>
   <pubDate>Wed, 30 Apr 2008 21:44:54 GMT</pubDate>
   <lastBuildDate>Wed, 30 Apr 2008 21:44:54 GMT</lastBuildDate>
   <copyright>best-microcontroller-projects.com</copyright>
   <item>
    <title>The C programming course.</title>
    <link>http://www.best-microcontroller-projects.com/c-programming-course-sales-page.html</link>
    <description>The c programming course details page.</description>
    <pubDate>Wed, 30 Apr 2008 21:44:53 GMT</pubDate>
   </item>
   <item>
    <title>Choosing a pic programmer.</title>
    <link>http://www.best-microcontroller-projects.com/pic-programmer.html</link>
    <description>Which pic programmer do you need? This page discusses PIC programmers and gives some essential information on choosing or building your own programmer.</description>
    <pubDate>Fri, 11 Apr 2008 17:05:12 GMT</pubDate>
   </item>
   <item>
    <title>The Handheld Oscilloscope</title>
    <link>http://www.best-microcontroller-projects.com/handheld-oscilloscope.html</link>
    <description>Normal or Handheld Oscilloscope: You can't live without an oscilloscope in electronics but which should you choose?</description>
    <pubDate>Sat, 09 Feb 2008 22:57:59 GMT</pubDate>
   </item>
   <item>
    <title>My Secret.</title>
    <link>http://www.best-microcontroller-projects.com/my-secret.html</link>
    <description>How to build your own online income!</description>
    <pubDate>Thu, 31 Jan 2008 22:09:38 GMT</pubDate>
   </item>
   <item>
    <title>12F675 tutorial 7: A PIC based servo controller controlling a servo motor from the serial port.</title>
    <link>http://www.best-microcontroller-projects.com/servo-controller.html</link>
    <description>A servo controller for controlling a servo motor from the serial port using a PIC Microcontroller. Project includes source code description and schematics.</description>
    <pubDate>Fri, 25 Jan 2008 22:21:26 GMT</pubDate>
   </item>
   <item>
    <title>12F675 tutorial 6: Driving a servo motor using a PIC Micro.</title>
    <link>http://www.best-microcontroller-projects.com/servo-motor.html</link>
    <description>How to generate the signal for contolling a standard (RC) servo motor using a PIC microcontroller.</description>
    <pubDate>Fri, 25 Jan 2008 22:21:25 GMT</pubDate>
   </item>
   <item>
    <title>12F675 tutorial 5: Logging LM35DZ temperature to PIC internal EEPROM.</title>
    <link>http://www.best-microcontroller-projects.com/eeprom.html</link>
    <description>PIC temperature logging : Storing the temperature from an LM35DZ into the PIC's internal EEPROM.</description>
    <pubDate>Fri, 25 Jan 2008 22:21:24 GMT</pubDate>
   </item>
   <item>
    <title>12F675 tutorial 4: Making an LM35 temperature recorder.</title>
    <link>http://www.best-microcontroller-projects.com/temperature-recorder.html</link>
    <description>PIC LM35 temperature recorder project : Making a temperature recorder using a PIC microcontroller and three pin sensor IC.</description>
    <pubDate>Fri, 25 Jan 2008 22:21:21 GMT</pubDate>
   </item>
   <item>
    <title>12F675 tutorial 3 : Adding a PIC Serial port.</title>
    <link>http://www.best-microcontroller-projects.com/pic-serial-port.html</link>
    <description>PIC 12F675 tutorial 3 :Shows how to use a PIC serial port connecting to the PC and using a MAX232 interface chip.</description>
    <pubDate>Fri, 25 Jan 2008 22:21:19 GMT</pubDate>
   </item>
   <item>
    <title>12F675 Tutorial 2 : Switch debounce solution.</title>
    <link>http://www.best-microcontroller-projects.com/switch-debounce.html</link>
    <description>12F675 Tutorial 2 : Reading keys with techniqe for switch debounce.</description>
    <pubDate>Fri, 25 Jan 2008 22:21:18 GMT</pubDate>
   </item>
   <item>
    <title>A PIC 12F675 tutorial.</title>
    <link>http://www.best-microcontroller-projects.com/12F675.html</link>
    <description>A PIC 12F675 tutorial with circuits and downloadable code. Learn the 12F675's peripherals and how to use them.</description>
    <pubDate>Fri, 25 Jan 2008 22:13:42 GMT</pubDate>
   </item>
   <item>
    <title>SDCC Small Device C Compiler</title>
    <link>http://www.best-microcontroller-projects.com/sdcc-extra.html</link>
    <description>SDCC Extra - get extra information about SDCC using this memberhip facility.</description>
    <pubDate>Tue, 08 Jan 2008 23:52:10 GMT</pubDate>
   </item>
   <item>
    <title>SDCC - Small Device C Compiler</title>
    <link>http://www.best-microcontroller-projects.com/sdcc-promo.html</link>
    <description>Information about the SDCC compiler.</description>
    <pubDate>Tue, 25 Dec 2007 08:22:33 GMT</pubDate>
   </item>
   <item>
    <title>Chip pin out diagrams for some PIC chips.</title>
    <link>http://www.best-microcontroller-projects.com/pin-out.html</link>
    <description>Useful pin out diagrams for PIC microcontrollers - showing you pinouts for 12F675, 16F88 and 16F877A. These are the main microcontrollers used in projects on this site.</description>
    <pubDate>Sun, 23 Dec 2007 10:12:16 GMT</pubDate>
   </item>
   <item>
    <title>User Menu Code</title>
    <link>http://www.best-microcontroller-projects.com/user-menu-code.html</link>
    <description>I have a project which allows the user to change several variable values through the use of a 5-button keypad.  I am capable of coding the basic</description>
    <pubDate>Wed, 21 Nov 2007 17:04:30 GMT</pubDate>
   </item>
   <item>
    <title>A/D conversion on PIC 16F877A with MikroC</title>
    <link>http://www.best-microcontroller-projects.com/ad-conversion-on-pic-16f877a-with-mikroc.html</link>
    <description>PIC 16F877A A/D Conversion and MikroC  I'm quite new to the whole PIC scene(about a month).I am using the PIC for for A/D conversion a and subsequent</description>
    <pubDate>Wed, 21 Nov 2007 16:56:27 GMT</pubDate>
   </item>
   <item>
    <title>The best Microcontroller projects and resources.</title>
    <link>http://www.best-microcontroller-projects.com/index.html</link>
    <description>Do you want to learn how to use a microcontroller in your electronic projects or do you need inspiration for your next project? If so you have found the right place!</description>
    <pubDate>Sun, 04 Nov 2007 09:14:43 GMT</pubDate>
   </item>
   <item>
    <title>An rgb led project to drive a tri-color led.</title>
    <link>http://www.best-microcontroller-projects.com/rgb-led.html</link>
    <description>How to drive an RGB LED - tri color led using three microcontroller pins using pulse width modulation to drive each color of the led at a different intensity.</description>
    <pubDate>Fri, 02 Nov 2007 07:03:01 GMT</pubDate>
   </item>
   <item>
    <title>SMS project using Nokia 3310?</title>
    <link>http://www.best-microcontroller-projects.com/sms-project-using-nokia-3310.html</link>
    <description>Where can I find a project for transmitting SMS using pic microcontroller on nokia 3310.  sarairehamer2006 </description>
    <pubDate>Fri, 02 Nov 2007 06:44:45 GMT</pubDate>
   </item>
   <item>
    <title>Polygon Graphics</title>
    <link>http://www.best-microcontroller-projects.com/polygon-graphics.html</link>
    <description>I recently came accros  this page and thought I had to try that. Luckily for me Pyrofer has the source code that he used, thanks a lot, after just a</description>
    <pubDate>Fri, 26 Oct 2007 17:12:10 GMT</pubDate>
   </item>
   <item>
    <title>89c51 download problem</title>
    <link>http://www.best-microcontroller-projects.com/89c51-download-problem.html</link>
    <description>I have a P89C51RD2xx controller and I am using KEIL simulator to create a HEX file. I'm using Flash Magic to download it. I designed a ckt on bread</description>
    <pubDate>Fri, 26 Oct 2007 17:01:44 GMT</pubDate>
   </item>
   <item>
    <title>ads1210 interfacing 16f877a</title>
    <link>http://www.best-microcontroller-projects.com/ads1210-interfacing-16f877a.html</link>
    <description>I have ads 1210 a2d interfacing with 16f877a connected by sdi,sdo,sck, crystal for ads1210 is 3.5Mhz.  Whenever i load a byte in sspbuf watch window</description>
    <pubDate>Thu, 18 Oct 2007 05:35:25 GMT</pubDate>
   </item>
   <item>
    <title>Ultrasonic Range Finder</title>
    <link>http://www.best-microcontroller-projects.com/ultrasonic-range-finder.html</link>
    <description>I am a final year student in electronic engineering searching for a pic based final year project.  I have been fascinated by the idea of an ultrasonic</description>
    <pubDate>Thu, 18 Oct 2007 05:34:39 GMT</pubDate>
   </item>
   <item>
    <title>interfaceing of pic to PC  through usb port?</title>
    <link>http://www.best-microcontroller-projects.com/interfaceing-of-pic-to-pc-through-usb-port.html</link>
    <description>Can you suggest any solution on interfaceing pic microcontroller with PC through USB port?  Is their need for writing a device</description>
    <pubDate>Thu, 18 Oct 2007 05:33:11 GMT</pubDate>
   </item>
   <item>
    <title>PIC BASIC for PIC Microcontrollers.</title>
    <link>http://www.best-microcontroller-projects.com/pic-basic.html</link>
    <description>PIC BASIC : For PIC Microcontrollers. Comparing interpreted and compiled BASIC for resource and ease of use.</description>
    <pubDate>Mon, 08 Oct 2007 06:05:32 GMT</pubDate>
   </item>
   <item>
    <title>PIC16F628A : Using delays for PIC16F628A @ 4MHz</title>
    <link>http://www.best-microcontroller-projects.com/pic16f628a-using-delays-for-pic16f628a-4mhz.html</link>
    <description>Hi, I have a PIC16F628A set on internal clock (4MHz). I tried with an external 4MHz clock with the same result.   I use the compiler PICC-Lite from</description>
    <pubDate>Mon, 01 Oct 2007 06:11:32 GMT</pubDate>
   </item>
   <item>
    <title>A Free PIC BASIC Compiler : GCBASIC</title>
    <link>http://www.best-microcontroller-projects.com/pic-basic-gcbasic-ezine4.html</link>
    <description>PIC BASIC GCBASIC : A free BASIC compiler for PIC microcontrollers (including 18F series).</description>
    <pubDate>Mon, 01 Oct 2007 06:06:00 GMT</pubDate>
   </item>
   <item>
    <title>Favorite Development Board</title>
    <link>http://www.best-microcontroller-projects.com/favorite-development-board.html</link>
    <description>I just ordered a LV 24-33 development board from MikroE for dsPIC33 and PIC24. I wanted to know what everyone else was using as a programmer and</description>
    <pubDate>Sat, 22 Sep 2007 06:01:50 GMT</pubDate>
   </item>
   <item>
    <title>Microcontroller store</title>
    <link>http://www.best-microcontroller-projects.com/microcontroller-store.html</link>
    <description>New addition is P.H.Anderson for microcontroller components and prototypr boards - Also has picaxe parts - Components and more</description>
    <pubDate>Fri, 21 Sep 2007 12:37:36 GMT</pubDate>
   </item>
   <item>
    <title>RGB LED Matrix 3D Cube</title>
    <link>http://www.best-microcontroller-projects.com/rgb-led-matrix-3d-cube.html</link>
    <description>RGB LED Matrix 3D Cube - (100 RGB LEDS @ $35! - on ebay)  I recently created a 3X3X3 RGB LED matrix that can be seen at coilgunpower.com. This thing</description>
    <pubDate>Fri, 21 Sep 2007 09:59:07 GMT</pubDate>
   </item>
   <item>
    <title>PIC Tutorial pages.</title>
    <link>http://www.best-microcontroller-projects.com/pic-tutorial.html</link>
    <description>PIC tutorial page. Here you can find tutorials on compilers, programming, specific devices, peripherals, protocols and techniques.</description>
    <pubDate>Wed, 19 Sep 2007 12:29:07 GMT</pubDate>
   </item>
   <item>
    <title>I2C start signal not correct on oscilloscope</title>
    <link>http://www.best-microcontroller-projects.com/i2c-start-signal-not-correct-on-oscilloscope.html</link>
    <description>I2C problem using PIC18f4580 as master and PIC18f4550 as slave.  Hi folks,  my clock line is correct ie scl but sda wave form is not rite when I probe</description>
    <pubDate>Tue, 18 Sep 2007 18:21:35 GMT</pubDate>
   </item>
   <item>
    <title>8051410 microcontroller DRIFTER BUOY</title>
    <link>http://www.best-microcontroller-projects.com/8051410-microcontroller-drifter-buoy.html</link>
    <description>8051410 microcontroller drifter buoy project help   I am a engineering student currently in my  final year. We are doing a project on 8051</description>
    <pubDate>Fri, 14 Sep 2007 05:48:18 GMT</pubDate>
   </item>
   <item>
    <title>Detect the robot</title>
    <link>http://www.best-microcontroller-projects.com/detect-the-robot.html</link>
    <description>I need to detect a incoming robot,and my robot will be moving in a circular path which is autonomous.   The circular path has wall of 10 cm height and</description>
    <pubDate>Sat, 08 Sep 2007 21:20:52 GMT</pubDate>
   </item>
   <item>
    <title>Ultrasonic Range Finder: Automatic Volume Control</title>
    <link>http://www.best-microcontroller-projects.com/ultrasonic-range-finder-automatic-volume-control.html</link>
    <description>I want to modify the project from finding the range, so it can control the volume. For example, I make surround sound speaker system.   If the person</description>
    <pubDate>Sat, 08 Sep 2007 21:18:07 GMT</pubDate>
   </item>
   <item>
    <title>16F690 MIKRO C - Code loop Problem</title>
    <link>http://www.best-microcontroller-projects.com/16f690-mikro-c-code-loop-problem.html</link>
    <description>Hi, I cannot get the code listed below to loop. When I load it onto the pic 16f690 only 1 led lights up. The debugger shows PORTC C is being increased</description>
    <pubDate>Tue, 04 Sep 2007 06:01:48 GMT</pubDate>
   </item>
   <item>
    <title>16F628: ULTRASONIC Range Finder Problem </title>
    <link>http://www.best-microcontroller-projects.com/16f628-ultrasonic-range-finder-problem.html</link>
    <description>I really like your Ultrasonic Range Finder project. But I dont have 16F88. I have four of 16F628 pic. So the problem is in your cct digram  you use</description>
    <pubDate>Thu, 30 Aug 2007 12:43:13 GMT</pubDate>
   </item>
   <item>
    <title>Directory of PIC Projects and other electronic projects</title>
    <link>http://www.best-microcontroller-projects.com/pic-projects-web.html</link>
    <description>Find PIC projects and other electronic projects on the web listed here.</description>
    <pubDate>Wed, 29 Aug 2007 21:40:47 GMT</pubDate>
   </item>
   <item>
    <title>16F84 problem / solution</title>
    <link>http://www.best-microcontroller-projects.com/16F84_code_JR.html</link>
    <description>16F84 problem / solution</description>
    <pubDate>Tue, 28 Aug 2007 18:24:56 GMT</pubDate>
   </item>
   <item>
    <title>Parallax GPS with PICs.</title>
    <link>http://www.best-microcontroller-projects.com/parallax-gps-with-pics.html</link>
    <description>I want to make a PIC controlled device that can measure and record it's speed. The parallax GPS that can be found here,  </description>
    <pubDate>Mon, 27 Aug 2007 06:53:09 GMT</pubDate>
   </item>
   <item>
    <title>Scrolling message display using two 'PIC16F84A' chips</title>
    <link>http://www.best-microcontroller-projects.com/scrolling-message-display-using-two-pic16f84a-chips.html</link>
    <description>This message display was based on the dot matrix display in the project area on this site.  The reason I built it this way was because I had no</description>
    <pubDate>Thu, 23 Aug 2007 17:08:24 GMT</pubDate>
   </item>
   <item>
    <title>Universal Status Reporting module</title>
    <link>http://www.best-microcontroller-projects.com/universal-status-reporting-module.html</link>
    <description>Universal microcontroler and LCD display  I would like to be able to use a microcontroller with an LCD display as a stand alone unit that I could</description>
    <pubDate>Thu, 23 Aug 2007 07:53:04 GMT</pubDate>
   </item>
   <item>
    <title>Microcontroller Blog</title>
    <link>http://www.best-microcontroller-projects.com/microcontroller-blog.html</link>
    <description>The Microcontroller Blog keeps you up-to-date with all additions and changes to the best-microcontroller-projects.com Web site. Subscribe here (no need for email).</description>
    <pubDate>Wed, 22 Aug 2007 20:46:31 GMT</pubDate>
   </item>
   <item>
    <title>16F84a Counting RA4 Input : output to single LEDs</title>
    <link>http://www.best-microcontroller-projects.com/16f84a-counting-ra4-input-output-to-single-leds.html</link>
    <description>16F84A example needed  I would like to see a program that will count the number of inputs on pin RA4 of pic16F84a.  Then turn on 3 outputs one at a</description>
    <pubDate>Wed, 22 Aug 2007 06:19:15 GMT</pubDate>
   </item>
   <item>
    <title>My Microcontroller Projects</title>
    <link>http://www.best-microcontroller-projects.com/microcontroller-projects-showcase.html</link>
    <description>A free resource for you to show off your microcontroller Projects.</description>
    <pubDate>Mon, 20 Aug 2007 08:58:23 GMT</pubDate>
   </item>
   <item>
    <title>Your Microcontroller reviews</title>
    <link>http://www.best-microcontroller-projects.com/microcontroller-reviews.html</link>
    <description>Microcontroller reviews: Post your own reviews to share with other microcontroller users. You can review microcontroller software/hardware or services etc.</description>
    <pubDate>Mon, 20 Aug 2007 06:34:34 GMT</pubDate>
   </item>
   <item>
    <title>Microcontroller Questions and answers</title>
    <link>http://www.best-microcontroller-projects.com/microcontroller-problem-solution.html</link>
    <description>A Best Microcontroller Projects user resource for asking and answering microcontroller related problems.</description>
    <pubDate>Sun, 19 Aug 2007 20:23:52 GMT</pubDate>
   </item>
   <item>
    <title>PIC Projects with schematics and source code.</title>
    <link>http://www.best-microcontroller-projects.com/pic-projects.html</link>
    <description>All kinds of pic projects from advanced frequency counter projects to simple led flashing circuits.</description>
    <pubDate>Sat, 18 Aug 2007 20:19:49 GMT</pubDate>
   </item>
   <item>
    <title>A dot matrix led display project for an 8x8 or 5x7 led matrix.</title>
    <link>http://www.best-microcontroller-projects.com/led-dot-matrix-display.html</link>
    <description>How to drive an dot matrix led display. This project shows you how to drive one with 64 LEDs (8 rows by 8 columns) or less e.g. 35 LEDs (7 rows by 5 columns).</description>
    <pubDate>Thu, 05 Jul 2007 20:08:09 GMT</pubDate>
   </item>
   <item>
    <title>LM35 Temperature recorder - chips and methods.</title>
    <link>http://www.best-microcontroller-projects.com/lm35.html</link>
    <description>LM35 Temperature recorder : Making a temperature recorder using a PIC microcontroller and three pin sensor IC.</description>
    <pubDate>Mon, 02 Jul 2007 18:52:29 GMT</pubDate>
   </item>
 </channel>
</rss>
