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

[268744]

The Head

 

The Head



The head consists of:

  • the RCX

  • a light sensor pointing upwards so that whatever's above it can be detected, either a black or white piece, or an empty position.

  • a magnet mounted on a chassis that can be raised and lowered to 'pull' the pieces around the board as the head moves

  • two touch sensors to detect when the edges of the playing area are touched - this helps keep the movement calibrated as the game progresses

  • a motor driving a worm gear that drives small gears on its base, enabling the head to crawl backwards and forwards along the tracks

  • a rotation sensor to measure the distance crawled.



  • The magnet chassis



    The magnet is mounted in a small construction that can slide up and down on axels to raise and lower the magnet.
    The motor turns a cam that pushes the magnet up.
    A small stop is built into the body of the head to prevent the cam turning too far; it turns just past the apex so that it doesn't get pushed back immediately, rather the motor has to be turned the other way.
    A rubber band ensures the head lowers when the motor turns.


    Show Topic: The Robot

    Next Page: Moving the head