back to menue

Simple STM32F042 based USB to DMX512 Interface

A simple and compact USB to DMX512 interface based on the STM32F042F6 microcontroller (20 pin TSSOP) is presented. The main intention for this project was to check out the DMX capabilities of STM32 microcontrollers.

DMX commands and power supply are provided via USB. It is seen by a host PC as a MIDI interface or as a virtual COM port.
Accordingly, DMX control is possible by MIDI messages as well as by ASCII text based commands. As a special case, the MiniDMX protocol is implemented, which is supported by a number of DMX control software, for example "DMXControl3".
A similar USB to DMX interface with the same command set but upgraded with DMX control by Art-Net via Ethernet is described at this website.

board assembly photo
Assembly of the simple STM32F042 USB to DMX interface (top and solder side view). Compact board size 43x30mm.

The USB interface is "full speed USB2.0" grade. The host sided USB class selection between MIDI and virtual COM port is made by a jumper on the SWD connector (may be extended to a switch). The 5V supply (total current no DMX load ca. 20 mA, with terminated DMX bus up to 50 mA) is scaled down by a linear low drop regulator to 3.3V which supplies the microcontroller.

In MIDI as well as in ASCII mode,

The MiniDMX protocol is well suitable for complex lighting operations controlled by special lighting software.

When USB works as virtual COM port, a special configuration mode is available to configure the basic MIDI channel and user specific USB Vid/Pid. The user setup is stored nonvolatile in the microcontroller flash.

Because no RS-232 interface is installed on the board, the board is programmed (and debugged) via SWD ("Serial-Wire Debug") interface, preferably with ST-LINK, which is connected to the 3 pin socket next to the USB connector.

The source code is quite well suitable as a template for further own development, especially concerning DMX and USB. It is programmed directly on register level, no external libraries or drivers are used.

A detailled construction- and operation manual is provided here (PDF file).

Downloads:
The subsequently downloadable material is copyrighted (c)2017-20 by Wolfgang Schemmert.
Assembly of the devices, programming and use of the software is permitted for free by everybody for any purpose ("freeware"). For commercial use, restrictions of third-party software contributors must be respected.
All information is based on best knowledge, but "as is" and without any warranty. Any responsibility is excluded. Use for dangerous, life-threatening and medical applications is forbidden.

PCB layout for the USB-DMX-F042 board
(1:1 TIF format, mirrored view "from component side" for PCB reproduction)

Firmware "usbdmx-f042.hex" for the STM32F042 based USB-DMX interface
(24 October 2021). Migrated from Embitz to Segger, reorganisation of ASCII command interpreter, improvement of lighting scene storage, bugfix panic switch, bugfix set DMX level by MIDI CC.

Source code "usbdmx-f042v5.zip" for the STM32F042 based USB-DMX interface
(state 24 October 2021) This source code is provided as complete "Segger Embedded Studio" project (ZIP file, 259 kB).
Parts published by Segger are under license of Segger&|Rowley, parts published by STM are under license of STM, parts programmed by me are provided under GNU GPL3 license.)


back to menue


* State of information October 2021.
* Right of technical modifications reserved. Provided 'as is' - without any warranty. Any responsibility is excluded.
* This description is for information only. No product specifications are assured in juridical sense.
* Trademarks and product names cited in this text are property of their respective owners.