Thursday 5 December 2019




Assalamualaikum viewers...


Its been along time..since I fin-ish my Final Year Project. 

OKAY...Let me recall back.. my project's title is HOME AUTOMATION SYSTEM USING ANDROID WITH MOBILE APPLICATION

ANYWAYS...just see the picture below and it will answer everything....HAHAHA

☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺


☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺☺




YEAHHHHH I WON!!!!!!!

ig:miss_minah

Wednesday 15 November 2017

WEEK 15 (FYP 2)




WEEK 15 

                        Activity : Industry Day





       Salam viewers....today is Wednesday on 15th November where the Industry Day were take place. The final week for this project, as I remind you all..Development of Home Automation System (HAS)  Using Android For Smartphone Application.

Gonna do some preparation in this week. Preparation in terms of Poster in Technical and Marketing, Slide Presentation, a complete prototype project, a short-video of project (in case for some error), and the last one prepare for short-demo. Below is my poster on technical and marketing.

                


2 lecturer will be the assessor to assess every student in this industry day. The assessor for this FYP 2 is same as like the previous semester FYP 1. Throughout the presentation, the presentation should be around 15 to 20 minutes. Sorry for the picture during the presentation. There is some error just happen on my smartphone when I try to upload it....But dont worry viewers..below is some short-video for my final year project.







Saturday 21 October 2017

WEEK 11 (FYP 2)




WEEK 11


                 Activity: 4th Briefing (Abstract, Poster and Presentation )



       Salam viewers...this week where the briefing was conducted in TTL 1 and as usual always happened  on the evening. All students FYP 2 were compulsory in attendance. The speaker for this workshop is Ms. Najihah Saleh (Electrical Technology Section)

       DATE: 20TH OCTOBER 2017
       VENUE: TTL 1
       TIME: 3PM - 5PM  


       In this briefing, the FYP committees have been briefing to us about:

HOW TO WRITE ABSTRACT IN THESIS WRITING, PREPARATION FOR POSTER AND SKILLS FOR PRESENTATION


ABSTRACT WRITING 
  • One(1)page
  • One(1)paragraph
  • No point form for the sentences
  • The sentences must be written in statement form
  • Summary review of; -objectives, scope and limitation, methodology, and results
POSTER PRESENTATION

  • Must be in PPT format and for advance is using the adobe software
  • The sample can be seen at the fyp website..
Layout of the Poster


PRESENTATION SKILLS
  • Don't panic if make a mistake in presenting(acknowledge it, laugh and move on)
  • Don't read (understands & paraphrases-it keeps people on their toes)
  • Practice! Practice!!(practice make perfect)
  • Summarize & keep it short!!(say everything that needs to be said in as few words as possible)
  • Use a mirror!!(increasing the charismatics skills)
  • Vary the pace and pitch!!(too much of any one thing in boring and use the voice effectively)
  • Live with the fear(be relax and learn how to harness it)
  • The eyes have it!!(maintain good eye contact with the assessor & smile ☺☺☺☺
FOR THE PROJECT PROGRESS FOR THIS WEEK, I TRIED TO COMBINE ALL THE EXPERIMENT THAT I DO BY WEEKS...SO BE WAIT FOR THE FOLLOW UP THE PROJECT PROGRESS...THANK YOU

☺ ☺ ☺ ☺ ☺ ☺

Saturday 7 October 2017

WEEK 9 (FYP 2)



WEEK 9


                 Activity: 3rd Briefing ( Result & Discussion, and Conclusion )


                In this week, the briefing was conducted in TTL 1 and as usual, the attendance for all FYP 2 student is compulsory. The speaker is Dr. Fadi 

                 DATE: 4th OCTOBER 2017
       VENUE: TTL 1
       TIME: 3PM - 5PM


 In this briefing, the FYP committees have been brief us about:

 HOW TO WRITE  CHAPTER 4 AND CHAPTER 5 IN THESIS WRITING
  • What the examiners are looking for?
  • Result checklist.
  • Discussion Checklist.
  • Expected from conclusion.
  • Recommendation after the project.





☺☺☺☺☺☺☺☺

Saturday 23 September 2017

WEEK 8 (FYP 2)



WEEK 8

                   Activity: LM35 Interfacing With Arduino...How it Work?




                  Today blog I will explain about the LM35 interfacing with the Arduino. Learning something new is quite interesting okay...When talking about LM35 that's means this component is related with the temperature sensor. So below is the LM35 picture. For your information, this is the 4th Experiment that I do for my FYP Project is Development of Home Automation System Using Android with Smartphones Application.



LM35 Temperature Sensor

LM35 SIMPLE INTRODUCTION
  • Having an analog output voltage proportional to the temperature is the LM35.
  • Output analog voltage can be converted to digital via the ADC
  • No any external calibration circuitry and provide output voltage in Celsius.
  • When temperature is increases, then the output voltage also increases and the sensitivity of LM35 is up to 10mV/degree Celsius.
  • The temperature ranging from -55 to 150 Celsius with 3 terminal sensor is used.
  • One of the advantages is the temperature output of LM35 is more precise than the thermistor output. As you can see the pin description at above. 

PIN DESCRIPTION

            

  • GND: Ground
  • VCC: Supply Voltage from (3.3V - 30V)
  • OUT: Gives analog output voltage to proportional to the temperature (in Celsius)
INTERFACING DIAGRAM

Interfacing LM35 with Arduino Nodemcu

After connect the power supply on Nodemcu, then upload the coding of LM35 and the serial monitor will displaying all the measuring og surrounding. Based on the above picture, the Arduino UNO has been replace to the Nodemcu which is change it to the small component and the interesting is this Nodemcu is completely with the Wi-Fi.


Coding From Temperature Measurement

Based on the picture coding above, you can see the arrow. Both arrow is the 'auth token' (can get from the email) and the 'ssid' and 'password'. Need to fill all of this instead of coding to run this experiment.


Result from Blynk Apps

Refer to the picture above, is the result from Android Application "BLYNK".  As you can see the reading show is the ADC Value. Here the LM35 output is given to analog pin A0 of Nodemcu.


Coding LM35

Based on the Picture above, is the coding to get LM35 data via the blynk apps. For this case, I will prove the output on BLYNK apps is correct with this calculation.

CASE 1: 

       resolution = Vref / 1024
where; 
       Vref = 3.3V 
       = 3.3V / 1024 
       temperature = (analog voltage * resolution) * 100 
where; 
       = (89 * 0.003222) * 100  
       = 0.2868 * 100  
       = 28.68 Celsius
       
Based on the calculation, the value in Celsius show is 28.68 and the serial monitor show the reading is 28 Celsius. meaning that, the value from serial monitor is more precise than the value of calculation.

UNTIL THEN...

THAT'S ALL FOR THIS WEEK..WAIT MY ANOTHER BLOG PROGRESS FOR MY FYP PROJECT. ASSALAMUALAIKUM...
       
☺ ☺ ☺ ☺ ☺








        

Saturday 16 September 2017

WEEK 7 (FYP 2)



WEEK 7

            Activity:  Servo Motor Interfacing With Arduino UNO....How It Work?



Movement of object can be controlled by controlling motor movement. Normally in robotics projects, servo motor control mechanism is very useful controlling position robotics. In this week's blog..I write and testing about servo motor control using Arduino UNO. Keep read my blog and I will explain more detail about the servo motor.:D:D


SERVO MOTOR?

                               


SG-90 (Servo motor for motorized curtain)                      MG90S (Servo motor for open/close door)

Specification connection


Because of the name is motor...so that the servo motor in the way to control the position of objects. It is easily to control the physical movement of any object because due to the easily position controlled feature. Servo motor cannot move in direct position because it is rotate along in angle range which is 0 to 90 degree, 0 to 180 degree, and also 0 to 360 degree. Servo motor have many apply in robotics project as well.  Because the feature, servo motor is very easy with the connection of Arduino or any others micro-controller in order to built some project as my final year project which is Development of Home Automation System using Android with Smartphone/Mobile Application.


 Running servo motor to control door

Running servo motor to motorized curtain











Saturday 9 September 2017

WEEK 6 (FYP 2)


WEEK 6

                Activity: 2nd Briefing (Introduction, Literature Review, and Methodology)


              In this week, the briefing was conducted in TTL and as usuall, all the attandance of all FYP 2 student is compulsory. The briefing was by  Miss Pusparini Dewi Abd. Aziz.

           DATE: 6TH SEPTEMBER 2017
           VENUE: TTL 2
           TIME: 3PM - 5PM


In this briefing, the FYP committees have been brief us about:

HOW TO WRITE A STRONG THESIS STATEMENT....
  • understand the academic writing task.
  • Familiar with the different kinds of thesis statements.
  • Formulate a research question.
  • Formulate a tentative thesis statement.
  • Examine a contradiction.
  • Write a thesis statement as a complex sentences and, 
  • Test the thesis statement by considering the following questions.