0% found this document useful (0 votes)
319 views3 pages

Assignment Arduino Uno

The Arduino UNO board is an open source microcontroller board that can interact with outputs like LEDs and motors. It contains components like a microcontroller, voltage regulator, analog and digital pins for inputs and outputs, and a reset button. The Arduino IDE software is used to write code and upload it to the board via a USB connection. Basic circuits are constructed by selecting the correct USB port and board in the IDE, opening an example file, writing code, and building the circuit.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
319 views3 pages

Assignment Arduino Uno

The Arduino UNO board is an open source microcontroller board that can interact with outputs like LEDs and motors. It contains components like a microcontroller, voltage regulator, analog and digital pins for inputs and outputs, and a reset button. The Arduino IDE software is used to write code and upload it to the board via a USB connection. Basic circuits are constructed by selecting the correct USB port and board in the IDE, opening an example file, writing code, and building the circuit.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

What is Arduino UNO board?.

Arduino UNO board is an open source programmable circuit

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

each of their functions are.

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

an analog sensor and convertit to digital. It is at ‘15’.

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

download and can be found at https://www.arduino.cc/en/Main/Software.Thebasic coding to

program the Arduino is

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

board as well. Next, open Arduino select FILE. Next, Examples.


Moreover, Start the coding

Lastly, build the circuit.

You might also like