Null's Light Project

Null

Ooperator
kiwifarms.net
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).

2. There are ways to compile Rust to firmware for the Arduino, so I'll be using Rust.

3. OBS has Websockets.

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.
 
How do you want to do this? One program talking to OBS on the pc which is also talking to the Arduino through serial?

I don't why you want to torture yourself with some special snowflake setup for your first project. The code is gonna be something like 20 lines. Just use the official IDE. You can still use whatever for the PC side.

Also you fucked up by buying the expensive official kits instead of a knockoff from Ali.
 
How do you want to do this? One program talking to OBS on the pc which is also talking to the Arduino through serial?

I don't why you want to torture yourself with some special snowflake setup for your first project. The code is gonna be something like 20 lines. Just use the official IDE. You can still use whatever for the PC side.

Also you fucked up by buying the expensive official kits instead of a knockoff from Ali.
I wouldnt trust plugging anything from Ali into my PC.
 
  • Thunk-Provoking
Reactions: Dork Of Ages
>arduino

Lmao, I forgot this shit existed!

Why not use a RaspberryPi Zero for this though? It's been a while since I touched one, but I remember everything about it being nearly idiot proof with tons and tons of documentation. Also it's much cheaper.
 
  • Thunk-Provoking
Reactions: Dork Of Ages
Raspberry Pi (and even an Arduino) is a bit much for just controlling a multicolor LED. Something like this can be used instead, so you don't have a rat's nest of wires on a breadboard which makes it a bitch to troubleshoot.

Edit: Square one may be a better fit, even has an enclosure and all.
1660163136461.png
 
Raspberry Pi (and even an Arduino) is a bit much for just controlling a multicolor LED. Something like this can be used instead, so you don't have a rat's nest of wires on a breadboard which makes it a bitch to troubleshoot.

Edit: Square one may be a better fit, even has an enclosure and all.
View attachment 3585742
yeah but you lose the fun of a diy project you design and build yourself.


it does seem to me that in these types of discussion it seems common for autist to forget this aspect and just dick wave about which ready made product op could buy instead. (not saying this is specifically what you are doing, just more an observation in general)
 
Back