Wednesday, August 26, 2020

_WEEK 6_ (FYP1)

 

Activity: Do research on ARDUINO


Objective :

To identify the suitable type of Arduino used for this project.


Content :

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



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 an AC-to-DC adapter or battery to get started.


2. Arduino Mega (R3)


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 an AC-to-DC adapter or battery to get started. A 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).


3. 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.


4. 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:

Based on the research that I have made, Arduino UNO is the most suitable choice for my project. That produces it a magnificent choice for this framework structure. 

_WEEK 19_ (FYP2)

  Activity: Hardcover print & Complete Thesis Submission.      Generally, this was the final week for the progress report of my Final Ye...