https://github.com/idreesinc/dave
A rather playful robotic arm
https://github.com/idreesinc/dave
python raspberry-pi robotic-arm robotics
Last synced: about 1 month ago
JSON representation
A rather playful robotic arm
- Host: GitHub
- URL: https://github.com/idreesinc/dave
- Owner: IdreesInc
- Created: 2018-06-30T21:47:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-02T21:21:20.000Z (about 4 years ago)
- Last Synced: 2025-04-12T11:44:11.608Z (6 months ago)
- Topics: python, raspberry-pi, robotic-arm, robotics
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dave, the Playful Robotic Arm
The goal of this project is to create a robotic arm that can play games, whether locally or against a remote opponent. You can either play against Dave or against a remote player, whose movements will then be applied to your board. This way, you and your friend can play a physical game like chess anywhere across the world!
This project is a work in progress, meaning that I am updating this repo as I go. If you have any questions or comments, feel free to contact me from my [website](http://idreesinc.com)!## Hardware
- daGHIZmo's wonderful [EEZYbotARM MK2](https://www.thingiverse.com/thing:1454048)
- 3D printed in Hatchbox PLA using a modified ANET A8 printer
- [Raspberry Pi 3](https://www.raspberrypi.org) for processing
- [Adafruit Servo Hat](https://www.adafruit.com/product/2327) for easy servo controls## Libraries Used
- Adafruit CircuitPython [ServoKit](https://github.com/adafruit/Adafruit_CircuitPython_ServoKit)
- Adafruit Servo Hat [requirements](https://learn.adafruit.com/adafruit-16-channel-pwm-servo-hat-for-raspberry-pi/attach-and-test-the-hat)
- OpenCV 4 and related requirements (following [these](https://www.pyimagesearch.com/2019/09/16/install-opencv-4-on-raspberry-pi-4-and-raspbian-buster/) instructions [does not require patented algorithms])
- ZBar for QR code detection (instructions available [here](https://www.pyimagesearch.com/2018/05/21/an-opencv-barcode-and-qr-code-scanner-with-zbar/))## Current Features
- Implemented ability to set servo angles via Raspberry Pi and Adafruit Servo Hat
- As of July 1st, implemented [cartesian coordinate system](https://github.com/IdreesInc/EEZYbotARM-MK2-Cartesian-Coordinates) which allows me to use standard x and y coordinates to accurately move the arm to within 1 mm accuracy### Next Goal
- Implement game piece detection using OpenCV in a lightweight manner
- Most likely going to be based off of color detection and simple outline detection rather than complex image recognition, as the goal is to be as lightweight as possible## Longterm Goals
- To play chess using a custom built curved vertical chess board
- Ability to play against the computer or against a remote opponent who also has a Dave robot, allowing each player's move to be physically synced on their respective board## FAQ
### Why?
Because I can! And because the idea of playing a physical game with my friend from Purdue all the way here at UNC is pretty cool in my opinion. Plus this project allows me to get involved in Python, robotics, and computer vision, which is always a plus!
### Why use the [EEZYbotARM MK2](https://www.thingiverse.com/thing:1454048) for this project?
Mostly because it is a popular, open source design for a 3D printable robot. The benefits of 3D printing the robot as opposed to just getting a kit is that I can customize the bot however I wish, including changing the claw to better grip the game pieces and adding a mount for the sensors.
Plus it is cheap, and I needed a justification for spending all that time and money making my 3D printer.
### Why is it named Dave?
Well it was either that or Steve