Title : Submision final report of FYP 2
Basically nothing much in this week . The final report was submitted to Sir Safyzan and library .
Conclusion :
As a conclucion , I am grateful to Allah S.W.T for the strength to complete my final year proect , And also thanks to Sir Safyzan , which helped me a lot and guiding me o complte the whole task of FYP. I really hope this will improve my study and m knowledge about this project and improve my current CGPA .Special thanks to Sir Safyzan for helping me throught the process in completing the project .
Wednesday 30 May 2018
Friday 25 May 2018
Draft Report
Title : Draft Report
This week is time to submit draft report to supervisor .Abstract and chapter 1 until chapter 5 is need to check at turnitin website before made a hardcover .Result for my plagarism is 3 % so i no need to do correction report . The rest of week is continue with do revision for final exam ,
This week is time to submit draft report to supervisor .Abstract and chapter 1 until chapter 5 is need to check at turnitin website before made a hardcover .Result for my plagarism is 3 % so i no need to do correction report . The rest of week is continue with do revision for final exam ,
Wednesday 2 May 2018
Presentation day
Title : Industrial Day
Salam viewer .Today i will update the Industrial Day at UNIKL BMI .Industrial day happened in 2 MAY 2018 at Gemilang Hall .The committee FYP need to demonstrate their project to accessor either in front of lecturer or industrial person .From the presentation there are recommendation to improve the project .
Tuesday 1 May 2018
Recommendation project
Tittle: Update Recommendation project on thesis
Development of IoT Garbage cam improve to increase the performance in future . Future recommendation for this project is achieved by
Development of IoT Garbage cam improve to increase the performance in future . Future recommendation for this project is achieved by
- Ability to separate mix waste
- Adding notification to email
- Tracking system to avoid stolen the garbage
Monday 30 April 2018
Thursday 26 April 2018
Monday 9 April 2018
Flowchart update
Title : Update Flowchart
In this week i have edit my flowchart .A good flowchart is easy to understand .New flowchart will be update in chapter 3 methodology part.
Wednesday 21 March 2018
Briefing FYP
Title : Briefing FYP
Salam viewers.This week is a 4th briefing for Abstract Poster and Presentation .Speaker for this workshop is Ms Najihah Saleh (Electrical Technology Section) .In this briefing , committee have been figured out how to write abstract , guide to write poster and skills for presentation
Layout poster can be download at fyp website .
Salam viewers.This week is a 4th briefing for Abstract Poster and Presentation .Speaker for this workshop is Ms Najihah Saleh (Electrical Technology Section) .In this briefing , committee have been figured out how to write abstract , guide to write poster and skills for presentation
Layout poster can be download at fyp website .
Date :21 March 2018
Venue :TTL 1
Thursday 15 March 2018
What is MIT Inventor
Tittle : MIT Inventor
MIT App inventor lets user develop application for Android phone using web browser and either connected using a phone or emulator .The app inventor store user work and help in kept track of your project .The apps also use block editor where user assemble program blog that specify how the program should do .The apps also written in Java code for building android apps . So from the apps student will be able to learn new things.The apps might be good for beginner.Software can be download via google playstore .
MIT App inventor lets user develop application for Android phone using web browser and either connected using a phone or emulator .The app inventor store user work and help in kept track of your project .The apps also use block editor where user assemble program blog that specify how the program should do .The apps also written in Java code for building android apps . So from the apps student will be able to learn new things.The apps might be good for beginner.Software can be download via google playstore .
Friday 2 March 2018
Running the code
Title : Running code Node MCU:
In this wek i have compile the code and run this code at Arduino Software I have used my phone VIVO to the network connection .From the image below the node MCU is connected to the phone
Coding :
//http://www.instructables.com/id/NodeMCU-LED-Static-IP/
#include <ESP8266WiFi.h>
#include <WiFiClient.h>
#include <ESP8266WebServer.h>
const char* ssid = "vivo 1713"; // ssid
const char* password = "123456789";// password
//192.168.43.20
IPAddress ip(192, 168, 43, 21); //set static ip
IPAddress gateway(192, 168, 43, 1); //set getteway
IPAddress subnet(255, 255, 255, 0);//set subnet
// defines pins numbers
const int trigPin = D1;
const int echoPin = D2;
// defines variables
long duration;
int distance;
const int Green = D5;
const int Red = D6;
//const int LEDC = 14; //
String page = "";
String (state);
String (stats);
ESP8266WebServer server(80);
void setup() {
pinMode(trigPin, OUTPUT); // Sets the trigPin as an Output
pinMode(echoPin, INPUT); // Sets the echoPin as an Input
pinMode(Green, OUTPUT);
pinMode(Red, INPUT);
Serial.begin(115200);
delay(10);
// Connection to wireless network
Serial.println();
Serial.println();
Serial.print("Connected to ");
Serial.println(ssid);
WiFi.config(ip, gateway, subnet);
WiFi.begin(ssid, password);
while (WiFi.status() != WL_CONNECTED) {
delay(500);
Serial.print(".");
}
Serial.println("");
Serial.println("WiFi connected");
server.begin();
Serial.println("Server strted");
:
Wednesday 28 February 2018
2nd Briefing
Tittle : Briefing
As usual briefing was conducted at TTL attendance is compulsory .n this week fyp committee have been figure out about :
HOW TO WRITE CHAPTER 4 AND CHAPTER 5
Conclusion from this briefing is student will be able to the recommendation to improve the project and the conclusion .
As usual briefing was conducted at TTL attendance is compulsory .n this week fyp committee have been figure out about :
HOW TO WRITE CHAPTER 4 AND CHAPTER 5
Conclusion from this briefing is student will be able to the recommendation to improve the project and the conclusion .
Monday 19 February 2018
Monday 12 February 2018
Building Interface of Software
Title : Building Interface Software
This week i have build the interface of the software that will use to monitor the level of garbage . This week i only build the software but not try to test yet .
This week i have build the interface of the software that will use to monitor the level of garbage . This week i only build the software but not try to test yet .
Monday 5 February 2018
Finalize software
Tittle : Finalize Software
In this week i have decided what software should i used in project 2 .At first i decided to used thing speak but after made research i have changed my mind to used MIT inventor .It can be download at Google Playstore .
In this week i have decided what software should i used in project 2 .At first i decided to used thing speak but after made research i have changed my mind to used MIT inventor .It can be download at Google Playstore .
Tuesday 30 January 2018
Update Ghant chart
Title : Update Ghant Chart
In this week i have update my ghant chart that will be inserted in Appendix report Fyp
Monday 29 January 2018
Finalize Costing
Tittle : Finalize Costing
In this week i have update my proposal which is have been finalize for final year project 2 .The costing and budget for the project is calculated finalize proposal ted to avoid the exceed budget .
In this week i have update my proposal which is have been finalize for final year project 2 .The costing and budget for the project is calculated finalize proposal ted to avoid the exceed budget .
Below is the estimated cost and the quantity required for project .Total cost of the project is RM210.00. In this project i have add one more garbage the total is garbage represent house 1 and house 2 .
Monday 22 January 2018
Survey Electronic Component
Title : Survey electronic component
Basically in first week i have made surveying on website to bought electronic component.Actually last semester i have made surveying on lelong website because the price is cheaper compared to other website .From my observation , i decided to buy on lelong RobotEdu.my . They have physical shop at South City Plaza Seri Kembangan .From the image below we can see if the price is cheaper .
Basically in first week i have made surveying on website to bought electronic component.Actually last semester i have made surveying on lelong website because the price is cheaper compared to other website .From my observation , i decided to buy on lelong RobotEdu.my . They have physical shop at South City Plaza Seri Kembangan .From the image below we can see if the price is cheaper .
Subscribe to:
Posts (Atom)