You are on page 1of 2

See discussions, stats, and author profiles for this publication at: https://www.researchgate.

net/publication/323882144

What is Arduino Programming

Article · February 2018

CITATIONS READS
3 6,559

1 author:

Maad M. Mijwil
Baghdad College of Economic Sciences University
102 PUBLICATIONS   493 CITATIONS   

SEE PROFILE

Some of the authors of this publication are also working on these related projects:

Turkish Character Recognition (TCR) View project

COVID-19 Pandemic View project

All content following this page was uploaded by Maad M. Mijwil on 20 March 2018.

The user has requested enhancement of the downloaded file.


Maad M. Mijwel February 2018

What is Arduino Programming


Maad M. Mijwel
maadalnaimiy@yahoo.com
February 2018
__________________________________________________*****_________________________________________________

If among your concerns is to discover what programming with How does the Arduino work?
Arduino is and what it is used for, you have just arrived at the
right place to put an end to all your doubts. And is that the The functions of Arduino, as it happens with the majority of
Arduino is nothing more and nothing less than a plate based on the plates of microcontrollers, can be summarized in 3
a microcontroller, specifically an ATMEL. factors:

It has an input interface. This can be directly linked to the


peripherals, or connect to them through ports.

The purpose of the input interface is to transfer the


information to the microcontroller. The microcontroller is
the piece that is responsible for processing this data. In
addition, it varies depending on the needs of the project in
which you want to use the board, and there is a wide variety of
manufacturers and versions available.

It also has an exit interface. This is responsible for taking the


processed information to the authorized peripherals to make
the final use of that data. In some cases, it may be another
plate on which the information is centralized and processed in
a totally renewed way, or simply, it may be a screen or a
speaker in charge of showing the final version of the data.
But what is a microcontroller? It is a free hardware
platform. It has an integrated circuit through which Programming language with Arduino: C ++
instructions can be recorded. In turn, these instructions are
written using a programming language that allows the user to What language does this type of programming use? The
establish programs that interact with electronic circuits. The Arduino platform is programmed with its own language based
Arduino is a board that has all the necessary elements to on the high-level programming language Processing, which
connect peripherals to the inputs and outputs of a means that it is similar to C ++.
microcontroller. That is, it is a printed board with the
necessary components for the microcontroller to work and its What does this mean? That it is a general-purpose
communication with a computer through serial programming language associated with an operating system
communication. called UNIX. This half-level language deals with basic objects
such as characters, numbers, bits and memory addresses,
among others. This type of language has great
portability. Thanks to this it is usually used for the
programming of systems such as the construction of
interpreters, compilers, and text editors.

1
maadalnaimiy@yahoo.com _____________________________________

View publication stats

You might also like