Added Readme

This commit is contained in:
Philip Johansson 2020-04-05 17:34:39 +02:00
parent e37e59c479
commit 3fbac7f8a4
2 changed files with 19 additions and 3 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "lib/PCA9685-Arduino"]
path = lib/PCA9685-Arduino
url = https://github.com/NachtRaveVL/PCA9685-Arduino.git

19
readme.md Normal file
View File

@ -0,0 +1,19 @@
# The most awesome Hexapod
With hardware (3D printed parts) based on [Vorpal](https://www.vorpalrobotics.com/wiki/index.php?title=Vorpal_The_Hexapod) and software by Mattias Lasersköld and Philip Johansson.
# Remote alternatives
## OSC Touch
[OSCTouch](https://hexler.net/products/touchosc) *by Hexler* is an awesome tool for OSC & MIDI to use for mobile robot projects.
Install the desktop and mobile application for your platforms and sync the included layout to your mobile device.
The last step is to configure the IP address of your hexapod.
# Software
## WiFi
To connect to wifi uncomment the WiFi configuration....
## Dependencies
* Adafruit PWM Servo Driver Library *by Adafruit*
* OSC *by Adrian Freed*