Tiny Stepper Controller: Difference between revisions
No edit summary |
|||
Line 20: | Line 20: | ||
<br /> | <br /> | ||
=Hardware Controls= | |||
Direction and Step can either be controlled from Attiny85 mcu using jumpers on the board.<br /> | Direction and Step can either be controlled from Attiny85 mcu using jumpers on the board.<br /> | ||
DIL switch | Resolution of the step can be controlled with DIL switch.<br /> | ||
Two digital I/O available for external use (serial port/external sensors/ external switch/ i2c).<br /> | Two digital I/O available for external use (serial port/external sensors/ external switch/ i2c).<br /> | ||
Comes flashed with | Comes flashed with the basic default sketch to run the motor at various speeds.<br /> | ||
A short demonstration can be seen on [http://lechacal.com/stepper_control/stepper.webm this video] | A short demonstration can be seen on [http://lechacal.com/stepper_control/stepper.webm this video] |
Revision as of 14:48, 21 May 2014
Arduino Stepper Control Board
The tiny stepper controller is a controller board for stepper motor. It can be controlled manually (potentiometer and switches) and programmed with Arduiono IDE.
Technical Specifications
Stepper Motor driver board: A4988
Microcontroller: Attiny85.
Input Power: 30Volts Maximum.
Power Socket: 2.1mm Jack. Center positive.
Manual Control ready with:
- Potentiometer for speed.
- Push button for single step increment.
- Slider switch for direction selection.
Hardware Controls
Direction and Step can either be controlled from Attiny85 mcu using jumpers on the board.
Resolution of the step can be controlled with DIL switch.
Two digital I/O available for external use (serial port/external sensors/ external switch/ i2c).
Comes flashed with the basic default sketch to run the motor at various speeds.
A short demonstration can be seen on this video
Default Sketch
The default sketch loaded in the Attiny85 is a basic sketch to control the motor manually. The potentiometer will be use as speed control.
Direction will change every turn. However this can be overwritten by changing the jumper on the board.
i2c sketch
The two i2c pins of the Attiny85 are made available on the board to be controlled from a i2c master.