0% found this document useful (0 votes)
35 views

Final Task

The document discusses the Arduino board, an open-source electronics platform. It defines Arduino, describes common uses, compares costs of boards, and lists differences between board types. The conclusion states that Arduino facilitates teaching skills like electronics, robotics, and problem-solving in an accessible way.

Uploaded by

Luciana Farfán
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views

Final Task

The document discusses the Arduino board, an open-source electronics platform. It defines Arduino, describes common uses, compares costs of boards, and lists differences between board types. The conclusion states that Arduino facilitates teaching skills like electronics, robotics, and problem-solving in an accessible way.

Uploaded by

Luciana Farfán
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

1

ARDUINO BOARD

Student Luciana Farfán

4° EE

Industrial School N°4 ¨José Menéndez¨

Professor Federico Jara

November 27th
2

ARDUINO BOARD........................................................................................................................1
INTRODUCTION............................................................................................................................3
What is Arduino?..........................................................................................................................4
Uses..............................................................................................................................................4
Cost..............................................................................................................................................5
Differences Between Arduino Boards...........................................................................................6
Conclusions..................................................................................................................................7
Bibliogrphy...................................................................................................................................7
3

INTRODUCTION
Technology has had advances that are now important for everyday life, some of them were
created by electronic circuits that are not simple processes, because they require knowledge of
some sciences such as electronics, engineering, mathematics and computer science that allows
these circuits They are programmed by means of an open source board known as Arduino
allows to build prototypes that are related to robotics. Arduino uses the power of
microcontrollers or microprocessors allowing to simplify the use of electronics.
4

What is Arduino?

Arduino is an open-source electronics platform based on easy-to-use hardware and software.


Arduino boards are able to read inputs - light on a sensor, a finger on a button, or a Twitter
message - and turn it into an output - activating a motor, turning on an LED, publishing
something online. You can tell your board what to do by sending a set of instructions to the
microcontroller on the board. To do so you use the Arduino programming language (based on
Wiring), and the Arduino Software (IDE), based on Processing.

Over the years Arduino has been the brain of thousands of projects, from everyday objects to
complex scientific instruments. A worldwide community of makers - students, hobbyists,
artists, programmers, and professionals - has gathered around this open-source platform, their
contributions have added up to an incredible amount of accessible knowledge that can be of
great help to novices and experts alike.

Arduino was born at the Ivrea Interaction Design Institute as an easy tool for fast prototyping,
aimed at students without a background in electronics and programming. As soon as it reached
a wider community, the Arduino board started changing to adapt to new needs and challenges,
differentiating its offer from simple 8-bit boards to products for IoT applications, wearable, 3D
printing, and embedded environment

Uses
Thanks to its simple and accessible user experience, Arduino has been used in thousands of
different projects and applications. The Arduino software is easy-to-use for beginners, yet
flexible enough for advanced users. It runs on Mac, Windows, and Linux. Teachers and students
use it to build low cost scientific instruments, to prove chemistry and physics principles, or to
get started with programming and robotics. Designers and architects build interactive
prototypes, musicians and artists use it for installations and to experiment with new musical
instruments. Makers, of course, use it to build many of the projects exhibited at the Maker
Faire, for example. Arduino is a key tool to learn new things. Anyone - children, hobbyists,
artists, programmers - can start tinkering just following the step by step instructions of a kit, or
sharing ideas online with other members of the Arduino community.
5

There are many other microcontrollers and microcontroller platforms available for physical
computing. Parallax Basic Stamp, Netmedia's BX-24, Phidgets, MIT's Handyboard, and many
others offer similar functionality. All of these tools take the messy details of microcontroller
programming and wrap it up in an easy-to-use package. Arduino also simplifies the process of
working with microcontrollers, but it offers some advantage for teachers, students, and
interested amateurs over other systems:

 Inexpensive - Arduino boards are relatively inexpensive compared to other


microcontroller platforms. The least expensive version of the Arduino module can be
assembled by hand, and even the pre-assembled Arduino modules cost less than \$50
 Cross-platform - The Arduino Software (IDE) runs on Windows, Macintosh OSX, and
Linux operating systems. Most microcontroller systems are limited to Windows.
 Simple, clear programming environment - The Arduino Software (IDE) is easy-to-use
for beginners, yet flexible enough for advanced users to take advantage of as well. For
teachers, it's conveniently based on the Processing programming environment, so
students learning to program in that environment will be familiar with how the
Arduino IDE works.
 Open source and extensible software - The Arduino software is published as open
source tools, available for extension by experienced programmers. The language can
be expanded through C++ libraries, and people wanting to understand the technical
details can make the leap from Arduino to the AVR C programming language on which
it's based. Similarly, you can add AVR-C code directly into your Arduino programs if you
want to.
 Open source and extensible hardware - The plans of the Arduino boards are published
under a Creative Commons license, so experienced circuit designers can make their
own version of the module, extending it and improving it. Even relatively inexperienced
users can build the breadboard version of the module in order to understand how it
works and save money.

Cost
6

Mega has a flash memory of 256kB while Uno's is 32kB. If the code is large, it is better to go for
Mega because of the memory. Static random access memory is used in Arduino systems. Uno
has 2kB of SRAM space while Mega has 8kB of SRAM space in the system.

Differences Between Arduino Boards

The differences between one Arduino board or another lie in the size, connectivity, how many
inputs/outputs they have (and whether these are analog or digital) and specifications at the
hardware level such as internal memory.
7

Conclusions
Arduino is a tool that today can be use in the teaching-learning process because allows
students to have the facility to develop creative and innovative skills in the world of electronics
and robotics, this will allow interactive projects that facilitate learning any subject not related
to the technology, computing, mechanics and electronics. With the Arduino board you use
hardware and free software that are not only important for the world of computing or
electronics, but for life in general, which activates the logical thinking of anyone so that they
can understand the technology easily offering the possibility of creating some project that
could be one of the technologies of the future.

Bibliogrphy
 What is Arduino?: https://www.arduino.cc/en/Guide/Introduction
 Uses: https://www.arduino.cc/en/Guide/Introduction
 Cost: https://listado.mercadolibre.com.ar/ ; https://www.educba.com/arduino-mega-
vs-uno/
 Differences between arduino boards: https://www.xataka.com/makers/empezar-
arduino-que-placa-kits-iniciacion-comprar ;
https://repository.uaeh.edu.mx/revistas/index.php/prepa4/issue/archive

You might also like