Get Started With Arduino Nano

by MrSottong in Circuits > Arduino

19474 Views, 12 Favorites, 0 Comments

Get Started With Arduino Nano

IMG_6883.JPG
Prt Arduino nano.png
tabel fungsi port.png

Arduino Nano is one of the avaible Arduino board models. Has a small size, complete feature, and easy to use.

Have a size 1.70 Inch x 0.7 Inch, Arduino nano has a complete feature, such as: Atmel ATmega 328 IC, Restar button, 4 indikator LEDs, 3V3 Regulator, USB to Serial, Port I/O, etc.

For a more complete port configuration, see the picture above (figure 2 and 3).

Install Arduino IDE

image823.png

Arduino IDE is used to write and upload sketch to the Arduino board. If you haven't installed it yet, you can see in my previous article about How to Install the Arduino IDE on Windows 10.

Required Components

IMG_6895.JPG
IMG_6886.JPG

Required components :

Selec the Board That Is Used

Konfigurasi board.png

Open Arduino IDE > Tools.

Board: "Arduino Nano"

Processor: "Atmega 328P (Old Bootloader)" ===> if an error occurs, select another option.

Port: "COM4" ===> according to the USB port you are using.

Open and Upload Sketch

example.png
blink.png
upload.png

Open Sketch

Open the LED blink example sketch: File > Examples > 01.Basics > Blink.

Upload Sketch

To upload the program. Click the upload button. Wait for a moment - During the upload process, the RX and TX LEDs will flashing. If the upload is successful, the message "Done uploading" will appear in thr status bar.

Results

Arduino_1 blik led

The result is a red LED on Arduino will blink like the video above. I use this method to make sure the Arduino board can be used. And ready to be used to make amazing projects.

If there are question, just write in the comments column.