Control Car With Hands

Idea

This project is the development of a control car that can be controlled by hand. Using gloves to control as a signal to control the car The connection between the control car and the glove is use microcontroller in communication

Core Technologies

  • NodeMCU ESP-32S
  • PyUSB

Link & Resources

pj_pic
pj_pic

About

Control Car With Hands is a project I did in the Embedded Systems class at university. In this course, the content is about Embedded microcontrollers, embedded programs, real-time operating systems, low-power computing, reliable system design, design methodologies, tool support, embedded multiprocessors, networked embedded systems, interfacing and mixed-signal systems.

Desciption

At present there are many devices that can control the movement in long distances or wireless movement. So there are more people interested in it. Which most of those devices are drone, remote control car, pilotless aircraft, etc. And we are interested in making a remote control car. The Embedded System course is set to use 4 boards to develop devices for communication. And then we study and learn the equipment regarding all parts of vehicles. In the end, we concluded that we would cut off the joystick, and we replace the joystick with hand control. In the car we will be equipped accessory for each devices can communicate with each other, And enhance the safety performance of the car.

pj_pic
pj_pic

Features

Use hands gesture to control the car instead of a joystick.

  • The left hand is used to control the car's direction by The 3D tilting sensor on the glove. When you slop the left hand to the right, The car will turn right. And turn left when slop to the left.
  • Forward and stop the car by opening and closing the palm of the right hand. The action can be detected by the light sensor on the right hand.
  • The car can stop automatically when it encounters obstacles. the barrier can be caught by Ultrasonic Sensor. The system will stop the car when obstacles are too close.