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.

40 lines
1.6 KiB
Markdown

2 years ago
# Hexapod
2 years ago
<img src="./imgs/hexapod-logo.svg" alt="logo" width="200"/>
2 years ago
2 years ago
A Hexapod Robot using Raspberry Pi Zero W
6 years ago
2 years ago
![banner](files/hexapod.jpg)
2 years ago
You can use any mobile phone (iOS or Android) to control the movement of the hexapod (move forward, backward, etc.).
6 years ago
## Brief introduction
* **Remote control** is done via `BLE` of `Linkit 7697`
2 years ago
* It has 6 legs, each leg has 3 joints. So there are total `18` **Servo motors** (TowerPro `MG92B`)
* Linkt 7697 dont have so many **PWM control**, so NXP `PCA9685` x 2 are used to control these servo motors
6 years ago
* **Power** comes from a `2S Lipo battery (7.4v)`. Also 7 x `mini360 DC-DC` step down voltage regulator are used. One to provide `5V` to Linkit 7697, The other six to provide `6V` to each legs (1 mini360 serve 3 servo)
* The **body** is 3D printed PLA. I use `Prusa i3 MK2S`, a really good 3D printer.
* Everything (3D STL, PCB schematic, 7697 source code) are included in the project under **GPL license**, Happy making!
## Skill requirement
If you want to make one hexapod by yourself. You should at least knows how to:
* Mechanism part
2 years ago
* Use `3D printer` to print a model.
* Able to adjust 3D model to fit your custom need.
6 years ago
* Electronics
2 years ago
* Make a `PCB` (suggest to use professional PCB services)
* Soldering `SMD` component (0805 and TSSOP28)
* How to use/charge/store `LIPO batteries`
6 years ago
* Software
2 years ago
* Use `Linkit 7697` (ie. upload and run any program)
* Use `LRemote` to communicate 7697 and your mobile phone
6 years ago
## Table of Content
1. [Mechanism](mechanism/) - How to build the body
2 years ago
1. [Electronics](electronics/) - Circuit explanation
6 years ago
1. [Software](software/) - The software running on Linkit 7697