|
_ |
2 channel DMX stepper motor control
With this circuit, two unipolar or bipolar stepper motors with a full-step angle of 1.8°, 7.5° or 18° can be controlled independently of each other with a resolution of 16bit. If using microstep drivers, four additional PWM channels are optionally available for dimming LEDs. A stepper motor controller consists of a DMX Transceiver, and either one ULN2803 driver - for unipolar steppers - or two L298 - for bipolar steppers - or two microstepping drivers like A4988 connected to its output. The stepper motors absolutely need a powerful power supply to prevent voltage drops at the Transceiver!
DMX Transceiver (Rev. 3.2)With this module, DMX data can be sent and received. However, due to using a microcontroller, this circuit is not ideal for beginners. The Transceiver is suitable for bidirectional communication (e.g. RDM according to ANSI E1.20) due to the complete connection of the RS485 converter. Industrial-quality circuit boards are available in the shop.
part list
As you can see, the circuit is quite simple: All the magic happens in firmware within the MCU (IC1). It is transferred to IC1 via the "ISP"port. The start address and special options (if any) are set via ADR. The LEDs serve as status indicators. The voltage regulator IC3 ensures a stable operating voltage of 5V. Q1 and C1,2 are needed for an operating frequency of 8MHz. The RS485 converter IC2 allows the MCU to communicate with the DMX universe. With the help of "Spare", various firmware options can be jumpered. Via A-Input, an analogue threshold value (e.g. for thermal protection) can be read. A supply voltage between 9V and 12V dc is connected to PWR. The DMX Transceiver itself requires <300mA. When selecting the power supply, all loads must be taken into account.
The transceiver is connected to the DMX bus as shown in the next diagram: Attention: Pin 3 of the XLR connectors is connected to the middle pin of the PCB connector!
Instructions for programming and selection of clock sources can be found under 'Resources'. After adjusting the fuse bits, the stepper firmware can be transferred to the DMX Transceiver. After a reference run to the home position, this firmware evaluates the next four channels after the start address and generates the associated step sequences.
The configuration of driver type, homing, accelerations and maximum angles - i.e. the travel range - is done either with the software for Windows in the archive, which generates a file for the EEPROM of the AVR. This file should then also be transferred to the transceiver. Alternatively, the configuration via DMX is possible with Spare3 jumpered:
A short setting of ch5 to 255 (flashing) saves the respective parameter into the EEPROM. Unipolar stepper motors are connected according to the following illustration:
Using bipolar stepper motors, a little more effort is required:
Alternatively, L293 D can be used in which the protection diodes are already integrated. Both circuits show only the connection of the first stepper - the second is connected in the same way via IN5..8.
Microstep drivers are to be wired according to its data sheet:
The transceiver provides the following signals: X-STEP= PA0; X-DIR= PA1; Y-STEP= PA2; Y-DIR= PA3. If the operating mode "A4988 + PWM" is selected, PWM signals for controlling LEDs are available at PA4 - PA7. The /Enable input of the driver is connected separately to GND. The microstep resolution is configured via the MS inputs.
If you require accurate positioning and repeatability you may not want to rely on mechanical end stops for homing. In that case you can connect limit switches or light barriers to Spare1 and Spare2. A LOW signal is interpreted as home position.
DebuggingThe ErrorLED should light up during start-up. A change in the relevant relevant DMX channels is acknowledged with a flashing of the green LED. An error is indicated by the ErrorLED flashing:
|