Difference between revisions of "Microchip PICs"

From Mech
Jump to navigationJump to search
Line 6: Line 6:
<br>
<br>
__TOC__
__TOC__
== Using the NU32v2 ==
*[[NU32v2: Introduction to the PIC32]]
**[[NU32v2: What is in the NU32v2 Kit]]
**[[NU32v2: Software to Install]]
**[[NU32v2: Starting a New Project and Putting it on the NU32v2]]
**[[NU32v2: Using the Simulator]]
**[[NU32v2: The NU32v2 Serial Bootloader and PC Application]]
*Simple Example Programs
**[[NU32v2: Digital Input and Output]]
**[[NU32v2: Simple Analog Input]]
**[[NU32v2: PWM Output]]
**[[NU32v2: Serial Communication with the PC]]
**[[NU32v2: Nokia 5110 LCD]]

== Using the PIC18F4520 ==
== Using the PIC18F4520 ==
*[[4520 Board intro]]
*[[4520 Board intro]]
Line 30: Line 44:
*[[C Example: Bi-Directional PWM Motor Control]]
*[[C Example: Bi-Directional PWM Motor Control]]
*[[C Example: Serial LCD]]
*[[C Example: Serial LCD]]

== Using the NU32v2 ==
*[[NU32v2: Introduction to the PIC32]]
**[[NU32v2: What is in the NU32v2 Kit]]
**[[NU32v2: Software to Install]]
**[[NU32v2: Starting a New Project and Putting it on the NU32v2]]
**[[NU32v2: Using the Simulator]]
**[[NU32v2: The NU32v2 Serial Bootloader and PC Application]]
*Simple Example Programs
**[[NU32v2: Digital Input and Output]]
**[[NU32v2: Simple Analog Input]]
**[[NU32v2: PWM Output]]
**[[NU32v2: Serial Communication with the PC]]
**[[NU32v2: Nokia 5110 LCD]]


== Using the PIC32MX Series ==
== Using the PIC32MX Series ==

Revision as of 16:22, 15 January 2011

Note: Much of the code on this page was written using the CCS compiler. All new code is being written using Microchip's MPLAB.

Link to all sample code here.


Using the NU32v2

Using the PIC18F4520

Example Code in C for PIC18F4520

Using the PIC32MX Series


Other PIC Resources

Programming the PIC with Microchip's MPLAB