Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 3.32 KB

README.md

File metadata and controls

40 lines (33 loc) · 3.32 KB

OpenTally Icon Open Tally USB Client

Project Overview

This project utilizes a Windows app called OpenTally (get it from here: https://github.com/mattv8/open-tally), OBS websocket plugin (get it from here: https://github.com/Palakis/obs-websocket), an Arduino Pro Micro, WS2812 RGB LEDs, and 3D printed hardware to build an inexpensive OBS Tally Light system that is power efficient and relatively easy to get up and running. The tally lights themselves are designed to work with a standard hot (or cold) shoe found on most DSLR's and camcorders.

Requirments to Build the Project

  1. A computer with OBS and the OBS Websockets Plugin installed.
  2. Access to a 3D printer.
    • I recommend Solutech White filament for best LED color results. It's a translucent white filament that makes for a good light diffusion effect on the "bulb" part.
  3. An Arduino Pro Micro.
  4. WS2812B Ring Lamp or similar 23mm diameter.
  5. 3.5 mm surface-mount headphone connector.
  6. 3.5 mm male-to-male headphone wire.
    • Recommended: purchase in 25 ft lengths or as necessary for the distance between your cameras.
  7. Soldering iron and solder.
  8. 28 AWG copper wire (recommended).

Requirments to Contribute to the Project

I would welcome any software contributions! I have licensed the CAD parts and software as GPLv3. If you want to contribute to the software side, you will need the following: (https://docs.microsoft.com/en-us/nuget/consume-packages/install-use-packages-visual-studio).

  1. Arduino IDE. -Simply fork this project and edit the open-tally-usb-client.ino file to your needs. -Submit any changes you want as a pull request.

If you want to contribute to the hardware side, you will need:

  1. PTC Creo 5 for editing CAD files.
    • Unfortunately Creo is not free software. FOSS alternatives are FreeCAD, OpenSCAD or Blender.
    • I have provided STEP files in the "/CAD/STEP Files" folder that can be opened in other CAD programs.
    • I have provided STL files in the "/CAD/STL Files" that can be sent straight to your favorite slicer for 3D printing.

Credits