Summary of Pic Projects With Schematics And Source Code
The article aggregates resources and projects for PIC microcontroller-based electronics, including digital clock, LCD terminal, and thermometer circuits, with schematics, source code, programming guidance, and tutorials from sites like Circuit-Zone, Electroschematics, and Westford Microsystems. It highlights PIC models (PIC16F628A, PIC12x/16x/18x/24x), rotary encoder use, RS232 LCD terminals, and sample C code repositories.
Parts used in theDigital Thermometer Circuit Project:
- PIC microcontroller (examples: PIC16F628A, PIC12x/16x/18x/24x)
- LCD display (9600 baud 8N1 terminal compatible)
- Temperature sensor (unspecified type in article)
- Rotary encoder (mentioned as versatile input device)
- RS232 interface components for serial communication
- Programming hardware for burning PIC (PIC programmer)
- Passive components: resistors, capacitors
- Power supply components (regulator, decoupling capacitors)
- PCB or protoboard and connectors
- What PIC microcontrollers are referenced for projects?
The article references PIC16F628A and families PIC12x, PIC16x, PIC18x, and PIC24x. - Does the project include schematics and source code?
Yes, the article mentions schematics and source code availability from sites like Circuit-Zone and Electroschematics. - How is the LCD terminal described?
As a simple 9600 baud 8N1 LCD terminal for debugging projects with RS232C output that provides two modes of operation. - Can rotary encoders be used in microcontroller projects?
Yes, rotary encoders are mentioned as versatile digital input devices for microcontroller projects. - Where can sample C code for PIC micros be found?
The article points to Microchip PIC micros source sample code and Hi-Tech C examples. - Is there guidance on how to program or burn PICs?
Yes, the article references information on how to burn or program PIC microcontrollers. - Are thermometer-specific sensors specified?
The article mentions a digital thermometer circuit but does not specify the exact temperature sensor type. - Which websites are cited as resources?
Resources cited include Circuit-Zone, Electroschematics, and Westford Microsystems.