Skip to content
On this page

5.2.1 Turbine Photo Op

📝 Summary

This interactive experience allows visitors to press a button to trigger a turbine-themed audio-visual sequence. The system uses an Arduino-based controller to coordinate between audio playback, lighting effects, and control logic. The QSC Core 8 Flex manages audio routing and system control, while a Cue Server handles LED light activation. Once the sequence ends, the system resets and the button can be used again.

📦 Equipment

DeviceModelQuantityLocation
Synaccess IP PDUNP-02B1MDF Rack
QSC Core ProcessorCore 8 Flex1MDF Rack
QSC AmplifierCX-Q-4K81MDF Rack
QSC Surface SpeakerAD-S4T-BK4Local
QSC SubwooferAD-S.SUB-BK2Local
Arduino Interactive ControllerN/A1Local
Lighting ControllerEOS Cue Server1Local
Button TriggerN/A1Local

🎨 Renders

System Overview

🔌 Wiring Diagram

Wiring Diagram

🎛️ Controls

Controls

🛠️ Operation

  1. The system will come on automatically based on a global schedule, or you can override it using the control tablet.
  2. Visitor presses the Turbine button.
  3. Arduino sends UDP "TurbinePlay" to QSC Core to start turbine audio.
  4. Simultaneously, Arduino sends UDP to Cue Server to flash LED light above the turbine.
  5. Once audio finishes, QSC Core sends UDP to Cue Server to stop LED flash and to Arduino to re-arm the button.
  6. System is ready for the next interaction.

🧰 Maintenance

  • If button presses do not trigger the sequence, verify Arduino power and network connection.
  • Check Cue Server status if LED light does not flash.
  • Test audio output via QSC Core web interface if sound is missing.

⚙️ Configuration

Applications Used

  • Q-SYS Designer — Used to configure QSC Core 8 Flex for audio playback, UDP triggers, and sequence control.
  • EOS Cue Server Config Tool — Used to set and adjust macro numbers for LED flash control.
  • Arduino IDE — Used to program button logic and UDP messaging.