Make 4-in-1 Smart Robot Car Using Arduino Nano Board
by Webotricks in Circuits > Arduino
10 Views, 0 Favorites, 0 Comments
Make 4-in-1 Smart Robot Car Using Arduino Nano Board
.png)
Hello and welcome back. In this project, we will learn how to make a 4-in-1 smart robot car using an Arduino Nano board. The four key functions of this robot are Obstacle avoidance, Gesture control, Remote control & Voice control. I have used an ultrasonic sensor to detect obstacles and an HC05 Bluetooth module for Bluetooth communication. Additionally, I used the L293D motor driver IC to control the gear motors, making it a 2WD smart robot. Also, I’ve added an SG90 servo motor that rotates the sensor left and right to scan the surroundings, allowing the robot to detect obstacles in different directions. You can choose any suitable servo motor as you like, but the SG90 works well for this project. If you want to learn how to operate these components individually, please refer to our previous tutorials.
Supplies
Arduino Nano board x 1 — BUY NOW
HC-05 Bluetooth module x 1 — BUY NOW
L293D motor driver IC x 1
IC base x 1 — BUY NOW
5mm LED x 2 — BUY NOW
100-ohm Resistor x 2
Male header x 1
Barrel jack socket x 1 — BUY NOW
5V Passive Buzzer - Buy Now
DIP slide switch x 1
Two-pin terminal x 2
Female header x 2
Gear motor x 2 — 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
Ultrasonic Sensor - Buy Now
Servo Motor (SG90) - BUY NOW
Jumper-Wires - Buy Now
Identify and Position the Components


Firstly, identify these components.
Next, position the components on the PCB and solder them individually.
Connect the Wheels to the Motors


Now, connect the wheels to the motors and install them on the chassis. I used double-sided tape for this.
Afterward, install the caster wheel on the back side of the chassis.
Next, connect the gear motors to the two-pin terminals.
Install the Servo Motor
Now, install the servo motor on the front side of the chassis. Afterward, calibrate the servo motor using the PWM servo motor driver.
Install and Connect the Ultrasonic Sensor


Next, install the ultrasonic sensor on the servo horn and connect it to the PCB using jumper wires. Afterward, connect the servo motor, L293D IC, and Arduino Nano board to the chassis PCB.
Install and Connect the Battery Holder


Now, install the battery holder and connect it to the DC barrel jack. Then, connect the Arduino board to the computer.
Code
OK now copy and paste the following program to the Arduino IDE.
Remove the USB Cable and Insert the Batteries


Next, remove the USB cable and insert the batteries into the battery holder. Then, power on the robot. Finally, you can test the robot using obstacles. If the servo motor doesn’t reach the correct positions, adjust the angles as needed.
Now, let’s try the Bluetooth remote control, gesture control, and voice control modes. To do this, power off the robot and reconnect the Arduino board to the computer. If the Bluetooth module is connected, please remove it. Then, comment out the obstacle function and uncomment the Bluetooth control function in the previous code.
Connect the Bluetooth Module to the PCB

Next, remove the USB cable and connect the Bluetooth module to the PCB. Then, power on the car and download the app from the Play Store. Now, run the app and open the Bluetooth control remotes. Now, click the gear wheel icon and find your device. At this point, you have to enable location and location permission. Then select your Bluetooth module. Finally, you will see the green indicator on the screen.
Afterward, you can try the gesture and voice control modes. To do this, click the arrow drop-down button and select the mode. At this point, also connect your car to the remote. Enjoy the project! The full video guide is below. We hope to see you in the next project. Have a great day!
Troubleshooting Tips
Check all connections. Check the Bluetooth connection. Check the motor directions. If they don’t rotate correctly, please swap the wires. Calibrate the servo motor properly. If it doesn’t reach the correct positions, adjust the degrees as needed. Update the app to the latest version. Check the power sources. Check the status of hardware components.