Git Product home page Git Product logo

frankenmagateway's Introduction

FrankenMA Gateway

This is a small software solution to create an Arduino-based fader / button wing that connects to the GrandMA2 software.

My console has 3 Arduinos all connectd to a USB hub, and they are sending commands via the Serial port.

Embedded

This directory contains all the embedded C++ code that runs inside the console.

My console has 3 arduinos:

  • mcu1-buttons: All the "GrandMA" buttons such as Clear, Please, Store, etc. This code is designed to run on a board that has a grid of keys, similar to how keyboards actually work.
  • mcu2-wheels: This arduino controls the 4 encoder wheels as well as 3 "special buttons" (Tools, Setup, Backup)
  • mcu3-faders: This arduino is designed to be connected to whatever lighting console with an Arduino DMX shield. My build is also "stealing" button inputs from the console to act as the Exec 1 keys.

FrankenMAGateway

This is a C# + WPF application designed to connect to the Arduinos via multiple serial ports. It merges commands from all the serial ports and connects to GrandMA2 via Telnet.

You can download an exe here if you don't want / can't compile it yourself: https://github.com/floriansegginger/FrankenMaGateway/releases/tag/1.0.0

You should modify the Settings.json file for your setup, more specifically PortNames and DmxUniverse

How it's done

  • Hard keys (Clear, Please, etc.): Using LUA commands. Example Lua "gma.canbus.hardkey(XXX,YYY,false)"
  • Encoder wheels: Using LUA commands. Example Lua "gma.canbus.encoder(XXX,YYY,pressed)
  • Faders: Using the FADER XX.YY AT ZZ command
  • Exec buttons: Using the DMX XX.YYY AT ZZ and remotes set up in GrandMA showfile.

frankenmagateway's People

Contributors

floriansegginger avatar

Stargazers

RSN4D avatar Tim Essig avatar  avatar Rod Boyce avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.