simplify wiring, keep right and left separated
[challenge-bot] / README.md
CommitLineData
b3053d46
WG
1# HBRC 2013 Challenge Robot
2
beb8c6bf 3## quickstart
4
5serial
6
7pushbutton
8
b3053d46
WG
9## Introduction
10
11For 2013, it is proposed that there be a "club bot".
12The goal is to learn from the 2011 "club bot" and
13improve upon it.
14
15Most introductory robots are "dead-end" robots that
16tend to strand people after they have the first
17few robot behaviors are implemented -- obstacle avoid,
18wall follow, line follow, don't fall off table, etc.
19
20One of the primary goals of the 2013 robot is to try
21to make it expandable from simple to more complex in
22reasonable incremental steps.
23
24The base is organized around 1in x 1in grid peg-board
25which is readily available from locations link Home
26Depot, Lowes, and lumber stores.
27
28There would be a variety of independent upgrades
29that could be done in whatever order the user
30feels inclined to use:
31
32## Basic Platform:
33
34The basic robot would be built in three phases:
35
a77b88c5 36### Phase 0: Arduino + Blinky LED's:
37### Phase 1: Build Robot Platform
38### Phase 2: Build TableTop Challenge Phase 1