visual-program / ArduSnake

Arduino modular snake robots library. Generate the locomotion of snake robots easily!

Home Page:http://www.iearobotics.com/wiki/index.php?title=ArduSnake:_Arduino_Modular_Snake_Robots_Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library for the locomotion of modular snake robots
------------------------------------------------------

This library has been tested using the skymega board, which is arduino compatible

-> In thingiverse (English)
  http://www.thingiverse.com/thing:14197

-> Iearobotics (Spanish)
  http://www.iearobotics.com/wiki/index.php?title=SkyMega

INSTALLATION
------------

The current version is being developed under Arduino 22 IDE

* Copy the folder ArduSnake under the sketchbook/libraries arduino folder
  (it is located in your home directory)

* If you are using the skymega board instead of an Arduino, copy the
  folder skymega folder under home/sketchbook/libraries

HELLO WORLD EXAMPLE
-------------------

This example just makes oscillate a servo connected to the pin 8 (SERVO 2
in the skymega board)

* Connect the servo to the board (Skymega/Arduino)
* Open de Arduino IDE
* Go to File/examples/ArduSnake/Oscillator_test1
* Download the example
* The servo will star to oscillate!





About

Arduino modular snake robots library. Generate the locomotion of snake robots easily!

http://www.iearobotics.com/wiki/index.php?title=ArduSnake:_Arduino_Modular_Snake_Robots_Library


Languages

Language:C++ 57.9%Language:Processing 26.5%Language:Python 7.6%Language:JavaScript 6.3%Language:C 1.6%