Andy's LEGO® Mindstorms® Page
About this site
  
What's New?
  
Standard Disclaimer
Quite C
  
Francesco Ferrara
  
Getting Started
  
Installing Quite C
  
Compiling a project
  
Sample Code
Chess
  
The Robot Chess Project
  
Programming Chess
  
First Attempt
  
Version 0
  
Version 1
  
The Program
  
The State of Play
  
The User Interface
  
The Move Generator
  
The Move Applier
  
The Rating Algorithm
  
The Search Algorithm
  
Putting it all together
  
The Robot
  
The Head
  
Moving the head
  
Movies
  
Downloads: Source Executables, MLCad Models
4-in-a-Robot
  
4-in-a-Robot - the Robot
  
The 4-in-a-Robot Base
  
The 4-in-a-Robot Delivery Mechanism
  
The 4-in-a-Robot Controller
  
4-in-a-Robot - the Code
  
The 4-in-a-Robot Algorithm
  
The 4-in-a-Robot Control Programming
  
The 4-in-a-Robot Robot-less version
  
Installing 4-in-a-robot
  
Playing the robotless 4-in-a-robot
  
View the source code
Speech
  
The problems with speech
  
Sounds familiar
  
H8 Timers Background
  
Trial and Error
  
Volume Zapper
  
Actually Speaking
  
Speak.c - the code
  
The VB code generator
Some ideas for the future
  
Room positioning robot
  
Neural Net Bot
  
Pianola
  
Text to speech
LEGO® Mindstorms® Links

[268703]

The 4-in-a-Robot Delivery Mechanism

 

The Delivery Mechanism


The robot has an extended arm, attached to which is the delivery mechanism. This rests upon the top edge of the 4 in a row set and delivers counters to the correct position on the board one at a time.

The counters are stacked alternately red/yellow on the chute, and when the delivery mechanism motor is switched on, a pole pushes the lowest counter onto a slide, and it slides down into the board.

It was extremely fiddly to get the slide to consistently deliver counters without them jamming, but by trial-and-error I managed to get it to work by using some smooth pieces to make sure the counters are in the right position.
The motor proved too heavy to have on the delivery mechanism itself, so it's positioned further down the arm, and provides torque to the delivery mechanism using a cam-shaft.

The delivery mechanism balances on the egde of the board, and the base of the mechanism slides along the top of the board. I originally tried using wheels, but these would fall off the edges. The side has a little bit too much friction to be perfect, but the base is heavily geared down and uses caterpillar treads so it manages to move OK.

Finally the delivery mechanism was strengthened to ensure it didn't fall to pieces halfway through a game!

The delivery mechanism (rear) showing the pusher deviceThe delivery mechanism (side)

The delivery mechanism (front) showing the stack of counters (alternate red-yellow)


Back to: The 4-in-a-Robot Base

Show Topic: 4-in-a-Robot - the Robot

Next Page: The 4-in-a-Robot Controller