Assignment Arduino Uno
Assignment Arduino Uno
board that can be integrated into a wide variety of makerspace projects both simple and complex.
Arduino is able to interact with a large array of outputs such as LEDs, motors and displays. What is
the construction of the board?. There are the components that make up an Arduino board and what
Firstly, Reset Button. It is used to restart any code that is loaded to the Arduino board. It is at
‘1’Next, AREF. It stands for “Analog Reference” and is used to set an external reference Voltage. It is
at ‘2’. Ground Pin. There are a few ground pins on the Arduino and they all work the Same. It is at
‘3’. Digital Input/Output. Pins 0-13 can be used for digital input or output. It is at ‘4’. PWM. The pins
marked with the (~) symbol can simulate analog output. It is at ‘5’. USB Connection. Used for
powering up your Arduino and uploading sketches. It is at ‘6’ TX/RX. Transmit and receive data
indication LEDs. It is at ‘7’. AT mega Microcontroller. This is the brains and is where the programs are
stored. It is at ‘8’. Power LED Indicator. This LED lights up anytime the board is plugged in a power
source. It is at ‘9’. Voltage Regulator. This controls the amount of voltage going into the Arduino. It is
at ‘10’. DC Power Barrel Jack. This is used for powering your Arduino with a power supply. It is at
’11’.3.3V Pin. This pin supplies 3.3 volts of power to your projects. It is at ‘12’. 5V Pin. This pin
supplies 5 volts of power to your projects. It is at ’13’. Ground Pins. There are a few ground pins on
the Arduino and they all work the same. It is at ‘14’. Analog Pins. These pins can read the signal from
What is the software to program the Arduino? The software used to create Arduino sketches
is called the IDE which stands for Integrated Development Environment. The software is free to
What is the flow /sequences that is needed to construct basic circuit?. This is the example from Lab 1
of Module. Firstly, Plug in your board to laptop using USB cable. Then, choose the right port and