GithubHelp home page GithubHelp logo

6chrelay_esp32-osc's Introduction

6CH Relay Remote OSC Commands via ESP32

Trigger OSC commands using a 6-channel relay to an ESP32.

IMG_23877.mov

Equipment:

Recommended Equipment:

Software Setup:

  • Clone this repository to VSCode
    • Make sure Platformio extension is installed
  • Install dependencies
  • Modify main.cpp

const char* ssid = "SSID";

const char* pwd = "PASSWORD";

const IPAddress ip(10, 101, 100, 105);

const IPAddress gateway(10, 101, 100, 1);

const IPAddress subnet(255, 255, 255, 0);

const char* host = "10.101.100.24"; //This is the Computer receiving the OSC Messages

const char *oscaddress = "/go/RM5B1"; // Button 1

const char *oscaddress2 = "/go/RM5B2"; // Button 2

const char *oscaddress3 = "/go/RM5B3"; // Button 3

const char *oscaddress4 = "/go/RM5B4"; // Button 4

const char *oscaddress5 = "/go/RM5B5"; // Button 5

const char *oscaddress6 = "/go/RM5B6"; // Button 6

  • Save changes
  • Flash ESP32 with code

Hardware Setup:

515MJcuiiPS _AC_SX679_6

This project was designed for USC School of Dramatic Arts production, Ghosts of USC: A Historical Immersive Haunt. There were 5 of these units for each room to trigger 6 cues each. Stage Management discretly used the remotes to trigger QLab. This system triggered sound and lighting cues.

6chrelay_esp32-osc's People

Contributors

jshea2 avatar

Watchers

 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.