Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

MUHAMM

STUDENT NAMES
-MUHAMMAD FADHLI AMRY BIN MOHD SABERI
(16DET21F1058)
-MUHAMMAD HAZIM BIN HALIM (16DET21F1119)

LED BLINK USING ARDUINO UNO


DISCUSSION
INTRODUCTION To make the LED’s blink by using the ARDUINO
UNO mini project, firstly we’ve to follow the
Dennis Ritchie created the C programming language in
steps in the Tinkercad’s manual book. Use 10
1972 as a tool for developing the UNIX operating system,
LEDs, an Arduino UNO, 10 resistors with 220
which is still used today. A set of rules and reserved words
Ohm, connecting with 10 wires and a
(keywords) that can be used to instruct a computer on
breadboard are all required components. For
how to perform certain actions. To construct instructions
the purpose of dumping the code to the
for the machine to obey, an artificial language consists of a
microcontroller, power can be obtained via
fixed vocabulary and set of rules is utilised. A data
USB linked to your computer. Instead of
structure consisting of connected data items of the same
relying on the USB port, a battery can be used
kind is known as an array. Arrays are static entities in the
to supply power. Remember to connect the
sense that their size remains constant throughout the
LEDs with a resistor. Then we used selection,
execution of a programme. Then there's Arduino, which is
loop, array, and function coding in C to make
an open-source electronics platform with simple hardware
all of the LEDs blinking
and software. Arduino boards can read inputs such as light
from a sensor, a finger on a button and so on. OBJECTIVE
1.Use variant of selection statement to
demonstrate the hardware and software
operation.
2.Use loop statement to demonstrate Input
Output operation.
3.Use Function and Array to demonstrate
Input Output operation.
CONCLUSION
In this mini project, we learnt how to use the
ARDUINO UNO to develop a C programme
that makes the LEDs blink. Then, when we
start the simulation, we receive the result
since we wrote the proper programme to
make the LEDs blink. Input and output
operations were also demonstrated using
function and array. As a conclusion, we can
deduce that in order to obtain accurate data
and avoid errors, we must utilise the proper
instrument.

You might also like