TourRobot: Difference between revisions

From Nottinghack Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:


Arduino Pins
Arduino Pins
Digital:
Digital:
0 -> Rx
0 -> Rx
1 -> Tx
1 -> Tx
2 -> Motor 1 Forward
2 -> Motor 1 Forward
3 -> Motor 1 Backward
3 -> Motor 1 Backward
4 -> Motor 2 Forward
4 -> Motor 2 Forward
5 -> Motor 2 Backward
5 -> Motor 2 Backward
6
6
7
7
8
8
9
9
10
10
11
11
12
12
13
13


Analog
Analog
A0 ->
A0 ->
A1
A1
A2
A2
A3
A3
A4
A4
A5
A5





Revision as of 20:01, 27 November 2013

TourRobot
[[{{{image}}}|border|frameless|220px|center]]
Primary Contact Matt Little
Created {{{created}}}
Completed {{{completeddate}}}
Dormant {{{dormantdate}}}
Version {{{version}}}
Members {{{members}}}
Manufacturer {{{manufacturer}}}
Model {{{model}}}
Location [[{{{location}}}]]
GitHub / Repo {{{repo}}}
Status {{{status}}}
Type Undefined
Live Status {{{livestatus}}}
QR code

Giving tours around the hackspace takes time and effort. So the obvious solution is to build a robot to do it. Here are the details and build log.

Start 27/11/13 Basic base is the blue robot from Real Robots Magazine. I got this from a car boot sale and, at the first Arduino 101 day I fixed my arduino base to the robot.

The Arduino is a Duemilanova with an ATMega328. I might updrage to an Uno if needed.

The motor control unit has been left in to power the motors.

An audio module MOD-1007 from Embedded Adventures has been added for the tour audio.


Arduino Pins

Digital:

0 -> Rx

1 -> Tx

2 -> Motor 1 Forward

3 -> Motor 1 Backward

4 -> Motor 2 Forward

5 -> Motor 2 Backward

6

7

8

9

10

11

12

13


Analog

A0 ->

A1

A2

A3

A4

A5