Getting Started with Arduino Due

ARDUINO DUE is an ARM controller based board designed for electronic Engineers and Hobbyists. ARM architecture is very influential in modern electronics. We are using the ARM architecture based controllers everywhere. For example we are using ARM controllers in our mobiles, iPods and computers etc.  If someone wants to design industrial systems, it must be on ARM controllers. ARM controllers are very important because of the frequency of their operation and data bus size.

Getting Started with Arduino Due

ARM controllers can achieve results better than normal controllers and they have more functions than a normal controller.  With this, it is obvious that we must learn ARM controller for designing higher functions like image processing etc.

To understand the ARM architecture, best way to do is by studying the ARDUINO DUE. Below figure shows Arduino Due board.

There are different types of ARDUINO boards in the market, with UNO being the most popular and DUE being the most sophisticated.  DUE core is from “SAM3X8E” controller as shown in figure. This controller works at 84 MHz clock, which is more than 5 times the speed of UNO. With almost 60 GPIO (General purpose Input Output) we can use this board at will, without any need of shift registers. We have already covered many Arduino and Arduino Uno Projects, from beginner to advanced level and they cover almost all topics to learn Arduino from scratch.

UNO designed from ATMEGA controller, which is 8 bit type, and DUE designed from ARM type, which is a 32 bit type. This number itself differentiates the achievement, power and speed gap between two boards. We chose DUE board because it is the easiest way to understand ARM controller especially for starters. So in this tutorial we are going to Blink a LED using Arduino Due, for getting started with Arduino Due Board. This Program and tutorial will also goes with Arduino Uno to blink LED with it. The software and download, upload process are same for the Uno.

The ARDUINO DUE boards also possess Shield boards, they are basically extensions for ARDUINO. These shields add additional features to the ARDUINO. These shields are stacked one over the other on ARDUINO.

Required Components:

Hardware: Arduino Due board, connecting pins, 220Ω resistor, LED, bread board.

Software: Arduino nightly, download it from this link: https://www.arduino.cc/en/Main/Software

Open the above given link, under download session, we have the latest version of ARDUINO software, which is 1.6.8 (at the time of writing this article). Even if you have the older version, download the newer version. In previous versions the DUE board libraries are not present. So the previous versions cannot detect the DUE board. You can update the previous version to get the DUE board working.

Click on the windows installer button for the software:

Now click on the just download button for the setup to start downloading. The setup file would be around 85 Mb.

After download install the file by double click. Once the install is complete, you will get a icon on the desktop as shown below.

Double click on the program to start.

Now you see, there are two connectives on the DUE board.

Both of the ports can be used to program the DUE, but we are going to use NATIVE USB port. Now connect the USB plug and connect the other end to PC, you should see the power LED ON.

Once the ARDUINO program is running, you should choose the ARDUINO DUE board from the ‘TOOLS’ menu of the program. Once you choose the DUE board you will see the selected board at the right bottom, as shown in the figure given below in next section.

Getting Started with Arduino Due schematic

We connected the USB to NATIVE port, so we have to choose the ‘NATIVE port’ in the software. This option will also be in ’TOOLS’ option. Once you select it, you are ready to upload the program.

Circuit and Working Explanation:

In here we are going to write a program to blink an LED for every 1000ms.We will connect an LED at PIN13 through a 220Ω current limiting resistor.

Read more: Getting Started with Arduino Due


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top