Custom Electronics And LED Panels Brighten Up A Nightclub

ledPanels

When [Robert] is presented with a challenge, he doesn’t back down. His friend dreamed of reusing some old LED panels by mounting them to the ceiling of the friend’s night club. Each panel consists of a grid of five by five red, green, and blue LEDs for a total of 75 LEDs per panel. It sounded like a relatively simple task but there were a few caveats. First, the controller box that came with the panels could only handle 16 panels and the friend wanted to control 24 of them. Second, the only input device for the controller was an infrared remote. The friend wanted an easy way for DJ’s to control the color of the panels and the infrared remote was not going to cut it. Oh yea, he also gave [Robert] just three weeks to make this happen.

[Robert] started out by building a circuit that could be duplicated to control each panel. The brain of this circuit is an ATtiny2313. For communication between panels, [Robert] chose to go with the DMX protocol. This was a good choice considering DMX is commonly used to control stage lighting effects. The SN75176 IC was chosen to handle this communication. In his haste to get this PCB manufactured [Robert] failed to realize that the LED panels were designed common cathode, as opposed to his 25 shiny new PCB’s which were designed to work with a common anode design. To remedy this, he switched out all of the n-channel MOSFET with p-channel MOSFET. He also spent a couple of hours manually cutting through traces and rewiring the board. After all of this, he discovered yet another problem. The LED’s were being powered from the same 5V source as the microcontroller. This lead to power supply issues resulting in the ATtiny constantly resetting. The solution was to add some capacitors.

Click past the break for more on [Robert’s] LED panels.

As for software, [Robert] completely filled the ATtiny’s memory. He used three channels to control red, green, and blue. He added a fourth channel to control pre-designed animation effects such as fading, strobe, and random color. The DIP switches are normally used to set the address of the panel, but there is a second option to put the panel into standalone mode. In this mode, the switches are used to program the panel to perform specific effects with no DMX controller required.

Now that the panels were all designed and functioning, [Robert] still needed a way to control them. He used the laser cutter at Shackspace hackerspace to design the actual panel face and then mounted a bunch of buttons, switches, and potentiometers to it. All of those things were connected to a Teensy3 using perfboard and a hand wired circuit. Another SN75176 IC was used for the DMX communication from the control panel. The control panel allows the DJ to change between different pre-built animation effects, color effects, and also change the speed of the animations to match the speed of the music.

 

8 thoughts on “Custom Electronics And LED Panels Brighten Up A Nightclub

  1. After reading about first mistaking the CC panels to be CA, and then failing to properly separate the VCC for the panels from the microcontroller I had to look at the caption one extra time to this this was not a fail-of-the-week -post. :-) But since it ended up as a successful project in the end I suppose it doesn’t belong there…

    The end result looks cool.

  2. Looks cool, and certainly better than I can do….but

    There are hundreds of dmx controllers on market. After getting these panels to speak dmx he should have incorporated an off the shelf board to control them. This would allow his friend to add additional lights and dimmers using the same controller.

    DJs are used to the light boards in use at most dance clubs and the learning curve would have been a snap.

    At least he didn’t use 10VDC controls from the good old days of lighting. I get nauseous just thinking about those pain in the ass Cinch Jones 10 pin connectors.

    1. The trick was to build an easy to use dmx controller because the club unten features young or unexperienced djs. Also, professional panels are expensive, especially if they have the capability to drive matrix displays. This build was only about 50 bucks, including laser time.

      1. Love your work mate!

        I’m close finishing one of my RGB led DMX project, which I started doing after reading one cool looking article here on hackaday .
        ( http://hackaday.com/2013/10/31/light-controller-goes-overboard-for-halloween/ )

        I have done slight alterations to the original pcb design, biggest being that I can drive 8 RGB led fixtures instead of 6, but I also did ran into some problems caused by silly mistakes during the designing phase.

        I have successfully driven them with USART with vixen 3 and I am right now at the time of writing this adding them to be DMX compatible. So I can start controlling them with real DMX software like freestyler, sunlite suite etc…

        1 question though, what cables with what connectors are running between the modules, twisted pair cables with XLR5s? I’m running ethernet cables and RJ45s.

      2. Love your work mate!

        I’m close finishing one of my RGB led DMX project, which I started doing after reading one cool looking article here on hackaday .
        ( http://hackaday.com/2013/10/31/light-controller-goes-overboard-for-halloween/ )

        I have done slight alterations to the original pcb design, biggest being that I can drive 8 RGB led fixtures instead of 6, but I also did ran into some problems caused by silly mistakes during the designing phase.

        I have successfully driven them with USART with vixen 3 and I am right now at the time of writing this adding them to be DMX compatible. So I can start controlling them with real DMX software like freestyler, sunlite suite etc…

        1 question though, what cables with what connectors are running between the modules, twisted pair cables with XLR5s? I’m running ethernet cables and RJ45s.

Leave a Reply to RobertCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.