|
_ |
DMX Analyzer
In addition, the analyzer can transmit a DMX signal in order to test receivers such as dimmer packs or moving lights. In addition, the start address and the operating mode (personality) of RDM-capable devices can be set. The analyzer consists of a DMX Transceiver and a 4x20 char Text-LCD (HD44780 compatible). An encoder with push button is used as user interface: A short press confirms an entry. A long press returns to the previous menu. The behaviour is additionally controlled via the DIP switches: DIP1 activates the RDM function. If DIP2 is on, the Identify command is sent to the currently selected RDM device. If DIP3 is on, the device label is displayed instead of the RDM UID, if possible.
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 changing the clock source, the Analyzer firmware can be transferred to the DMX Transceiver.
LC-Display (HD44780 compatible)The LCD is connected to the output of the Transceiver using the following table. The pin assignment of the LCD can be found in its data sheet.
Push buttonsThe analyzer is controlled by a rotary encoder with a push-button that switches the SPARE inputs to GND:
How it works
|