How to Make a Cute WALL-E Smart Robot With Arduino Step by Step
by Webotricks in Circuits > Arduino
3 Views, 0 Favorites, 0 Comments
How to Make a Cute WALL-E Smart Robot With Arduino Step by Step
.png)
Hello and welcome back. In this project, we will learn how to make a cute smart robot with Arduino. For that, I mainly used the Arduino UNO board, ultrasonic sensor, and SG90 servo motor. The L293D motor driver is used for controlling motors. I think that’s a very simple and low-cost project.
Also, I have used a 5mm foam board to make the robot body. You can use other suitable materials for that. I wanted to try building a WALL-E robot and I think it’s a bit similar. I’m not talking about the hardware, just the body shape. Also, I have added a simple program to act as a cute robot. You can also add an obstacle avoidance program to this robot.
Supplies
Ok, let’s do this project step by step. The required components are given below.
1 Arduino-Uno - BUY NOW
Jumper-Wires - BUY NOW
Gear motor — BUY NOW
65mm Robot wheel x 2 — BUY NOW
Caster wheel x 1 — BUY NOW
Lithium Battery (3.7V) x 2 - BUY NOW
Lithium Battery Holder x 2 - BUY NOW
Servo Motor (SG90) - BUY NOW
Ultrasonic Sensor - Buy Now
L293D motor driver shield
Foam board
Firstly, identify these components.
Secondly, cut the base part of this robot using the following sizes. 9 cm x 13 cm
Now , connect the robot wheels to the gear motors. Then, paste these motors and the caster wheel on the base part.
Next, connect the L293D motor driver shield to the Arduino UNO board. Then, install it on the base foam board part.
Now, drill two holes and put the motor wires through these holes. Then, connect these motors to the motor driver. For that, I used the M1 and M2 terminals.
Next, cut the four foam board pieces for the robot side parts. For that, use the following sizes. 9cm x 6 cm
Now, cut the top part for this robot. Then, glue the servo motor in front of the top part.
Next, install the ultrasonic sensor on the servo horn. Then, paste the battery holder near the servo motor. You can arrange these components as you like.
After, drill holes and put the servo wires, battery wires, and four jumper wires through these holes.
Now, connect these components to the motor driver shield.
Now, glue the side parts of this robot that we cut earlier. Also, drill a hole in the front side piece for the USB socket.
Next, connect this robot to the computer. Then, copy and paste the following program to the Arduino IDE.
You have to install the AFmotor library file to run this code.
Now, select the board and port. After, click the upload button.
Finally, glue the top part and put the batteries into the battery holder. Now you can test this robot. The full video guide is below. So, we hope to see you in the next project or tutorial. Have a good day.
Troubleshooting
Check all jumper wires.Check components.You must include the library files.Check the program again.