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

https://github.com/eppfel/amphisbaena

Is a hardware low-fidelity prototype for controlling up to 16 servo motors via a processing sketch.
https://github.com/eppfel/amphisbaena

Last synced: 4 months ago
JSON representation

Is a hardware low-fidelity prototype for controlling up to 16 servo motors via a processing sketch.

Awesome Lists containing this project

README

          

# amphisbaena

[![Join the chat at https://gitter.im/dharma-guardian/amphisbaena](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dharma-guardian/amphisbaena?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Is a hardware low-fidelity prototype to control 16 servo motors embedded in a car seat. We use Arduino with the [16 Channel PWN Servo Driver](https://learn.adafruit.com/16-channel-pwm-servo-driver/overview) to address the servo motors and Processing via serial communication for calibration and control.

## Installation
### Install Arduino Libraries:
* Adafruit PWM Servo Driver from https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library.

### Install Processing Library
* ControlP5: Open the Processing IDE and select from the menu `Sketch > Import Library... > Add Library...` OR download it from http://www.sojamo.de/libraries/controlP5/