Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tirithen/servoboard
Code for a 16 servo controller board
https://github.com/tirithen/servoboard
Last synced: about 5 hours ago
JSON representation
Code for a 16 servo controller board
- Host: GitHub
- URL: https://github.com/tirithen/servoboard
- Owner: tirithen
- License: gpl-3.0
- Created: 2012-09-07T17:18:07.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-15T22:21:51.000Z (about 12 years ago)
- Last Synced: 2024-04-15T09:20:39.666Z (7 months ago)
- Language: C
- Size: 227 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Servo Board
This is the code for an Arduino based servo controller board. The borad supports up to 16 servos.
## Requirements
- Arduino IDE
- SCons
- Python
- pyserial
- avrdude## Setup
The project uses a build script to enable development outside the Arduino IDE.
Open the "buildproject" file, edit all constant values to fit your system and Arduino board and
save the file.## Build
To build the project, open a terminal in this directory and type:
$ ./buildproject
To upload the binary to the Arduino type:
$ ./buildproject upload
## Hardware
The hardware schematics are being developed on Upverter [here](http://upverter.com/tirithen/fa5b6d5bb2f373fc/servoboard/).## License
The code is released under the GPLv3 license.