https://github.com/tableflip/footballbot-workshop
A step by step guide to building your own footballbot
https://github.com/tableflip/footballbot-workshop
Last synced: about 1 year ago
JSON representation
A step by step guide to building your own footballbot
- Host: GitHub
- URL: https://github.com/tableflip/footballbot-workshop
- Owner: tableflip
- License: mit
- Created: 2014-07-17T10:47:01.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-27T08:14:35.000Z (almost 12 years ago)
- Last Synced: 2025-03-29T15:37:06.772Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 59.7 MB
- Stars: 2
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# footballbot-workshop [](https://david-dm.org/tableflip/footballbot-workshop)
A step by step guide to building your own [footballbot](https://github.com/achingbrain/footballbot)
```sh
npm install -g footballbot-workshop
```

The `footballbot-workshop` was originally built for NodeBots day 2014 in London.
## Parts list
The workshopper assumes you're building a robot with the following parts:
* [Dagu Arduino Mini Driver Board](http://www.dagurobot.com/goods.php?id=142)
* [Dagu Bluetooth Module](http://www.dagurobot.com/goods.php?id=128)
* [Sumobot jr (or similar) chassis](https://github.com/makenai/sumobot-jr)
* Motors
* Batteries

## Thanks
- @substack - and the [nodeschool.io](http://nodeschool.io/) team. This workshopper is based on [adventure](https://github.com/substack/adventure)
- @rwaldron @voodootikigod @rockbot and the rest of the [nodebots team](http://nodebots.io/core.html)
Brought to you by [@NodeBotsUK](https://twitter.com/NodeBotsUK)
