How to Make Arduino Gesture Control Robot at Home Using a Radio Module

DiY Projects Lab
10 min readSep 4, 2023
https://youtu.be/WoqJqC4LveI

Hi readers, welcome back to another interesting instructable, In this project, i will show you How To Make Arduino Gesture Control Robot At Home Using a Radio Module in a very easy way.

To begin with, let me go through the features of this project! Like the usual radio-controlled cars that run with a remote this robotic car is remoteless!

I mean it does not have a remote or a control button to move up, down, right, and left.

Thank You NextPCB:

This project was successfully completed because of the help and support from NextPCB. Guys if you have a PCB project, please visit their website and get exciting discounts and coupons.

NextPCB offers high-quality, reliable PCB starting at $1.9, and multilayer starting at $6.9. Also, everyone can enjoy free PCB assembly for 5 boards!

Instead this project has the advanced feature of gesture, you will be controlling the car with the gestures of your hand.

How cool is that controlling something with the gestures of your hand that too with the project you could make at home?

With this being said let us see how you can build this project, like always i have also included the complete instructions on building this project along with the circuit diagram and codes.

Supplies

  • Piece of Cardboard
  • BO motor and wheels
  • Arduino Nano
  • Gyro sensor or MPU6050
  • NRF 24L01
  • Tip 32c Transistor
  • 9v Battery and Holder
  • L293D servo motor driver
  • Hot Glue
  • Empty PCB
  • Band for Wrist
  • Double-sided tape
  • LED lights(Optional)
  • Soldering Iron

Step 1:

To support the four wheels and BO motor I will be using a piece of cardboard.

You can cut the shape of the cardboard as you can see in the images above, if the size of your wheels is big you might need to make some modifications.

Once you have that shape we can start assembling BO motor to this cardboard.

Add a drop of HOT Glue and place BO motor, Make sure the hot glue is not too hot otherwise, it may melt the plastic of the motor case.

Repeat the same steps for the other side as well after you have all the BO Motors ready you can attach wheels.

Now we can solder the wire to the BO motor if it does not have pre-soldered wires.

My ends of the wire were from the socket that i found useful for this project, it's a connecting wire that can be connected to male-type pins with ease.

Step 2: Transmitter Circuit

I will be using an empty PCB to hold the components and make a circuit.

I will start by soldering the slot to hold the Arduino Nano board, This is an easy process if you have some hands-on experience in soldering, if not you might need to take the supervision of an expert.

The other way is you can make the circuit on a breadboard but it makes the project too complex.

After the Arduino slot make slot to hold the NRFL201 module as well for the MPU6050.

End of the process you will have a ready transmitter circuit, all it is missing is codes that are essential for working.

If you’re considering creating aprinted circuit board (PCB) for your electronic project, NextPCB stands out as an excellent option. NextPCB boasts extensive experience as a leading PCB manufacturing company in China, specializing in PCB prototyping and fabrication.

Their services include comprehensive PCB assembly, complete with global free shipping, and adherence to ISO9001 quality control standards. Additionally, their website offers a convenient online Gerber viewer, allowing you to easily upload your Gerber and drill files to visualize your PCB design.

Step 3: Receiver Circuit

Even here the process is same but here you have the liberty to choose a much larger empty PCB anyway this will be installed on the car so the problem of space usage does not bother much.

Start by soldering slots on an empty PCB where the components will be added later, Then add the transistor and motor drive to PCB directly.

Follow the circuit to make connections, if you miss any the problem of reworking will waste your time.

To power this board i will use rechargeable batteries that i recycled from my old laptop.

I used set of 4 that were soldered together as a pair of 2 to power the entire circuit for a long time.

End of the battery were soldered with the slot that would fit the connecting pins.

Step 4: Finishing the Circuit

Now as we have the circuits of both transmitter and receiver ready we will complete the circuit by adding powering source.

The battery pack that i prepared earlier is added on the frame of car, i will be using double side adhesive to hold the battery pack.

Then connect the terminals of the battery to the circuit board pin.

End of this process we will have the car ready, only one thing pending now is the codes for this robot.

Step 5: Programming and Setting the Transmitter

This is the control panel in our project the button are made from integrated circuit as i can define.

Here the small motion sensor inside the gyro sensor also known as MPU6050 controls the entire car movement.

This motion has to be converted to specific commands to be able to read by the Arduino and finally send as radio wave to the receiver.

This task will be done by the Arduino code, copy and paste the below code on your Arduino IDE, after the code is uploaded the receiver is ready for using, now disconnect the USB cable and connect the 9v battery.

I have installed this transmitter on a wrist band that was adjustable so that it can fit any wrist

Step 6: Programming and Setting the Receiver

In the project the car will be controlled by a receiver, Receiver is nothing but the slave Arduino.

We are using the concept of master slave electronics in our project, This Arduino code converts the signals from the transmitter module to meaningful signals that will run the dc motors via the motor driver.

You can see the L293D motor driver on the 2nd image of this step.

You can connect the terminals of DC motor/ BO motor to the slot provided.

After which connect the programming cable to the computer and Arduino.

Copy and paste the receiver code on your IDE and hit on the upload button, in some time the receiving part will be ready, all you have to do is connect the battery supply to the circuit.

In the project the car will be controlled by a receiver, Receiver is nothing but the slave Arduino.

We are using the concept of master slave electronics in our project, This Arduino code converts the signals from the transmitter module to meaningful signals that will run the dc motors via the motor driver.

You can see the L293D motor driver on the 2nd image of this step.

You can connect the terminals of DC motor/ BO motor to the slot provided.

After which connect the programming cable to the computer and Arduino.

Copy and paste the receiver code on your IDE and hit on the upload button, in some time the receiving part will be ready, all you have to do is connect the battery supply to the circuit.

Step 7: How to Use

Using this gesture control robot is very easy, Just connect the batteries to both Car and the remote(transmitter on hand)

The transmitter that will be fit in your and will work as a remote control but without any buttons.

When you move your hand to the directions the change in orientation will be detected by the gyroscopic sensor and according to the movement the Arduino board from Tx or transmitter sends signal to the receiver board found in the Robotic car and because of this your robot moves as per your hand gestures.

This is a very fun toy to play with if you are a electronics lover.

The backup time of this robot is very high so that you can enjoy for quite a long time.

Using this gesture control robot is very easy, Just connect the batteries to both Car and the remote(transmitter on hand)

The transmitter that will be fit in your and will work as a remote control but without any buttons.

When you move your hand to the direction the change in orientation will be detected by the gyroscopic sensor and according to the movement the Arduino board from Tx or transmitter sends signal to the receiver board found in the Robotic car and because of this your robot moves as per your hand gestures.

This is a very fun toy to play with if you are a electronics lover.

The backup time of this robot is very high so that you can enjoy for quite a long time.

Step 8: Working Video of Hand Gesture Controlled Car

This video has all the detailed steps that i stated above, if you have any questions on the making of this project you can watch this video or ask us directly in the comments. Don’t miss to check the cool movement of this robot car.

If you like the project take some time to share it with your friends who need to see this.

Originally published at https://www.instructables.com.

--

--