Skip to main content

Using Adeept robot arm kit

What is it?

The robot arm kit from Adeept is an eduational robotics kit that is mainly aimed towards begineers. This robotics kit consists of a 5 degree of freedom robot and the Adeept Arm Drive Board which is based off an arduino uno. This means users can programme this robot arm using the Arduino IDE and the most of the libraries that arduino provides.

To learn more about this robot, please click here

Adeept_robot_arm_kit.jpg

robot_arm_servo_config.jpg

Getting started

Setting up

  1. Connect the Adeept Arm Drive Board to your laptop/PC using the correct USB cable.

  2. To power on the robot, connect an appropriate 5V 3Amp or 5V 5Amp power supply to the barallel jack of the robot.

  3. Ensure to switch on the Arm Drive Board, otherwise the servo motors will not receive any power.

adeept_arm_driver_board.jpg

Setting up Arduino IDE to use with the robot

If you already have Arduino IDE installed and worked with igt in the past, then all you need to do is to change the board to Arduino Uno.

To do this:

  1. Go to the Tools -> Board.

choosing_arduino_uno_board.jpg

  1. From the drop down list, choose Arduino Uno.
  2. Make sure to choose the correct COM port as well.

choosing_correct_port.jpg

Setting up from scratch

If you are setting it up from scratch, as in you do not have Arduino IDE installed and setup, then click here

Required Libraries

These extra libraries will be required if you plan to utlise the OLED screen within the Arm Driver Board.

The instructions for configuring the libraries can be found here on page 21 under the heading 8. Configuring the "libraries" folder of the Arduino IDE.

You can find the libraries here, please download all of them.

Verification

Try uploading the blink example sketch to verify comminication between the Arm Driver Board and your machine.

Additional Resources