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

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

Awesome Lists containing this project

README

          

# footballbot-workshop [![Dependency Status](https://david-dm.org/tableflip/footballbot-workshop.svg)](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
```

![workshop screenshot](https://raw.githubusercontent.com/tableflip/footballbot-workshop/master/assets/screenshot.png)

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

![footballbot](https://raw.githubusercontent.com/tableflip/footballbot-workshop/master/assets/footballbot.jpg)

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