5DOF Robotic Arm Kit for Ardunio Uno R3 - Tutorial
Table Of Contents
- Contents
- Components List
- Introduction of Robotic Arm
- Introduction of Adeept Arm Drive Board
- Lesson 0 Building the Arduino Development Environm
- 1.Arduino development language
- 2.Arduino program structure
- 3. The construction of the Arduino development env
- 4. Introduction of Arduino software interface
- 5.Connecting the Adeept Arm Drive Board and the co
- 6.The solution for situation that Arduino IDE cann
- 7、
- 8. Configuring the "libraries" folder of the Ardui
- Lesson 1 How to Read the Data of the Potentiometer
- Lesson 2 Controlling the Servo
- Lesson 3 Displaying Text on the OLED Screen
- Lesson 4 Saving Data with EEPROM
- Lesson 5 Servo 90 degree adjustment
- Lesson 6 How to Assemble the Robotic Arm
- Lesson 7 GUI application control mode
- Lesson 8 GwBlock graphical control mode
- Lesson 9 Potentiometer control mode
- Lesson 10 Learning mode
- Lesson 11 Processing controls robotic arm
- Lesson 12 Imitation function(Pen)
- Lesson 13 Processing controls robotic arm to write
129
【9】is the editing area (code area or work area), where we edit the code instruction
block. Each code instruction block must be placed below .
【10】 is the connection status of the device.There are two states:
(1) The following is displayed when the device is not connected:
(2) After the device is successfully connected, the display is as follows:
【11】is a code trash, you can drag and drop the code instruction block to delete it.
8.5 Controlling the movement of the robotic arm with
GwBlock graphical programming
8.5.1 Run the program for this lesson
1. After successfully connecting to the GwBlock graphical editor, you need to
click the drop-down button in the upper right corner, as shown below: