Arduino_tutorial


This tutorial is based on Arduino UNO R3 and Nano!

Arduino basics (Important):
If you don’t have Arduino basics, you can follow the link to learn the basics:

  1. Learn about UNO R3 briefly.

  2. Install the Arduino IDE.

  3. Upload a blink code to UNO R3.

Tip

The Nano is used in a similar way to the UNO R3, but select “Arduino Nano” when selecting the board type.

img

Wiring diagram


UNO or nano

Cube

5V or 3V3

VCC

GND

GND

13

SH_C

10

ST_C

11

DIN

Install the Arduino library file


Tip

The library files are downloaded in the “Previous_tutorial” section!

Load the “Mosiwi-4x4x4cube.zip” file downloaded above into the arduino IDE:
Img
Select the compressed library file to load:
Img

For more information, see: Click me

Use the example code in the library file


If you have successfully loaded the library file, you can open the example code in the library file in the arduino IDE as follows.
Img

After opening the example, select the “Arduino UNO” or “Arduino nano” development board, then select the COMx port, and then upload the code to the development board.

1

img

2

img

3

img

4

img


More arduino learning Resources: Click me

End!