50
5.Find the folder AdeeptRoboticArmforArduinoV3_5 that we provide to the user.
Open the folder 02 Course Code in it. Enter the Lesson 3 OLED directory. Select
OLED.ino. This file is the code program we need in this course. Then click Open.
6.After opening, click
to upload the code program to the Arduino UNO. If
there is no error warning in the console below, it means that the Upload is successful.
7. After successfully running the program, you will observe that text will be
displayed on the OLED screen.
3.4.2 Learning the code program of this lesson
After the above practical operation, you must be very curious to know how we
use C language to program on the Adeept Arm Drive Board to display text on the
OLED screen. Below we will introduce how the main code program is implemented.
First, in the setup() function, set the display color of the font to white.
Summary of Contents for Robotic Arm
Page 1: ...1...
Page 33: ...30 9 Running effect is as follow...
Page 74: ...71 SERVO of number 5 4 2 1 3...
Page 86: ...83 Effect diagram after assembling...
Page 95: ...92 40mm 60mm 66 5mm 65mm 13mm 70mm...
Page 99: ...96...
Page 111: ...108...
Page 137: ...134...
Page 154: ...151 7 the library file controlP5 needs to be added...
Page 156: ...153 9 Click Run 10 Running effect is as follow...
Page 164: ...161...
Page 181: ...178...
Page 182: ...179...