Git Product home page Git Product logo

m5unit-synth-circuitpython-toolkit's Introduction

M5Unit-Synth-CircuitPython-Toolkit

This repository contains tools and scripts for interfacing with the M5Unit Synth using CircuitPython. It provides basic functionality such as resetting the synth, adjusting volume, and sending MIDI commands.

Getting Started

Prerequisites

Before you can use this toolkit, you'll need to install CircuitPython on your M5Stack Cardputer and set up your CircuitPython environment.

Installation

  1. Install CircuitPython on M5Stack Cardputer

    To install CircuitPython on your M5Stack Cardputer, follow these steps:

    • Download the CircuitPython Firmware: Visit the CircuitPython M5Stack Cardputer page and download the .bin firmware file.

    • Use the M5Stick-Launcher to Install CircuitPython: You can use the M5Stick-Launcher to install the CircuitPython firmware from an SD card. Download and copy the .bin file to your SD card.

      • Insert the SD card into your M5Stack Cardputer.
      • Open the M5Stick-Launcher, navigate to the .bin file, and execute it.
      • The firmware will be installed, and your M5Stack Cardputer will boot into CircuitPython.
  2. Clone the Repository

    Clone this repository to your local machine:

    git clone https://github.com/Axlfc/M5Unit-Synth-CircuitPython-Toolkit.git
  3. Copy Files to Your CircuitPython Device

    After cloning the repository, connect your CircuitPython device to your computer. Copy the files from the repository into the CIRCUITPY directory on your device.

  4. Install Required Libraries

    This project depends on several libraries. You need to download and place these libraries into the lib folder on your CircuitPython device.

    Your lib directory should now look like this:

    CIRCUITPY/
    ├── code.py
    └── lib/
        ├── adafruit_midi/
        ├── adafruit_display_text/
        ├── adafruit_displayio_layout/
        ├── adafruit_display_shapes/	   
        ├── adafruit_ticks.py
        └── asyncio/
    
  5. Run the Code

    After setting everything up, your device should be ready to run the scripts in this toolkit and interact with the M5Unit Synth.

Usage

This toolkit includes functions to send MIDI commands, reset the synth, and adjust the volume. Refer to the individual scripts for specific usage examples.

Contributing

If you'd like to contribute to this project, please fork the repository and submit a pull request with your changes.

License

This project is licensed under the GPL-2.0 License. See the LICENSE file for details.

Acknowledgments

m5unit-synth-circuitpython-toolkit's People

Contributors

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