Saturday, 30 March 2013

Week 9 and 10 - Preparation for Presentation slide and Presentation

Preparation for Presentation slide and Presentation 

For the week 9, is to preparation for presentation slide to week 10 presentation to my assessor. Finish the presentation slide go to check from supervisor.

Presentation slide including :
-Introduction of Project
-Problem Statement
-Aim and Objective
-Scope and Limitation
-Literature Review
-Block Diagram

-Operation RFID reader









-Schematic RFID reader











-Flow Chart








































-Progress Work
-Grant Chart
-Expected Outcome



http://youtu.be/zR99yGWQuJA


-References
- End of slide


For the week 10 is a FYP 1 presentation day, Place of the presentation at Gemilang Hall. My table number is 56, So time of presentation is start from 2.00pm until 5.00pm and my assessees is a Miss FATIMAH ZAHARAH BT HAMIDON AND MISS NORHAFIZA BT MOHAMAD.   







Sunday, 24 March 2013

Week 7 and 8 - Study C Language and Flow chart

Welcome to Week 7 and 8 here.......

For the week 7 and 8, Supervisor teach how to install the MicroC Pro software. After that, explain how to use the software and the coding. 

Step of writing and Compile

  1. Click file then that can test program in Disk C choose the program.
  2. When want to save the program must have to .c
  3. Copy the program then go to project and then select project and choose open project. After this, choose program what you want then just open it.

For the Program part :



int, counter, shift, load;
bit oldstate; (mean only 1)
void main(); (mean open the hardware first)

Void Bilang()
{   counter=0;
     counter=counter+1;
}
------------------------------------------------------------------------------------------------------------

for(x=0; x<10; x+1) ------> ( mean repeat the program <10 time then start by zero)
{
}
if ( x==10 )--------> ( if x=10 the meaning is select 10 then the program will going down).
{
}

------------------------------------------------------------------------------------------------------------

Vold main()
{  TRISA=0; // Port A is output.
    TRISB=1; // Port B is input.
}
do---------------------------> ( mean of do is repeat program )
{  Bilang();--------------> ( meaning is if you want to call the program just put in there )
}
while(1);--------------> ( mean is repeat the program non-stop )

------------------------------------------------------------------------------------------------------------

After that, for the week 8 , Show the flow chat to supervisor, and discuss with supervisor the flow chart which part need to change or mistake.


Flow Chart
Operation for the Flow Chart, the first is student scan RFID reader using card, the LCD will display the subject then student will select the subject, and then the system will make conformation user if have error the program will going back to start. After that, is yes the LCD will display student picture, Id no and full name and the following the LCD will display attendance percent to let student check it. Lastly, the 7 segment counter will be count how many student to enter the class, then open will be open. The process is finish.









  

Friday, 8 March 2013

Week 6 - FYP Briefing 2

So far is week 6 right now.....

Week 6 is 28/2 (Thursday), is FYP Briefing 2 at TTL 2 and time is 2.30pm - 4.00pm. For the FYP Briefing 2 is handle by Miss Nurul Fazlin Bt Roslan and Sir Suhairi Rizuan B Che Ahmad. The Briefing is talk about Project Proposal Preparation, Proposal Presentation and Final Report Chapter 1,2,3. For the slide presentation maximum is 15 slide and minimum is 8 slide the presentation only have 10-15 min.   

For the Presentation Slide including  :                                           For the Report Chapter 1,2,3 including :
-Introduction                                                                               -Project Title
-Problem Statement                                                                     -Introductions
-Aim and Objective                                                                      -Problem Statement
-Scope and Limitation                                                                   -Aim and Objective
-Literature Review                                                                        -Scope and Limitation
-Methodology                                                                               -Statement of Hypotheses
-Expected Outcome                                                                      -Significance of studies
-Progress Work                                                                            -Expected Outcome
-Grant Chat                                                                                   -Literature Review
                                                                                                     - Methodology
                                                                                                     -Grant Chat
                                                                                                     -References

Key point of presentation : - Clearly explain
                                         - Understanding Block Diagram and software







 

Saturday, 2 March 2013

Week 5 - Discuss and Research software to the Project

Aniyasheyo....

Welcome to my blog again.....Enjoy it......

For the week 5 21/2 (Thursday), supervisor suggest using C language as main program of the project. this is because C language is allowing applications to be written using syntax easier to understand than using Assembly Language and easy convert to be machine codes are stored in a hex file.The software is get from website Microelectronika. And supervisor teach how to install the software and explain some code of C++ language.
                                                              Icon MicroC Pro for PIC.