Stepper UNO v1.0: Difference between revisions

From lechacal
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:


Based on the pattern of the arduino UNO it is designed to host a LCD keypad shield. This combination makes the stepperUNO an excellent board for application control.
Based on the pattern of the arduino UNO it is designed to host a LCD keypad shield. This combination makes the stepperUNO an excellent board for application control.
The software works exactly as an Arduino UNO.


===Specifications===
===Specifications===
Line 15: Line 17:
- 1 Potentiometer control<br>
- 1 Potentiometer control<br>
- 6 push buttons.<br>
- 6 push buttons.<br>
===Motor Control===
The stepperUNO can communicate with any stepper driver. A generic connector is available. Alternatively the A4988 driver can be integrated on the board itself.
For each motor there is a dedicated Attiny85 MCU. The ATtiny85 communicates with the main Atmega328 MCU via i2c.
===User Control===
The well known LCD keypad shield is used. It uses the usual LiquidCrystal library to display informations.
From the LCD keypad six push buttons are available. We have rerouted the reset button as a normal function button. A library for programming them easily should be released soon.
The potentiometer is available for linear controls such as speed.
===Enclosure===
The full combo StepperUNO/keypad shield can sit in a basket enclosure. This can be mounted on aluminium profile or other support.





Revision as of 20:13, 8 October 2015

coming soon.... very soon.

The StepperUNO is a stepper motor control board for standalone system.

Based on the pattern of the arduino UNO it is designed to host a LCD keypad shield. This combination makes the stepperUNO an excellent board for application control.

The software works exactly as an Arduino UNO.

Specifications

- 2 Motor control output (Generic or embedded A4988 drivers)
- 4 Digital Input/Output
- 2 Analog Input (can be used as digital I/O)
- 1 USB port
- 1 Power port (2.1mm Jack)
- 1 Potentiometer control
- 6 push buttons.

Motor Control

The stepperUNO can communicate with any stepper driver. A generic connector is available. Alternatively the A4988 driver can be integrated on the board itself.

For each motor there is a dedicated Attiny85 MCU. The ATtiny85 communicates with the main Atmega328 MCU via i2c.

User Control

The well known LCD keypad shield is used. It uses the usual LiquidCrystal library to display informations.

From the LCD keypad six push buttons are available. We have rerouted the reset button as a normal function button. A library for programming them easily should be released soon.

The potentiometer is available for linear controls such as speed.

Enclosure

The full combo StepperUNO/keypad shield can sit in a basket enclosure. This can be mounted on aluminium profile or other support.