A cheap stage lighting solution featuring the raspberry pi zero

Поділитися
Вставка
  • Опубліковано 18 вер 2024
  • I was looking for an affordable way to convert Artnet to DMX for my cheap stage lights.
    And I think I've found it, with the help of one of the cheapest single board computers - the Raspberry Pi Zero
    Here's the resources I referenced to get this done:
    www.instructab...
    www.openlighti...
    www.qlcplus.org/
    en.wikipedia.o...
    en.wikipedia.o...
    www.raspberryp...
    www.raspberryp...
    RS485 module (search link): pileofstuff.ca...
    -----
    My tip jar: / pileofstuff
    My other tip jar (channel membership) : / @pileofstuff
    Buy me a coffee (or a beer): ko-fi.com/pile...
    If you are OK with me getting a commission on your purchases, feel free to use my affiliate links:
    Ebay: ebay.to/33IF7PA
    Banggood: pileofstuff.ca/...
    Some other links to products may be affiliate links
    odysee.com/@pi...
    #ElectronicsCreators
    -----
    This isn't the only way to do it.
    It's probably not the best way to do it.
    But it's how I did it.

КОМЕНТАРІ • 16

  • @wrxs1781
    @wrxs1781 5 днів тому +1

    A nice project, something I will never use but good information.

  • @gydo1942
    @gydo1942 5 днів тому +1

    If you wanted, you could also add serial ports to the Pi with cheap usb UART boards (FTDI etc). Maybe put a USB hub in between, that'll get you quite a few ports.

  • @jyvben1520
    @jyvben1520 6 днів тому +1

    nice demo, could even have the zero/max in the dmx led case. no dmx connector.

  • @frankowalker4662
    @frankowalker4662 6 днів тому +2

    Cool little lighting project.

  • @DogRox
    @DogRox 6 днів тому +2

    Wow that's cool! I wish they'd had that back in the eighties when I was in a band.:-) we were doing things manually with homemade footswitches because the sun lighting boards were really expensive! :-)

    • @pileofstuff
      @pileofstuff  5 днів тому

      Memories of doing that had been a lot of my motivation for this kind of tinkering.

  • @liveartrainbow
    @liveartrainbow 5 днів тому +1

    Thank you for sharing

  • @martinbaines3719
    @martinbaines3719 5 днів тому +3

    QLC+ is pretty much unlimited universes - you can add more than the 4. It's also a good idea to add some isolation between the lighting and the device to prevent faulty lights frying your controller, or worse, your controller frying some expensive lights.

    • @pileofstuff
      @pileofstuff  5 днів тому +1

      True, an opto-coupler stage would be a good addition.

  • @onecircuit-as
    @onecircuit-as 7 днів тому +1

    Excellent project! Great work. 👍😀

  • @barryward6769
    @barryward6769 5 днів тому

    You don't really get 512 channels, but only 511 per universe. Channel 0 is reserved for future expansion (but never used that I have seen). I learned this a few years ago when I was doing a project at church. We had installed 2 moving head spotlights (PTZ and dim), and I wanted to link then to both track a person walking anywhere in the sanctuary. A little math for the code, but I did my own DMX coding. The hardest part was getting the burst code before transmitting the DMX code at 250kHz. I ended up doing this by putting the baud rate at 25k instead of 250k and sending 1 byte of all zeros. Works well. Feel free to contact me if you want more info on my project (I have since included a PTZ camera so you can see where the movers are pointed even if you can't see the area).

  • @tinygriffy
    @tinygriffy 5 днів тому +1

    WLED supports DMX (over wifi).. you could make it wireless and you'd need just an ESP32 controlling a light and a computer with light control (plus) in the same network, nothing more.. :) 🙈
    I set this up a couple month ago but didn't really wrap my head around the DMX software, qlcplus in my case.. there was also ledfx-git or ledfx-cc-bin to tinker around with.

    • @pileofstuff
      @pileofstuff  5 днів тому +1

      There's plenty of different ways to get to the same place.

  • @benveasey7474
    @benveasey7474 5 днів тому +2

    Very cool. Would it be much work to somehow save a show (lights synchronised to a music track), saved onto some sort of memory with the PI in your box? And could that show be updated over your wifi? And the show could be on a schedule (i.e. a yearly calender with start/stop times on set days etc.?)

    • @pileofstuff
      @pileofstuff  5 днів тому +1

      Not sure. There are some command line controls built in, so you might be able to script it in python or bash on the PI, but I haven't explored that stuff.