Skip to content

This is a hand gesture controlled bot which can be moved in any direction with the help of hand movements.

Notifications You must be signed in to change notification settings

take2rohit/gesturebot

Repository files navigation

Hand Gesture Controlled Bot

Overview

The hand gesture controlled bot is a bot which receives it commands by giving pitch and roll to hand. This is helpful for people on wheelchair who can't even move their fingers or hands.

Aim

To design a hand gesture control bot which moves as we change our hand gesture.

Components

Arduino, IMU Sensor(MPU6050), Motor Driver Module (L293D), BO Motor, Jumpers, Chassis, Battery, Breadboard, Wheels.

Applications:

  1. These bots are very useful in many applications like remote surveillance, military etc.
  2. Hand gesture controlled robot can be used by physically challenged in wheelchairs.
  3. Hand gesture controlled industrial grade robotic arms can be developed.

Circuit Diagram

gesturebot_bb 1

Working of Circuit

  1. Calibration of IMU sensor using Library functions provided by Open Source Developers working on IMU sensors.
  2. Code was written for calculation of angles using Gyroscope sensor.
  3. Thresholding was done for the movement of the bot
  4. Connection were made robust using perfboard according to circuit diagram
  5. Code for movement of bot using differential drive mechanism was written
  6. H-bridge was used for Bi-directional movement of bot

Challenges Faced

  1. Calibration of IMU Sensor
  2. Lesser accuracy of IMU sensors
  3. Master slave configuration of bluetooth module
  4. Poor connections
  5. No proper soldering
  6. Gimbal locking
  7. Shorting grounds of all devices

MPU6050 Processing

Video Link

https://www.youtube.com/watch?v=TX9Vsmo5vJg

References

  1. http://www.ti.com/product/L293D
  2. https://en.wikipedia.org/wiki/Inertial_measurement_unit
  3. https://www.arduino.cc/en/Main/Tutorials
  4. https://howtomechatronics.com/tutorials/arduino/how-to-configure-pair-two-hc-05-bluetooth-module-master-slave-commands/
  5. https://en.wikipedia.org/wiki/Aircraft_principal_axes
  6. https://en.wikipedia.org/wiki/Euler_angles

Team Members

  1. Rohit Lal
  2. Rishesh Agarwal
  3. Rohit Maheswari

About

This is a hand gesture controlled bot which can be moved in any direction with the help of hand movements.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages