Arduino Integrated Development Environment

Table of contents

INTRODUCTION

In this brief report we will discuss a family of electronic boards called Arduino. At the beginning we shall provide an overview of the Arduino boards and what they are. After that we will tackle the board’s component and how the board works. Finally an example of one of the applications will be shown.

WHAT IS AN ARDUINO?

An Arduino board is simply a microcontroller board. The board is designed with the purpose of facilitating the use of electronics in projects. The use of the board was intentionally made easy so that anyone can use it.

The board comes with a software called the Arduino Integrated Development Environment. The software is used to program the Arduino board to do the required operations. An Arduino board receives inputs from different sensors and responds by controlling different types of actuators. It is also worth-mentioning that the board and its software are open-source. It means that anyone can do anything with the board and its software. This nature has made the Arduino boards very popular among users because everyone can innovate with the board and share their innovations.

However, this nature has also allowed clones with inferior qualities to be sold under the Arduino name.

COMPONENTS

There are many types of Arduino boards. Some components vary from type to type, but a simple Arduino board that can be built at home have the following components:

  1. An Atmel Microcontroller.
  2.  LEDs.
  3. Resistors.
  4. Capacitors.
  5. Clock Crystal.
  6. Switch
  7. Voltage regulator.
  8.  Connection pins.
  9.  Diode.
  10. Transistors.

An Arduino board’s capabilities can be extended by the use of shields. Arduino shields are boards that can be mounted on the Arduino board to perform different tasks.

For example the Xbee shield allows multiple Arduino boards to communicate wirelessly, the motor shield allows the Arduino board to control a DC motor. 2|P a ge

HOW IT WORKS

In general, a code is put in the memory of the board and then processed in the microcontroller. This code interacts with inputs and outputs. Inputs can be signals coming from sensors (light, voice, heat, etc. ) or results from another processed task. After processing the inputs in the microcontroller and applying the codes from the memory, the result comes in an output form (alarm, light, etc. ).

Codes are written in the memory by connecting the Arduino board to a computer. Connecting the Arduino board requires the use of an ICSP header or a USB cable such as the one found in the newer versions e. g. Arduino UNO (see figure 1). An Arduino board can be powered from a USB cable, an ACDC adapter or a battery by connecting it in the Gnd and Vin pins. Figure 1: Connect Arduino by USB

EXAMPLE OF APPLICATION

Blinking LED In this example, we will use the Arduino board like a timer to turn a LED on for 1 second and off for another second. 3|P a ge To do this function see the code below; / Example Blinking LED const int LED = 13; void setup () { pinMode(LED, OUTPUT); } void loop() { digitalWrite(LED, HIGH); delay(1000); digitalWrite(LED, LOW); delay(1000); } The First line written after // is a comment that does not affect the program. In the second line, we define the constant attached to pin 13 as LED. After attaching the LED to the pin, we decide whether the LED should be an input or an output, in this case, we chose output. Next, we write the processing code, (digitalWrite(LED, HIGH);) this means to provide voltage to the LED, (delay(1000);) means waiting 1000ms ? s, (digitalWrite(LED, LOW);) means cutting off the voltage, (delay(1000);) the same process, which is waiting 1s. This code will be repeated in a loop.

CONCLUSION

An Arduino board can be a great starting point for anyone interested in microcontrollers. The board is easy to use and has a wide variety of applications. There are many tutorials available in the world web for the board due to its popularity. Although the board has many advantages, it still has its own limitations.

REFERENCE [

  1. Arduino site, (http://arduino. cc/en/)
  2. ]Simply Arduino, Eng. Abdullah Ali Abdullah, (http://simplyarduino. com/? page_id=5)

Calculate the price
Make an order in advance and get the best price
Pages (550 words)
$0.00
*Price with a welcome 15% discount applied.
Pro tip: If you want to save more money and pay the lowest price, you need to set a more extended deadline.
We know how difficult it is to be a student these days. That's why our prices are one of the most affordable on the market, and there are no hidden fees.

Instead, we offer bonuses, discounts, and free services to make your experience outstanding.
How it works
Receive a 100% original paper that will pass Turnitin from a top essay writing service
step 1
Upload your instructions
Fill out the order form and provide paper details. You can even attach screenshots or add additional instructions later. If something is not clear or missing, the writer will contact you for clarification.
Pro service tips
How to get the most out of your experience with MyStudyWriters
One writer throughout the entire course
If you like the writer, you can hire them again. Just copy & paste their ID on the order form ("Preferred Writer's ID" field). This way, your vocabulary will be uniform, and the writer will be aware of your needs.
The same paper from different writers
You can order essay or any other work from two different writers to choose the best one or give another version to a friend. This can be done through the add-on "Same paper from another writer."
Copy of sources used by the writer
Our college essay writers work with ScienceDirect and other databases. They can send you articles or materials used in PDF or through screenshots. Just tick the "Copy of sources" field on the order form.
Testimonials
See why 20k+ students have chosen us as their sole writing assistance provider
Check out the latest reviews and opinions submitted by real customers worldwide and make an informed decision.
Nursing
Impressive writing
Customer 452547, February 6th, 2021
Human Resources Management (HRM)
excellent
Customer 452773, June 25th, 2023
Humanities
Thank youuuu
Customer 452729, May 30th, 2021
Business and administrative studies
excellent job
Customer 452773, March 12th, 2023
FIN571
excellent work
Customer 452773, March 1st, 2024
Social Work and Human Services
Great work I would love to continue working with this writer thought out the 11 week course.
Customer 452667, May 30th, 2021
Business and administrative studies
great job as always
Customer 452773, February 26th, 2023
Business and administrative studies
excellent work
Customer 452773, March 12th, 2023
Nursing
thank you so much
Customer 452749, June 10th, 2021
business
Thank you for your hard work and help.
Customer 452773, February 13th, 2023
Management
Thank you!!! I received my order in record timing.
Customer 452551, February 9th, 2021
Business and administrative studies
Excellent work ,always done early
Customer 452773, February 21st, 2023
11,595
Customer reviews in total
96%
Current satisfaction rate
3 pages
Average paper length
37%
Customers referred by a friend
OUR GIFT TO YOU
15% OFF your first order
Use a coupon FIRST15 and enjoy expert help with any task at the most affordable price.
Claim my 15% OFF Order in Chat
Close

Sometimes it is hard to do all the work on your own

Let us help you get a good grade on your paper. Get professional help and free up your time for more important courses. Let us handle your;

  • Dissertations and Thesis
  • Essays
  • All Assignments

  • Research papers
  • Terms Papers
  • Online Classes
Live ChatWhatsApp