| Joel | People | Hobbies | Fun | Miscellaneous | |||||||||
|
PIC Microcontrollers A PIC (Peripheral Interface Controller) Microcontroller is a chip manufactured by a company called MicroChip. These ICs are complete computers in a single package. The only external components necessary1 are whatever is required by the I/O devices you connect to the PIC. A hobbyist can build a prototype circuit on a solderless breadboard in minutes.
Here are some ideas: Robotics There are several companies that sell robotics related hardware (motors, servos, chassis, etc.). A PIC can be used to control the motors, servos and sensors with very little effort. Many amateur robotics hobbyists use PIC micros as the "brains" for their robots. Embedded Controllers PIC microcontrollers can be used to control virtually any device that has a serial connector. For instance, the Kodak DC20 Digital Camera has a serial data port used to offload pictures from the camera. This port also serves as a control port for sending signals to the camera instructing it to take a photo. By connecting a PIC to the camera through this port, a PIC can be programmed to take pictures at preset intervals. Such a device could be put on a kite for instance. More Information There are many varieties of PIC processors available. The one most hobbyists start with is the PIC 16F84. It is inexpensive, versatile and a free one comes with PICSTART Plus, the programming tools available from Microchip. More info about the PIC 16F84 is available here. Getting Started with PIC microcontrollers. Using a PIC 16F84 to control a 5-digit, 7-segment LED display. Using a PIC 16F84 to control a Kodak DC20 Digital Camera. PIC Books These are some books I am familiar with relating to PIC microcontrollers. Clicking on the photo will take you to Amazon.com where you can read reviews, etc.
1 You may use the internal clock capabilities of the chip if an accurate time base is not important. In this configuration, no external components are required. If a more precise time base is required by your application, then an external resistor/capacitor pair or a ceramic resonator can be used. Also, pull-up resistors should be connected to any unused I/O pins to keep them from floating. There are internal weak pull-ups on some of the I/O pins on some of the PIC models. So, it might be more accurate to state there are very few external components needed, and in some cases no external components are needed.
|
|||||||||||||||||||||||
| Tell me what you think | Copyright © 2000 Joel T. Anderson | |