NGALAC/Subsystems: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
Line 97: Line 97:


=== OBS automation ===  
=== OBS automation ===  
[https://github.com/Palakis/obs-websocket OBS websocket plugin]
[https://github.com/Palakis/obs-websocket OBS Web Socket Plugin]


[https://github.com/KirillMysnik/obs-ws-rc web socket control API with Python support]
[https://github.com/KirillMysnik/obs-ws-rc obs-wc-rc - OBS Web Socket control API with Python support]


inputs -> Arduino <-> Serial port <-> streaming CPU <-> PySerial <-> obs-wc-controller <-> obs
inputs ->+ Arduino/[http://playground.arduino.cc/Code/CmdMessenger CmdMessenger] <-> Serial port <-> USB <-> streaming CPU <-> [https://github.com/harmsm/PyCmdMessenger PyCmdMessenger] <-> obs-wc-controller <-> obs
 
outputs <-+
 
[https://stackoverflow.com/questions/9344235/how-to-restart-program-automatically-if-it-crashes-in-windows Guardian Process] - Windows OBS restart automatically on fail strategy

Revision as of 17:43, 24 March 2018


Power

Streaming PC

BIOS setting for Auto-on with power-on (e.g. from switch)

Ngalac bios1.png


Ngalac bios2.png

Audio

Gainclones are a DIY version of a $3000 audio system called the GainCard.

NGALAC possesses a LM3886TF based dual supply amp which requires a split rail +28/-28 DC supply

Amazon Link

LM3886TF based gainclone amp


Example DIY circuits which are easy to build with clear instructions

Example Circuits

Snubbed regulated PSU

Example PSU design

DIY PSU price is very high, will compare to purchase options
Using computer PSU may be possible after boosting +/-12 to +/-28, however, current on -12V line may not be enough to rate maximum wattage


Possible DIY Design
Qty Short Name Price Part Link Part Total
1 Transformer Dual 28V secondaries $3.00 - $10.00 (based on current required) F56-220-C2 (e.g.) Digikey $10.00
16 Diode $1.00 MUR860 Digikey $16.00
4 Linear Voltage Regulator $2.10 LM338T Digikey $9.00
8 Rectifier Diode $0.20 LM4002 Digikey $1.60
4 1200uF Radial Aluminum Electrolytic Caps $1.00 - $6.00 (depending on current) EEU-FS1J102B Digikey $24.00
$10.00 Various Caps and Resistors (1W) * * * $10.00
Total $76.80

Controls

OBS automation

OBS Web Socket Plugin

obs-wc-rc - OBS Web Socket control API with Python support

inputs ->+ Arduino/CmdMessenger <-> Serial port <-> USB <-> streaming CPU <-> PyCmdMessenger <-> obs-wc-controller <-> obs

outputs <-+

Guardian Process - Windows OBS restart automatically on fail strategy