Meeting Room System

From PS:1 Wiki Dev
Revision as of 16:22, 14 March 2026 by Folf (talk | contribs) (Computer)
Jump to navigationJump to search

Overview

The Electronics area has a teleconferencing system installed in it. Very roughly, it consists of a Shure ceiling microphone, Biamp digital signal processor (DSP), Logitech Rally camera, and other assorted accessories. This provides a high-quality camera and microphone available over USB to a dedicated computer used for video conferencing. This system is platform-agnostic, so it can be used with Discord, Zoom, Teams, Webex, etc.

PoC for design/troubleshooting: Natalie Moore

Diagram

[TBD]

Audio

Ceiling Microphone

The ceiling microphone is a Shure MXA910. It provides 8 individual lobes available via Dante, powered by PoE. It has two separate IPs, one for the Dante audio stream and one for control/management; however they both ride over the one Ethernet connection to the switch.

  • Control IP: 10.100.15.5/26
  • Dante IP: 10.100.15.6/26
  • Switchport: 30

Digital Signal Processor

A Biamp Tesira Server-IO is used as the DSP. It provides various effects and processing to the incoming audio streams, and combines them for the main output to the conferencing computer.

The Tesira has two discrete network connections - one for Dante, and one for control. Unlike the ceiling mic, they are on separate RJ-45 connectors.

  • Control IP: 10.100.15.68 / switchport 32
  • Dante IP: 10.100.15.5 / switchport 31

DSP file can be found at [PROVIDE AFTER CX]

Effects

The DSP provides:

  • EQ and compression for all 8 ceiling microphone lobes
  • Acoustic echo cancellation (AEC) for all incoming microphones. This will "subtract" the audio getting sent through the speakers in the room from the microphones to prevent remote participants from hearing themselves speak through the room.
  • Gated mixer to only allow up to two microphone lobes to be activated at once (possible # lobes active == [0-2]). Only lobes with a strong enough signal will be allowed in.

Connections

The audio connections on the rear of the Tesira follow a standard color code. Green is audio input, orange is AEC input, and black is audio output.

  • Port 1-1: AEC Ref L (from projector)
  • Port 1-2: AEC Ref R (from projector)
  • Ports 1-3 thru 2-4: Reserved (internal acoustic echo cancellation engine is used for ceiling microphone)
  • Other Ports: Unused
  • Port 10-1: To PC L
  • Port 10-2: To PC R

Video

Camera/video is provided by a Logitech Rally camera using the Logitech power/data combiner (12v power + USB 3 over USB-C).

Computer

Powered by an Intel NUC on permanent loan from User:Folf, located in the Server Room

Specs:

  • Model: NUC7i3BNH
  • CPU: i3-7100U
  • RAM: 4GB
  • Storage: 512GB M.2
  • OS: Windows 11