https://github.com/jgromes/ardupod
Open Source Arduino Hexapod
https://github.com/jgromes/ardupod
arduino hexapod
Last synced: 12 days ago
JSON representation
Open Source Arduino Hexapod
- Host: GitHub
- URL: https://github.com/jgromes/ardupod
- Owner: jgromes
- License: mit
- Created: 2016-08-02T16:42:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-25T11:40:42.000Z (over 8 years ago)
- Last Synced: 2025-05-07T10:09:42.636Z (12 days ago)
- Topics: arduino, hexapod
- Language: C++
- Homepage:
- Size: 4.6 MB
- Stars: 36
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# ArduPod
## Open Source Arduino Hexapod
**Did you read the main ArduPod article at [DevicePlus](http://www.deviceplus.com/how-tos/arduino-guide/how-to-arduino-hexapod-part-1-mechanics-and-wiring/)? And the [second one](http://www.deviceplus.com/how-tos/arduino-guide/arduino-hexapod-part-2-programming/)? AND the [third one](http://www.deviceplus.com/how-tos/arduino-guide/arduino-hexapod-part-3-remote-control/)?**If not, go read them, they're cool! If you did, and still didn't run away, good job! Here you will find all the files used in the article.
* **/arduino/**
Contains all Arduino-related code; mainly examples and AP_Utils library.
See [/arduino/AP_Utils/README.md](https://github.com/Gipsonek/ArduPod/blob/master/arduino/AP_Utils/README.md) for library details.* **/model/**
Files for 3D printing in the following formats: STL, SolidWorks parts, SketchUp
See [/model/stl/printing_instructions.txt](https://github.com/Gipsonek/ArduPod/blob/master/model/stl/printing_instructions.txt) for details.* **/processing/**
Processing app source codes