DEVHEE/ai-robot-hand-with-raspberry-pi

🤖 AI Robot Hand with Raspberry Pi

A robotics hand that mimics human hands using Computer Vision

banner-1920

This document is for DEVHEE/ai-robot-hand-with-raspberry-pi project.

It contains all the progress from beginning to end of the project. I solved problems through challenges and failures, and I tried to create more complete projects through trial and error. This document is an English version, and the Korean version can be found on the Tech Blog (KIMDONGHEE.DEV). Information about the project can be obtained from README.

There are a few things you can learn from this document.

  • Electronic Control

    You can learn about serial communication such as I2C. Through servomotor control, you can know the basic structure of operating principles and control methods, and you can also practice directly using PWM.

  • Hardware

    This project basically uses a Raspberry Pi board, so you can learn about its structure and operation. In addition, through hardware expansion through GPIO, you can know the role and control of each module. On top of that, you can look at the circuit diagram and data sheet of each module to understand how it works and apply it to practice.

  • Software

    You can learn about various artificial intelligence (machine learning and deep learning) technologies. Use Convolutional Neural Network learning algorithms to learn data and apply it to Raspberry Pie. We explore the field of Computer Vision, including OpenCV, and even study optimization methods for microcontrollers. We also learn how to apply to various fields using other libraries.

This document is written for students and developers who want to get information and study. Unauthorized reproduction or distribution of this program, or any portion of it, and commercial use may result in severe civil and criminal penalties and will be prosecuted to the maximum extent possible under the law.

CREATED BY KIM DONGHEE CC BY-NC-ND