It's IN the computer?

SenWerks - Stuff by Sen

Making, hacking, breaking, and sometimes fixing.


Arcade Macro Board for OBS

Since the coronapocalypse kicked in and we've all been isolated, I've been doing a lot of Jitsi meets with various groups of friends. We'll get togther for a video chat, and thanks to OBS (open source broadcasting software) we can do things like sharing our screens to each other with our webcam overlayed, or play a game and share that with each other, and lots more. In OBS you set up "Scenes", which are basically layouts of what you want to show each other. One might be your webcam view of yourself placed in the corner of a screen showing your coding IDE, so you can show code you've been working on. Another might be the screen showing a game you're playing. It's the software used by almost every single Twitch/YouTube streamer and live online show, and it's extremely powerful software considering it's completely free.

One thing that I've seen streamers do that I thought would also be useful for our private video chats is to buy a Stream Deck, which is a physical panel of buttons that let you quickly change Scenes in OBS without having to change back to your OBS window or fiddle with your mouse. It's a very handy piece of equipment, but considering i'm not a streamer and have no real intent to ever be one (I don't even like mirrors), I can't really justify forking out the cash for a product like that. So... we make one.

Arcade Macro Board

Arcade Macro Board Interior

Arcade Macro Keyboard

The below is pasted from this Github repository, so check there for code/etc: https://github.com/senwerks/arcade-macro-keyboard/

A macro keyboard made of arcade buttons. Acts like a normal USB keyboard, but each arcade button runs multi-key macros/shortcuts such as CTRL-ALT-SHIFT-1, which you can then map in OBS to any OBS function.

Example Use

I use it as a Stream Deck using OBS for Twitch/YouTube streaming and Jitsi video calls. I set the "keyCodes" in the code to numbers 1-7 (ASCII 49-55), and the modifiers to CTRL, ALT, and SHIFT. Pressing arcade button 1 then sends the macro CTRL+ALT+SHIFT+1 to Windows, which I have mapped in OBS to switch to Scene 1. Etc etc.

It will also work everywhere in your OS not just OBS/Jitsi/etc as it just acts like a standard USB keyboard inserting the shortcuts as though you yourself pressed it on your primary keyboard. You could use it to run macros/combos for your games, or for photo/video editing, or whatever you want.

Number of buttons doesn't matter, you can do more or less, as long as you have enough inputs and modify the code appropriately to add/remove them. Diagram below shows 8, but the code here is currently set up for 7 as that's all I ended up using.

Wiring Diagram

Arcade Macro Keyboard Diagram

Installation

OBS Hotkeys

Arduino

Want to use the Arduino IDE instead of VS Code? The .cpp file in /src should work fine as-is, or you can visit the Arcade Macro Keyboard Sketchbook on Arduino.cc to install the code directly from the browser to your Arduino Nano.

Early prototype with a 3D printed case:

Arcade Macro Board Prototype

Posted on in Projects with the tags: projects hardware 3dprinting software

Why does this website look so broken? It doesn't, it's perfect!

Best viewed in any browser