I designed and build an entire xyz microscope stage from scratch (see here). Therefore I needed an electronic kit to control stepper motors that moved the stage.

overview of the electronic kit

Overview of the kit.

The kit can move the stage by using a game pad or computer command line (and then LabView, Andor basic, Matlab and so on) and is very easy to use.

When steering the stage by a gamepad, the speed depends on how much the sticks are away from their middle position. Moreover, by pressing buttons it is possible to adjust position very preciselly and very conveniently. The kit has a LCD display that displays current position when gamepad is used. It is therefore very easy to go back to some previous position and to have general idea about actual position of the microscope relative to the sample.

To build the kit I used:

Everything nicely fits one of many available universal enclousures. You can see the internal elements on the picture below.

overview of the electronic kit

Internal components. Everything fits nicely in a universal enclosure

Below you can have another look at the components, this time disasembled. There are, from the left: Arduino Mega board, Reprap arduino shield, 3x Stepstick stepper motor drivers. Please notice that here I disassembled another set, with a standard arduino mega board - therefore no control by a gamepad in this setup, just control by a computer.

overview of the electronic kit

Internal components: Arduino Mega, Reprap sheld, 3x Stepstick.

The arduino sketch code for the electronic kit is available on github, so feel free to contribute there.