You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
f59cd126bf | 3 years ago | |
---|---|---|
.github/workflows | 3 years ago | |
electronic | 3 years ago | |
imgs | 3 years ago | |
mechanism | 3 years ago | |
software | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 6 years ago | |
README.md | 3 years ago |
README.md
Hexapod
A Hexapod Robot using Raspberry Pi Zero W
Introduction
This is a hexapod robot based on Smallp Tsai's hexapod-v2-7697 project. This project reused most of the mechanism design in the original project, but with a full redesign of the circuits and software. The table below shows the difference between this project and the original one.
Original hexapod-v2-7697 | This project | |
---|---|---|
Controller | Linkit 7697 | Raspberry Pi Zero W or Raspberry Pi Zero W 2 |
PWM control | Custom circuit board | 2 x PCA9685 motor driver boards |
DC-DC | 7 x mini360 modules | 2 x XL4005 5A Max DC-DC modules and 1 x mini360 |
Power | 2S Lipo battery | 2 x 18650 batteries |
Remote | BLE | WiFi |
Remote software | Android and iOS | PC, Android (WIP) |