Git Product home page Git Product logo

x32-osc-esp32-remote-control's Introduction

X32 OSC ESP32 remote control

Control the Behringer X32 via WiFi using ESP32, e.g. as a stompbox

Supports:

control OSC example comment
mutes /ch/01/mix/on,i LED state can be reversed
mute groups /config/mute/1,i
faders /ch/02/mix/09/level,f
snippets /load,snippet i

Features:

  • one-way (just send) - in case we don't want to hog the bandwidth
  • two-way (receive confirmation and update LED)
  • monitor battery voltage, and flash GPIO LED if low
  • long press button (for secondary function, e.g. variation of button)
  • very long press button (to prevent accidental presses, e.g. major snippets)
  • more than one widget can monitor the same GPIO button (e.g. short press and long press; short press event will be generated even if long press)
  • indicate when battery nearly full

Issues:

  • excess power wasted trying to reconnect to WiFi if unable to connect (extra 70mA approx)
  • battery voltage divider may drain battery
  • WiFi password is hardcoded

Limitations:

  • short press button event will be generated even if long press
  • X32 echoes /load snippet but does not say which snippet
  • battery power switch disconnects battery (i.e. cannot charge if 'off')
  • battery-full indication turns off when my ESP32-Lolin stops charging the LiPo

Thoughts:

  • subscribe vs xremote? subscribe gives stream of data even if no changes

Project milestones:

  • 2023-03-04 initial draft
  • 2023-03-13 about as much can be done now without actual hardware
  • 2023-04-06 first site release

TODO:

  • test implementation of MIDI output; does MIDI SysEx method accept float?
  • investigate - does actual X32 echo mute, fader, mutegroup?
  • indicate battery level at start-up

FUTURE:

  • find other way to save energy usage if cannot connect to WiFi (WiFi.disconnect doesn't seem to stop the process)
  • have a MIDI-only payload

Thanks and Inspirations


x32-osc-esp32-remote-control's People

Contributors

yapweiliang avatar

Stargazers

 avatar  avatar  avatar  avatar  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.