davidbuckley.net
home  >  Zeaker  >  28 September 2006
Zeaker

Sinclair User February 1983
magazine cover

Stephen Adams reviews a remarkable little machine from Colne Robotics which could help in writing programs

Inexpensive maths aid goes into production for ZX-81

THE ZEAKER is an electronic device controlled by a ZX-81 through a 2-metre long cable. It consists of a black box with wheels on either side and four sensors mounted on each corner. The motions of each of the wheels can be turned on and off under program control, so that it can be steered by the computer in much the same way as a tank. The motors can also be programmed to go forward and reverse, so that the Zeaker can retract from a wall.

The sensors can be used to detect obstructions around the Zeaker. The sensors consist of metal plates which are curved around each corner of the Zeaker and spring-loaded so that it is held away from the box.

Fixed to the box under the plate are two adjustable metal stubs which form the other half of the switch. When the Zeaker hits an obstruction the metal plate touches the metal stub on that side of the corner and completes the circuit. That can be detected by the computer by PEEKing a location in memory. There are four corners, each having two sensors, one on each side of the corner beneath the metal plate, making eight sensors in all.

The Zeaker also contains a loudspeaker which is connected to two oscillators inside the interface box. They produce a two-tone horn -which can be switched on and off under program control to indicate obstructions and turning.

There are also three LEDs mounted on top of the Zeaker. Two of them can be turned on under program control and the third is used to indicate that the pen, which is underneath the Zeaker, is in the down position. The pen is the really important part. It turns it into a turtle-type creature which can be used by teachers to describe mathematics to children in a visual way. The pen is operated by a solenoid mounted in the body of the Zeaker which is lowered under the command of the ZX-81. It consists of a cut-down ball-point refill and so is simple enough to replace when it runs out. The pen can be used to follow the motion of the animal and can be raised and lowered at any time.

A program usually associated with drawing by computers through a programmed device like the Zeaker is called Logo. Although not available on the ZX-81, a similar set of commands is available via a program on tape with every Zeaker. The Zeaker can learn a set pattern and with its pen in tow can repeat that pattern at any time.


'The Zeaker can learn a set pattern and with its pen can repeat that pattern'

If that pattern is the result of a formula or program, the results can be illustrated graphically by running the Zeaker over a large sheet of paper and watching the results. If there is a bug in the program the place where it appears will be shown by the trace; thus it is a very simple method of getting children - and I suspect even adults - to program a computer and see if the answer is correct. If the answer is incorrect the trace will give the exact position of the error, so that it can be corrected easily.

The program in Basic is used to POKE and PEEK at a memory location where a port has been inserted. The demonstration model was running on a Technomatics port but, being Basic, the port used could be any memory-mapped port which provides two eight-bit ports, one input and one output.

The port is not included in the price of the Zeaker and Technomatics is understood to have ceased production of the port. That should not affect Zeaker users, as Colne has said that it will undertake to supply a similar port at the same price.

The port presents the user with two 16-pin DIL sockets which provide the interface box containing all the electronics and power supply, with eight wires for input, eight wires for output to the Zeaker, plus 0V and +5V connections to the computer.

The interface box contains the motor control circuitry for forward and reverse, as well as on and off for both the motors inside the Zeaker. It also contains protection circuitry so that it cannot be programmed to go in two directions at once. The interface box is between the port which is attached to the expansion port of the computer and the Zeaker and is connected to both via ribbon cables. The ribbon cables are two metres long and so allow the Zeaker to roam from the ZX-81. Both ends are terminated in two 16-pin DIL plugs so that they fit into the sockets on the top of the Zeaker and the port.

The interface cables to the port would have to be altered if a different port was used but Colne says it could provide a set of cables for commonly-used ports. The connections, however, will be listed in the manual so that they can be changed over easily.

The Zeaker is available as a kit, as well as ready-built, as is the interface box. The two are available together as one package. Construction should not be difficult. The manual includes the circuit diagram, port description - for those who want to use another one -and details of the control codes used. The principles of operation also include tips on how to write your own programs, as well as describing the ones provided.

Two 1K programs provide a demonstration of random action of the Zeaker and a 'learning phase', one which allows you to enter a few commands telling where to go. Two 16K programs are also included - they should take up only about 8K, in fact - and once again demonstrate random action, plus a learning function.

The learning function is much more comprehensive than on the 1K machine in that it will allow you to use letters of the commands to program the action of the Zeaker. The basic functions will be F(forward), B(backward), L(Left), R(Right), PU(Pen Up) and PD(Pen Down). Those letters are accompanied by a number describing how many steps are to be done under each command.


'The Zeaker with interface and port is robust and very simple to use'

The commands are combined into a string and then the Zeaker is asked to execute the set of commands, which may also be given a name and the ZX-81 told to execute name. That leads to programs made up of a series of command words like box and triangle. To test one of the programs before trying it on the computer, a child can be asked to go through the same series of steps, imitating a Zeaker, to check that the program which has been written can be understood.

Schools and colleges have not generally accepted this method of demonstrating computers because of the previous cost of a few hundred pounds each. Now that the cost of microcomputing power is down to £49.95, Colne has produced this version which will sell at £59.95 as a kit or £69.95 assembled. Remember that does not include the cost of the port required to run it - it cannot be connected directly to the ZX-81 expansion port. The price includes the interface box, the Zeaker and power supply. A port can be supplied at approximately £13.

The size of the Zeaker is 5½in. X 5in. x 2in. and it has four ZX-81 programs in Basic. The interfaces and programs could be adapted easily to most computers with a user port.

The Spectrum, Sinclair says, will soon have a version of Logo written for it as part of the package offered under the schools scheme. As there are already ports available for the Spectrum and the Spectrum Basic is ZX-81-based there should be no difficulty using it on either machine - using IN and OUT instead of PEEK and POKE.

The Zeaker and interface box, along with the port, was demonstrated by the company for Sinclair User and is robust and very simple to use. Colne Robotics Ltd is at Twickenham.



Sinclair User
February 1983