vanvught / h3dmx512-zip

Images for Allwinner H2+/H3 DMX512 / RDM / Art-Net / sACN / USBPro / Pixel / WS28xx / TCNet / SMPTE
http://www.orangepi-dmx.org/allwinner-h3
MIT License
85 stars 13 forks source link

no output on opi_dmx4x #1

Closed wasn-eu closed 5 years ago

wasn-eu commented 5 years ago

hi

i have made an sd card with the latest files and connected the opi one to the opi-dmx4x board. But i get no output out off the dmx outs.

the first line of the oled is: Eth Art-Net 3 RDM_SPI

i have written output=dmx in the artnet.txt but that didnt help.

which jumpers do i have to set on the opi-dmx4x board? there a 3 for each dmx out which have to been set?

regards, Bjoern Bloehdorn

vanvught commented 5 years ago

Hi Bjoern,

The output= parameter in artnet.txt is not used in the dmx_multi version. The OLED should show -> Active Ports: 4

Please make sure you are using the uImage from -> https://github.com/vanvught/h3dmx512-zip/blob/master/opi_emac_artnet_dmx_multi.zip

The first line should show DMX or RDM only.

Please also check with your lighting software/console if the node is discovered.

img_2437

rewolff commented 5 years ago

The jumpers are for the bus-termination. For a first test with a short cable "no jumpers" is just fine.

wasn-eu commented 5 years ago

hi

i have flashed the sd card with the actual image and then copied the right files on the sd and renamed them, like described in the manual. DMXWorkshop discoverd the node.

the oled show Active Ports: 4 but still RDM_SPI in the first row.

i have a simple LED DMX Tester on the output but no led lights up like there is no signal on the xlr connectors.

wasn-eu commented 5 years ago

do i have to set all 3 jumper for each output to enable bus-termination?

vanvught commented 5 years ago

but still RDM_SPI in the first row.

That is pretty odd. The source code https://github.com/vanvught/rpidmx512/blob/master/opi_emac_artnet_dmx_multi/firmware/main.cpp#L181 prints "RDM" or "DMX" only.

Please also make sure that DMX Workshop is showing the "TRANSMIT" status.

knipsel

wasn-eu commented 5 years ago

i get this node list:

image

wasn-eu commented 5 years ago

when i disable RDM then the first row of the OLED end with DMX_SPI.

vanvught commented 5 years ago

There is "No net data", hence it is not transmitting DMX. Please make sure that the status is "TRANSMIT" for the port under test.

rewolff commented 5 years ago

For bus termination, add the middle jumper (3-4). The other two might help (but probably don't) if you're using RDM. I need to find time to test it myself or someone needs to tell me what works best.... Reports welcome: Things to try with RDM: add the 1-2 and 5-6 jumpers, no jumpers and third case: jumper 1-5 and 2-6 with a small patch-cable. Each of these with yes-or-no termination. Interesting to know if each of these three work for RDM and RDM discovery. Extra things to try: with or without termination for each option.

wasn-eu commented 5 years ago

just deleted the spiflash.txt file from the sd card and now the OLEDs first line ends with RDM. but still no output. dmxworkshop sends data but the LED Tester on the DMX Output is still dark. node list still is no net data

wasn-eu commented 5 years ago

ok deleting the artnet.txt helped.

vanvught commented 5 years ago

When DMX Workshop is showing "No net data" then the Art-Net node is not receiving a DMX universe for the defined ports.

Please make sure that DMX Workshop is showing the status 'TRANSMIT'

The spiflash.txt configuration file is used for copying the firmware into the SPI flash.

vanvught commented 5 years ago

ok deleting the artnet.txt helped.

Then the Art-Node will use the defaults -> http://www.orangepi-dmx.org/raspberry-pi-art-net-dmx-out/configuration

=> Universe 0

Note that DMX Workshop defaults to Universe 1

wasn-eu commented 5 years ago

now my artnet.txt look like:

`net=0 subnet=0 universe=0 enable_rdm=1

short_name=RSM ArtNet Node long_name=RayStream media ArtNet Node`

and now all is working.

thank you all for your great help