Sunday, September 26, 2010

How to program a PIC microcontroller in home??

There is many types of microcontrollers are available in market such as AVR, PIC, ARM etc. AVR and PIC are brand names of products from Atmel & Microchip respectively - see their websites for details. For first time, you should use PIC programming (PIC16F84 or PIC16F84A).
Before starting programming study the datasheet carefully. The datasheet is given below :
http://hotfile.com/dl/71824197/3673eaf/35007b.pdf.html
To download PIC compiler click on http://hotfile.com/dl/71822254/06fd298/MPLAB_IDE_v8_56.zip.html
and
http://hotfile.com/dl/71822661/823e460/MPLAB_IDE_8_56_Release_Notes.zip.html
This are very useful full version compiler. At first of my PIC programming I use this compiler in my PC. Start with PIC assembly language, then others.

No comments:

Post a Comment