CategoriesArduino

Upgrade Jukebox lighting with Arduino & WS2812 Adresable led strip

I cleaned my Kotronic jukebox and now it’s time to give this an upgrade. I will leave all of the original electronics intact and still working but I will add the WS2812 led strip inside the bezels, top and centerpieces. these will be controlled using an Arduino to simulate the “bubbler” bezels from the original wurtzinger/rock-ola jukeboxes from the ’50s.

CategoriesHardware

DIY USB DMX Controller for under $10

The DMX protocol, widely used in lighting control systems, operates on the same communication standard as the RS485 protocol. This means that any RS485 USB converter can be repurposed to send DMX signals, allowing you to control DMX-compatible devices such as stage lights, dimmers, and other effects. By leveraging this compatibility, you gain a versatile and cost-effective way to interface your computer or lighting software with professional lighting equipment without the need for specialized, often expensive DMX hardware controllers.

Traditional DMX controllers tend to be costly, which can be a significant investment for hobbyists, small venues, or independent artists. This guide provides an alternative approach, showing you how to save money by using an affordable RS485 USB converter as your DMX interface. The money saved on expensive DMX controllers can instead be redirected towards enhancing your setup with additional hardware, such as a MIDI controller for your lighting software, offering more hands-on control and creative possibilities for your lighting projects.

CategoriesArduino

Arduino Composite TV output Shield

Shields are add-on boards designed to plug directly onto the Arduino’s main PCB, expanding its capabilities without the need for complex wiring or additional hardware. These shields can add everything from network connectivity and motor control to audio output and displays, making the Arduino platform incredibly versatile for a wide range of projects.

In addition to its usual input/output functions, the Arduino is also capable of generating a composite video signal, allowing you to display basic graphics or text on a standard TV using a simple yellow RCA video cable. In this guide, I’ll walk you through how I built my own composite video-out setup for the Arduino in under 15 minutes, using just a few basic components and minimal code.

CategoriesHardware

DIY USB DMX Interface for under 10$

The DMX protocol, widely used for controlling stage lighting and effects, is fundamentally based on the RS485 communication standard. This means that any standard RS485 USB converter can be repurposed to send DMX signals to compatible devices. By leveraging this compatibility, you can bypass the need for expensive dedicated DMX controllers and instead use more affordable, readily available hardware to manage your lighting setup.

Typically, DMX controllers come with a higher price tag, which can be a barrier for hobbyists or small venues. This guide shows you how to save money by using an RS485 USB converter as a cost-effective alternative. The funds saved can then be redirected towards enhancing your lighting control experience, for example by investing in a hardware MIDI controller to interface with your lighting software more intuitively and creatively.