Skip to content

winston-nguyenn/Gesture-controlled-Robotic-Arm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gesture-controlled-Robotic-Arm

The project builds a gesture-controlled robotic arm where the movements of the robotic arm are controlled by human hand gestures.

  • Two sensors, including the MPU6050 (accelerometer + gyroscope) and Flex sensor, are used to record hand positions and motions in 3D space. The sensor readings are then sent to the microcontroller of the robotic arm via the WiFi module of the ESP32.

  • The main microcontroller used is the ATmega328PB, which does not have built-in WiFi communication. Therefore, the ESP32 is used to enable WiFi communication.

Code files include:

  • 'arm_control': the bare metal C code to map the sensor readings into robotic movements.
  • 'glove_sensors_reading': code to read the sensors data, including ADC and I2C libraries.
  • 'ESP32_data_receiving': receiving data at the arm.
  • 'ESP32_data_sending': sending data from sensors to the arm.

Real implementation:

  • image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published