MCU Examples.com
PIC Microcontroller Project Examples, free source codes and resources collection.

Getting started with PICs

The Microchips "PIC" family of microcontrollers are a good choice of microcontrollers to start studying microcontroller basics. PIC MCUs are not too difficult for a beginner to learn, but are generously feature packed be useful in real world applications. Using one PIC microcontroller, we can easily bulid logic circuit which is very hard to built only using logic gates.

For example we can create very beautiful LED light designs using PIC flashed with simple program.

This section is an introduction tutorial that helps you with the foundations necessary to begin developing your own projects on PICs. If you've already got this far, I mean you had already worked with PIC MCUs, then you might find other sections of this site is useful for more advanced stuff.

To start with PIC microcontrollers first you need basic electronics knowledge and then you need to have following.

  1. A PIC Programmer/Flasher
  2. Software used with PIC Microcontrollers
  3. PIC Microcontroller chip (PIC18F4520)
  4. Breadboard and jumper wires for bread board
  5. Power Supplies for Microcontroller based projects
  6. Other electronic components.
  7. First PIC program




Custom Search