An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# ArduPod

ArduPod Remote Control

## 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