Beginners Guide To Programming A PIC: Difference between revisions

From doityourselfchristmas.com
Jump to navigation Jump to search
(Added more pages.)
No edit summary
Line 11: Line 11:
[[PIC Programming Hints]]: Hints to programming PICs.
[[PIC Programming Hints]]: Hints to programming PICs.


[http://www.gooligum.com.au/tut_baseline.html Gooligum] PIC Programming tutorial series


[[Category:How To]]
[[Category:How To]]

Revision as of 12:05, 20 September 2012

Here you will find guides on how to perform basic programming of a PIC.

File:How to program a PIC.pdf: Please note that this guide uses a PICKit2, The most common PIC programmer among DIYC members, but the process should be very similar for other PIC's and programmers.

File:PICKit III.pdf: Guide for using a PICKit III to program a PIC using a "HEX" file. The first few screens would be the same for the "ASM" file but then you should be able to use Waynes videos for the "project creation". You should also be able to use this for the diagnostic firmware, just change the file name that you select in the file browser. Made by Mmulvenna

WayneJ's video series on PIC programming: For those that prefer to see t done in a video.

Microchip PIC References: Other information and tutorials on PICs.

PIC Programming Hints: Hints to programming PICs.

Gooligum PIC Programming tutorial series