Difference between revisions of "Microchip PICs"

From Mech
Jump to navigationJump to search
Line 41: Line 41:
*[[PIC MCUs: Capabilities of PIC32MX]]
*[[PIC MCUs: Capabilities of PIC32MX]]
**[[Programming HID Bootloader on PIC32 |PIC32MX: Bootloader]]
**[[Programming HID Bootloader on PIC32 |PIC32MX: Bootloader]]
**Simple Programs
**[[PIC32MX: Digital Inputs]]
**[[PIC32MX: Digital Outputs]]
***[[PIC32MX: Digital Inputs]]
**[[PIC32MX: Analog Inputs]]
***[[PIC32MX: Digital Outputs]]
***[[PIC32MX: Analog Inputs]]
**Communication
***[[PIC32MX: Parallel LCD]]
***[[PIC32MX: RS232]]
***[[PIC32MX: I2C]]
***[[USB Communication PIC32]]
***[[PIC32MX: SPI| PIC32MX:SPI (Probably will be a Lab 5 assigment)]]
**Motor Control
**[[PIC32MX: PWM Motor Control]]
**[[PIC32MX: PWM Motor Control]]
**[[PIC32MX: Encoder Motor Control]]
**[[PIC32MX: Encoder Motor Control]]
**[[PIC32MX: Servo Control]]
**[[PIC32MX: Servo Control]]
**[[PIC32MX: I2C]]
**[[PIC32MX: RS232]]
**[[PIC32MX: Parallel LCD]]


==Other PIC Resources ==
==Other PIC Resources ==

Revision as of 15:50, 5 January 2010

Note: Most code on this page was written using the CCS compiler. Microchip's MPLAB is also occasionally used.

Link to all sample code here.


Using the PIC18F4520

Example Code in C for PIC18F4520

Using the PIC32MX Series

Other PIC Resources

Programming the PIC with Microchip's MPLAB