- Joined
- Nov 14, 2012
I stream. Frequently, I mute my mic and don't realize it. To fix this, I want something which lights up when I am streaming and muted. I have resolved to actually make this a reality because it seems fun.
1. I've bought this. It arrives Friday (probably won't be useful to me on that stream).
store.arduino.cc
2. There are ways to compile Rust to firmware for the Arduino, so I'll be using Rust.
github.com
3. OBS has Websockets.
github.com
There's a bunch of LEDs included and a breadboard, so my basic idea is this:
- Mutlicolor LED + White LED
- Both on and white when OBS detected but not recording.
- Multi set to yellow when recording off-line, red when streaming&recording, blinking red when streaming without recording (I sometimes forget to record, but I should always be recording when live).
- White steady only when on but not recording. Off when recording + unmuted. Blinking white when recording + muted.
I've never done anything like this before btw.
1. I've bought this. It arrives Friday (probably won't be useful to me on that stream).

Arduino Starter Kit Multi-language
Quickly and easily get started with learning electronics using the Arduino Starter Kit, which have a universal appeal to STEM fans at home, businesses in STEAM industries, and schools alike. No prior experience is required, as the kits introduce both coding and electronics through fun, engaging...

2. There are ways to compile Rust to firmware for the Arduino, so I'll be using Rust.
GitHub - Rahix/avr-hal: embedded-hal abstractions for AVR microcontrollers
embedded-hal abstractions for AVR microcontrollers - GitHub - Rahix/avr-hal: embedded-hal abstractions for AVR microcontrollers
3. OBS has Websockets.
GitHub - obsproject/obs-websocket: Remote-control of OBS Studio through WebSocket
Remote-control of OBS Studio through WebSocket. Contribute to obsproject/obs-websocket development by creating an account on GitHub.
There's a bunch of LEDs included and a breadboard, so my basic idea is this:
- Mutlicolor LED + White LED
- Both on and white when OBS detected but not recording.
- Multi set to yellow when recording off-line, red when streaming&recording, blinking red when streaming without recording (I sometimes forget to record, but I should always be recording when live).
- White steady only when on but not recording. Off when recording + unmuted. Blinking white when recording + muted.
I've never done anything like this before btw.