Git Product home page Git Product logo

axefxfootswitch's Introduction

Axe Fx III Bluetooth Foot Switch

Disclaimer: this project has absolutely no affiliation with Fractal Audio Systems. It's just an implementation based on their public document AXE-FX III MIDI FOR THIRD-PARTY DEVICES.

Current status

This project is in a very early stage of development, for now it requires MIDI CC to be configured in the Axe-Fx, using the following commands:

  • Previous Scene = CC # 33
  • Next Scene = CC # 35
  • Previous Preset = CC # 30
  • Next Scene = CC # 31

Soon this configuration won't be necessary when the project starts using the SysEx commands.

Video

  • Leftmost button:
    • press: previous scene
    • long-press: previous preset
  • Center button:
    • long-press: toggle tuner
  • Rightmost button:
    • press: next scene
    • long-press: next preset

In the next versions there will be different assignments and multiple "screens", but for that the OLEDs must work and fetching the Scene/Preset names should be implemented (currently I am having trouble fetching them)

Requirements

Version 0.1:

Version 0.2 (work-in-progress)

Wiring

I have no idea how to properly document my wiring, I'll post a picture and try to explain the idea, if you have questions please feel free to reach me out.

Wiring

For now I'm not using the OLED display yet, but it's already connected. For v0.1 to work, all you need is to connect the 3 foot switches to the ESP32 using a pull-down resistor to the ground:

                                               ┌────────────┐
                                            ┌──┴──┐         │
                       ┌────────────────────│GPIO │         │
┌──────────────┐       │                    └──┬──┘         │
│             ┌┴────┐  │  ┌────────────┐    ┌──┴──┐         │
│             │Pin 1│──┴──│1kΩ resistor│────│ Gnd │ESP32    │
│  Momentary  └┬────┘     └────────────┘    └──┬──┘         │
│ Foot Switch ┌┴────┐                       ┌──┴──┐         │
│             │Pin 2│───────────────────────│ Vcc │         │
│             └┬────┘                       └──┬──┘         │
└──────────────┘                               └────────────┘

The GPIOs used by default are:

OneButton previousButton(2, false);
OneButton selectButton(15, false);
OneButton nextButton(4, false);

Call for contribution

Contribution to this project is more than welcome.

License

MIT

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.