shaswat-dharaiya / GestureControl

Gesture Control Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GestureControl

License: GPL v3 GitHub release

Table of contents

General info

Gesture Controlled 4 wheel drive which is connected with the RC using 433 MHz Transmitter Receiver module or NRF24L01 Transceiver module. This project uses MPU6050 as an IMU. The IMU is attached to the transmitter end. Readings from the MPU is send over to the receiver end which will perform a directional motion based on the incoming readings.

Technology

Project is created with:

  • C/C++
  • 433MHz Transmitter Receiver module
  • NRF24L01 Transceiver module
  • MPU6050

Features

  • Gesture Control
  • Wireless communication

To-Do

  • Move forward
  • Move reverse
  • Move left
  • Move right
  • Stay/Stop Motion.

Transmitter

  • Consists of:
    • AtMega328/MCU
    • MPU6050
    • Wireless module (433MHz Transmitter Receiver,NRF24L01 Transceiver module)

Receiver

  • Consists of:
    • AtMega328/MCU
    • Motor driver module
    • Wireless module (433MHz Transmitter Receiver,NRF24L01 Transceiver module)

About

Gesture Control Bot

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%