How to Assemble and Control a Robot Arm With an Arduino
by Webotricks in Circuits > Arduino
2 Views, 0 Favorites, 0 Comments
How to Assemble and Control a Robot Arm With an Arduino
.png)
Hello, welcome back. In this tutorial, we will learn how to make a multi-functional robot car using Arduino. Also, this robot car includes three functions. That is, line-following, recognizing obstacles, and controlling the robotic arm. For that, it uses two IR infrared sensors, one ultrasonic sensor, and one robotic arm.
The process of this robot car
When this robot car is activated, it starts to move forward on the black line. Two IR infrared sensors were used for this purpose. Going forward in this way, the ultrasonic sensor calculates the distance ahead. In this case, when there is an obstacle in front of 9 cm, the robot stops. Then, the obstacle is removed using the robotic arm. After, the robot will move forward freely again. This process continues. Also, all of these components are controlled by the Arduino Uno board and the l293d motor driver shield.
Supplies
OK, let’s do this project step by step. The required components are given below.
Arduino Uno - Buy Now
Servo Motor (SG90) - BUY NOW
Ultrasonic Sensor - Buy Now
Gear motor — BUY NOW
65mm Robot wheel x 2 — BUY NOW
Lithium Battery (3.7V) x 2 - BUY NOW
Lithium Battery Holder x 2 - BUY NOW
Jumper-Wires - BUY NOW
Foam board
Robot arm
L293D motor driver
PWM servo motor driver
Firstly, identify these components.
Secondly, cut a piece of foam board according to the size below.
Thirdly, attach the gear motors to the foam board.
Then, attach the robot wheels as follows.
Next, cut a 10 cm long piece of foam board and attach the two IR sensors and the ultrasonic sensor to it.
Then, cut out the following sizes and glue them as shown below.
Now, glue these parts to the front of the robot.
Next, attach the robot arm to the robot car chassis. For that, you can use a robot arm kit
After, connect the motor driver shield to the Arduino UNO board. After, glue it to the robot and connect the gear motors to it.
Next, attach the PWM servo motor driver and connect the servo motors to it. For that, use the circuit diagram below.
Then, connect the two IR sensors and the ultrasonic sensor to the motor driver shield. To do this, use the circuit diagram above.
Next, attach the li-ion battery holder to this robot car.
Now, connect this robot car to the computer and upload the program for this robot. It is as follows.