OnAir - Controll From OBS

by NoobNerd in Circuits > Microcontrollers

1164 Views, 8 Favorites, 0 Comments

OnAir - Controll From OBS

OBS - Das muss jeder Streamer haben. NodeMCU Tutorial
Schaltplan.png

Zuerst brauchen wir:

  • - NodeMCU (oder vergleichbares wie D1 mini…)
  • - WS2812B (ich habe bei mir 6 benutzt)
  • - Ein Gehäuse (Ich habe mir schnell eins Gedruckt)

Zuerst verbinden wir die WS2812B mit den Microcontroller (wie beim Schaltplan angegeben).

NodeMCU (D1…) - WS2812B

D4 - Din (Data-in)

3v3 - 5V

G (Ground / GND) - GND

Achtet dabei auf die Pfeilrichtung der WS2812b.

Englisch:

First we need:

• - NodeMCU (or comparable like D1 mini ...)

• - WS2812B (I used 6 on myself)

• - A housing (I quickly printed one out)

First we connect the WS2812B to the microcontroller (as indicated in the circuit diagram).

NodeMCU (D1…) - WS2812B
D4 - Din (Data-in)

3v3 - 5V

G (Ground / GND) - GND

Pay attention to the direction of the arrow on the WS2812b.

The Box

IMG_20210126_172242.jpg

Nun kleiben wie die LEDs (WS2812b) in ein passendes Gehäuse.

Ich nutze dafür ein selbst gedrucktes. Ihr könnt aber auch ein Bilderrahmen nutzen und die LEDs durchleuchten lassen.

Englisch:

Now stick like the LEDs (WS2812b) in a suitable housing. I use a self-printed one for this. But you can also use a picture frame and let the LEDs shine through.

Development

start.jpg
onair.jpg
off.jpg

Mit Arduino flashen wir die Software auf den Microcontroller.

Damit ist der Microcontroller ansteuerbar. Wollt ihr das nun mit den OBS machen, geht einfach wie im Video vor.

Englisch:

With Arduino we flash the software to the microcontroller.
The microcontroller can thus be controlled. If you want to do that with the OBS, just proceed as in the video.