Monday, September 24, 2018

WEEK 10: PRODUCE BLOCK DIAGRAM

Date    : 24-28/09/2018

Activity :
For this week, I have done produce the block diagram based on the research that have done before, through the reading the article and journal.

Objective :

  • To identify overall system of the project
Content :


  • Figure shows the block diagram of HEMS using IoT. That have many types of sensors that are used in the system that are connected to the controller Arduino mega and also connected to load through relay driver circuit. This all prototype is powered by ac supply. The main part of this prototype is this system are connected to internet through ESP2866 module as a wi-fi module, so that the whole system can be controlled from the device at any place in the world if this system is connected to the internet.


Conclusion :
Further research is needed and I have to identify certain components needed for my project.

Friday, September 21, 2018

WEEK 9: FYP1 2nd WORKSHOP

Date    : 21/09/2018
Venue : TTL 2
Time   : 3.00 pm - 5.00pm

Activity :
In this week, the briefing was conducted in TTL 2 and the attendance of all FYP 1 student is compulsory. The briefing was conducted by Madam Dr. Imran

Objective :
  • Technical proposal writing. (Basically come out with 7 sub point included the chapter of summary)
  •  Write methodology (chapter 3), preliminary result (chapter 4) and abstarct
Content :

  • Introduction.
    • Research background.
    • Overview, research study and problem statement.

  • Block diagram.
    • Material and Methodology must support scope of studies.
    • Should be clear explanation on this part.
    • Product based project.
    • Higher mark will be given to the excellent explanation.

  • Circuit diagram.
    • Show the circuit diagram of project.

  • Conclusion

Conclusion :
 At the end of this workshop, students will be able to:

  • Understand the significance of writing a good technical proposal for FYP 1.
  • Understand the correct ways of writing a solid methodology for technical proposal.
  • write these chapters with good writing skills.
  • submit the draft of these two chapters early to supervisors for his review

Monday, September 10, 2018

WEEK 8: STUDY ABOUT MICROCONTROLLER

Date : 10-14/09/2018

Activity : Research the suitable microcontroller that will be use to control the project

Objective :

  • To find the suitable microcontroller for the project
  • to study the type of microcontroller


Content :

  1. Microcontrollers are used in automatically controlled products and devices, such as automobile engine control systems, implantable medical devices, remote controls, office machines, appliances, power tools, toys and other embedded systems.
  2.  By reducing the size and cost compared to a design that uses a separate microprocessor, memory, and input/output devices, microcontrollers make it economical to digitally control even more devices and processes.

for this project I choose Arduino as microcontroller because it easy to use and the price is also affordable.

Arduino is an open-source platform used for building electronics projects. Arduino consists of both a physical programmable circuit board (often referred to as a microcontroller) and a piece of software, or IDE (Integrated Development Environment) that runs on your computer, used to write and upload computer code to the physical board.  Additionally, the Arduino IDE uses a simplified version of C++, making it easier to learn to program. Finally, Arduino provides a standard form factor that breaks out the functions of the micro-controller into a more accessible package.

Types of Arduino :
1.    Arduino Uno (R3)
The Uno is a great choice for your first Arduino. It’s got everything you need to get started, and nothing you don’t. It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a USB connection, a power jack, a reset button and more. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with a AC-to-DC adapter or battery to get started.

2.    LilyPad Arduino
This is LilyPad Arduino main board! LilyPad is a wearable e-textile technology developed by Leah Buechley and cooperatively designed by Leah and SparkFun. Each LilyPad was creatively designed with large connecting pads and a flat back to allow them to be sewn into clothing with conductive thread. The LilyPad also has its own family of input, output, power, and sensor boards that are also built specifically for e-textiles. They’re even washable.

3.    RedBoard

The RedBoard can be programmed over a USB Mini-B cable using the Arduino IDE. It’ll work on Windows 8 without having to change your security settings (we used signed drivers, unlike the UNO). It’s more stable due to the USB/FTDI chip we used, plus it’s completely flat on the back, making it easier to embed in your projects. Just plug in the board, select “Arduino UNO” from the board menu and you’re ready to upload code. You can power the RedBoard over USB or through the barrel jack. The on-board power regulator can handle anything from 7 to 15VDC.

The Arduino Mega is like the UNO’s big brother. It has lots (54!) of digital input/output pins (14 can be used as PWM outputs), 16 analog inputs, a USB connection, a power jack, and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with a AC-to-DC adapter or battery to get started. The large number of pins make this board very handy for projects that require a bunch of digital inputs or outputs (like lots of LEDs or buttons).

5.    Arduino Leonardo
The Leonardo is Arduino’s first development board to use one microcontroller with built-in USB. This means that it can be cheaper and simpler. Also, because the board is handling USB directly, code libraries are available which allow the board to emulate a computer keyboard, mouse, and more.

Conclusion :
For the conclusion, Arduino Uno is the best and most suitable microcontroller that will be use for this project.

WEEK 17: CHECKER THE PLAGIARISM

Date  :  16/10/2018 Activity :   This is the last week to submit the report for all Final Year Project 1 student. Last week, I had al...