Title of the activity: Study programming of PIC
Objective:
- To make the PIC operate
- To study about language program ( ASM language )
Content/Procedure:
- Study and define pin of PIC
- Study the ASM language
- Discuss with programmer
Pin i/o of PIC
Define port :
- Port A - sensor
- Port B - LCD display
- Port C / D – LED and connect to the output circuit
Program language:
Assembly Language ( ASM )
Continue till end program……………………
Analysis:
Based on this part, before write the program also run of project, many factor must taken such as refer to block diagram, flow chart of this project and must define the input and output ( i/o ) port of PIC. So, for this project the port of PIC has defined. Port A for sensor, Port B for display, Port C and D for Led. Beside, for language to write this program, assembly language has selected.
Conclusion:
For this project, this is difficult part and must study hard because if write the wrong program or wrong command, the circuit not function properly. After study with programmer and do the research about the language, the objective has done.