Arduino Uno Unleashed - How to Get Started With Arduino Uno Programming

by ahmedebeed555 in Circuits > Arduino

1567 Views, 5 Favorites, 0 Comments

Arduino Uno Unleashed - How to Get Started With Arduino Uno Programming

IMG_20180426_162616.jpg

Arduino Unleashed.

This is a new series I decided to introduce as part of my tutorials.

In each post we'll deal with one Arduino/Arduino Compatible board with simple steps that can get you started even if you are a complete beginner.

Warning:
This instructable is NOT for experts.

If you want to learn Arduino then you need to get your hands busy. So Let's get started.

Here is my Channel on Youtube:

AeroArduino

​Start by Programming the Arduino Uno Board.

IMG_20180426_162602.jpg
IMG_20180426_162806.jpg
id.jpg

Programming

What you need:

ArduinoUno Board

Amazon , eBay , Banggood , Aliexpress

USB Cable

Arduino IDE (download and setup on your computer)

​Your First Example LED Blink (Hello Embedded World)

ard.jpg
bl.jpg
BL1.jpg
BL2.jpg

I know this is so primitive but if you are a beginner this is really rewarding.

If you manage to blink an LED in one system then you can do anything else.

Open Arduino IDE. From the menu choose ….

Tools -- Board -- Arduino Uno

Then

File – Examples – Basics – Blink.

Then you can see the code that blinks the built in LED in your Arduino board.

Choose menu

File – Upload

Now you can see the LED in Arduino board blinking at a constant rate.

Congratulations.

You have completed the very first Arduino lesson.

Stay tuned to many other lessons.