Posts

Showing posts from March, 2018

[Week 9 FYP2] Development of Easy Parking Finder System

Image
Activity Title  : - Design and make project prototype.  - Cutting and assemble prototype part.  Objective  : To get the better design and prototype for this project.  Content  : After hardware and app is done, i start making the prototype. Actually, my project is focusing to multi level parking that follow the futuristic building. This project also focus on only android phone.  i choose wood as my medium because it can easily buy in the market and the cost to use this material is not very expensive.      I have planed i want to make a box that the box keep all the electronic part in it. So, when it done, i can easily changes or make any modification.    Result and Analysis: As a result, i make 4 box that will content 4 Nodemcu and represent 4 parking slot.  Conclusion: As a conclusion, the 4 box represent 4 parking lot is successfully do...

[Week 8 FYP2] Development of Easy Parking Finder System

Image
Activity Title  : - Make interface through app inventor. - Test the app with the hardware. Objective  : To create appearance for app that show the parking availability.  To make a compliment with hardware.  Content  : The code is done but it cannot be display the multi parking by web-page. So, i need to create an app to display multi parking. The app should have a good  layout  to inform where the parking located.  Interface:  App inventor: Block for App inventor:  Result and Analysis: As a result, the app is successfully done following the objective.  Android app Video: Conclusion: As a conclusion, the hardware and application working very well as my plan. 

[Week 7 FYP2] Development of Easy Parking Finder System

Image
Activity Title  : - Modify the previous code to suit with sensor (code 1). - Make a status in web-page (code 2) - Study java script using java editor Objective  : To show the range on the web-page. To show the color represent the status of parking Content  : I modify the previous code to make the code suitable for ultrasonic sensor.  Code1:  #include <ESP8266WiFi.h> #include <WiFiClient.h> #include <ESP8266WebServer.h> const char* ssid = "abc"; // ssid const char* password = "123456789";// password //192.168.43.20 IPAddress ip(192, 168, 43, 23); //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 = 5;  //D1 const int echoPin = 4;  //D2 // defines variables long duration; int distance; String page = ""; double data;  ESP8266WebServer server(80); void setup() {   ...

[Week 6 FYP2] Development of Easy Parking Finder System

Image
Activity Title  : - Survey the size of parking in parking in mall. Objective  : To get knowledge about designation of parking in mall.  · Content  : Standard parking lot: i make a survey about the designation of parking in 2 shopping mall.  Mall A: Mall B: Mall A height:  12.6 feet long: 15.6 feet wide: 6.0 feet Mall B height:  10.2 feet long: 16.0feet wide: 9.0 feet Result and Analysis: Based on observation, the size of parking lot is different depending on the space. The survey is very important when to set the limit of height for the sensor because this project i use ultrasonic range finder detector.  Conclusion: As a conclusion, i know the limit that i should to set up.