Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
infrastructure:audio-setup [2025/12/30 04:29] – add bluetooth diamondinfrastructure:audio-setup [2026/04/23 06:28] (current) diamond
Line 3: Line 3:
 ## Quick Start ## Quick Start
  
-To use the Android TV, switch the AV Receiver on and to `DVD / HDMI 1`. +Make sure the AV Receiver is on. It usually is. Make sure its source is set to `CD-R`. 
-  - Make sure the HDMI indicator on the AV Receiver is on and blue+- To use the Android TV: 
-  - Make sure the TV input is set to `HDMI 1`+  - Make sure the onn Box is on: if the LED in front of it is red, then it's off. Find its remote and turn it on
-- To use Bluetooth, switch the AV Receiver on and to `CD-R`. See [Connecting to Bluetooth](#connecting-to-bluetoothfor details+  - You can also optionally turn on the TV. Make sure it'set to HDMI 1. 
-- To use the media desk, switch the AV Receiver on and to `CD`+- To use Bluetooth, see [Connecting to Bluetooth](#connecting_to_bluetooth). 
-- To use the rally bar, switch the TV to `HDMI 2`Audio will go through the rally bar directly. +- To use the media desk
-  - Please change it back to `HDMI 1` after the meeting.+  - The mixer on the media desk should already be wired to the audio mixer
 +- To use the rally bar
 +  - Use the in-built speakersThe rally bar is not wired up to the AV system.
  
 ### Connecting to Bluetooth ### Connecting to Bluetooth
  
-We use a "UGREEN-BT505" as the Bluetooth receiver. To enter pairing mode, hold the middle button until the LED flashes red and blue. You should be able to find a Bluetooth device with this name after that.+We use a "UGREEN-BT505" as the Bluetooth receiver. Its controls are as following:
  
-This Bluetooth receiver can connect up to 2 devices simultaneously. If you're having issues with connecting to it, you might want to make sure that no one is connected to it. You can check by shutting off the receiver (hit the middle button once)turning it back on again, then retry.+- To turn it on, hold the top button. The LED light should come up. You'll also hear it saying "Powered on." 
 +- To turn it off, hold the top button again. 
 +- To enter pairing mode, double-tap the top button. **The LED light should be flashing red and blue.** You should be able to find a Bluetooth device with this name after that. 
 + 
 +This Bluetooth receiver can connect up to 2 devices simultaneously. If you're having issues with connecting to it, you might want to make sure that no one is connected to it. If you're unable to connecttry putting it into pairing mode and then reconnecting.
  
 ## Wiring ## Wiring
Line 25: Line 31:
     nodesep=0.5;     nodesep=0.5;
     ranksep=1;     ranksep=1;
-    +
     node [shape=box, style=rounded, fontname="sans", margin=0.2];     node [shape=box, style=rounded, fontname="sans", margin=0.2];
  
Line 33: Line 39:
     rally_bar [label="Logitect Rally Bar"];     rally_bar [label="Logitect Rally Bar"];
     av_receiver [label="A/V Receiver"];     av_receiver [label="A/V Receiver"];
 +    sub_amp [label="Subwoofer Amplifier"]
     bluetooth [label="Bluetooth Receiver"];     bluetooth [label="Bluetooth Receiver"];
     media_desk [label="Media Desk"];     media_desk [label="Media Desk"];
-    +    audio_mixer [label="Audio Mixer"]; 
 +    hdmi_splitter [label="HDMI Audio Splitter"]; 
     subgraph speakers {     subgraph speakers {
       label = "Speakers";       label = "Speakers";
-      +
       front_speaker_l [label="Front Speaker Left"];       front_speaker_l [label="Front Speaker Left"];
       front_speaker_r [label="Front Speaker Right"];       front_speaker_r [label="Front Speaker Right"];
-      small_sub [label="Small Subwoofer"];+      small_sub [label="Small Subwoofer (*)", style="striped"]; 
 +      jeremy_sub [label="Jeremy'Subwoofer"];
     }     }
-    +
     {     {
       rank=same;       rank=same;
Line 49: Line 59:
       front_speaker_r;       front_speaker_r;
     }     }
-    +
     { rank=same; tv; av_receiver; }     { rank=same; tv; av_receiver; }
  
     pc -> rally_bar [label="HDMI In"];     pc -> rally_bar [label="HDMI In"];
     rally_bar -> tv [label="HDMI 2"];     rally_bar -> tv [label="HDMI 2"];
-    av_receiver -> tv [label="HDMI 1"]; +    onn_box -> hdmi_splitter [label="HDMI"]; 
-    onn_box -> av_receiver [label="HDMI 1"]; +    hdmi_splitter -> audio_mixer [label="RCA"]; 
-    bluetooth -> av_receiver [label="RCA"]; +    hdmi_splitter -> tv [label="HDMI 1"]; 
-    media_desk -> av_receiver [label="RCA"]; +    audio_mixer -> av_receiver [label="RCA, CD-R"]; 
-    av_receiver -> small_sub [label="Amplified"];+    bluetooth -> audio_mixer [label="RCA"]; 
 +    media_desk -> audio_mixer [label="RCA"]; 
 +    av_receiver -> sub_amp [label="RCA, SW"]; 
 +    sub_amp -> jeremy_sub [label="Amplified"]; 
 +    av_receiver -> small_sub [label="Amplified, FL+FR"];
     small_sub -> front_speaker_l [label="Amplified"];     small_sub -> front_speaker_l [label="Amplified"];
     small_sub -> front_speaker_r [label="Amplified"];     small_sub -> front_speaker_r [label="Amplified"];
   }   }
 +
 </graphviz> </graphviz>
 ``` ```
 +
 +> **Note:** The small subwoofer is currently unused and only acts as passthrough. They'll stay until we need to move the speakers again.
 +