Raspberry pi and artnet (DMX)

March 10, 2023, 23:01

that1lightingguy

I have a pi 3 B+ and a 3 A+ and was wondering how I could connect them to my unreal dmx console using artnet. I would like one of them to emit the solid colour received through the projector that is connected via hdmi.

andy_s

no, it cannot. But you can do this directly on your PC.

andy_s

without any capture card

andy_s

.mrlunk

that would be very impracticcal to use my PC 😉 but thanks !!

andy_s

that depends on what is the source. pico defo cannot handle image processing...

that1lightingguy

No, not like this. This is for a stage lighting project that needs to interface either with my laptop through dmx or using a StageCL lighting board.

andy_s

so what's gonna be the source?

andy_s

something sending to E1.31 ?

andy_s

<@1061458111082270860>

andy_s

so basically you want e1.31 receiver that drives LEDs ?

that1lightingguy

i will look further into it on monday when I can play with the soundboard again. Possibly what I am looking for. My laptop is being serviced right now so i cant really work on it.

that1lightingguy

yes. Except instead of driving led is emits the colour through the hdmi port on a pi

andy_s

aaaaaaaah now i understand. Visualiser.

andy_s

if i may ask, why would you utilize HDMI ?

that1lightingguy

so it interfaces with the projector to emit a solid colour

andy_s

but... wouldn't it be easier to get proper light beam ?

andy_s

easier and cheaper

andy_s

you know, those rotating effect heads

andy_s

that are specifically made for this exact purpose

that1lightingguy

Yeah, we have some of those but we need it to interface with a projector because our budget is stretched to the limit and we can't afford ore lights

andy_s

does not projector cost more?

that1lightingguy

The school already has like 50 just sitting in a closet

that1lightingguy

that are owned by the district

andy_s

oh wow

andy_s

in that case sure 🙂

andy_s

JFYI since it is single color (so you do not care about resolution), you might use composite out

andy_s

easily splitttable to multiple projectors

that1lightingguy

we could. I only have an hdmi cable thoguh. I have a vga adapter and the projectors are daisy chainabke through vga. (I am on my phone so sorry for my bad grammer)

andy_s

VGA... hmm... not sure pi supports usb2vga adapters

that1lightingguy

i mean like an hdmi to vga adapter

andy_s

well, that could in theory work.

andy_s

as for software, i am affraid you would have to write your own code

that1lightingguy

what language would I write it in. I am fluent in c# but not great at python

andy_s

then do so in C# 🙂

that1lightingguy

how would i run it on a pi though

that1lightingguy

Okay. then is there a simple library for hdmi out? is the a library that could be used for both a pi and a normal windows pc?

andy_s

hdmi out? that's just graphical output

that1lightingguy

Okay, would I be able to run like raspbian lite and it still work. My Pi is sort of slow.

andy_s

how come?

that1lightingguy

I don't know. I have a class 10 microsd card.

that1lightingguy

I have a 3b+ a 3a+ a Zero and a pico

andy_s

well...

andy_s

zero is only singlecore.

andy_s

pico is slightly™️ more powerful arduino

that1lightingguy

I also have an arduino but I like the form factor of the pico a bit better.