Giter VIP home page Giter VIP logo

distingex's Introduction

distingEX

An open source code framework for the Expert Sleepers® disting EX Eurorack module.

https://expert-sleepers.co.uk/distingEX.html

© 2023 Expert Sleepers Ltd

License

Released under the MIT License. See LICENSE for details.

Dependencies

To provide a concrete example implementation, this project pulls in Peaks by Émilie Gillet.

After cloning this repository, remember to run

git submodule update --init --recursive

Build environment

The project files expect to find the Harmony SDK at

../../../../../../../microchip/harmony/v2_06

relative to the Makefile.

For actual development and debugging work you will need a programming tool e.g. the PICkit™ 4. This connects to the standard 6-pin ICSP header on the disting EX PCB.

Preserving calibration

The module's calibration is stored in one page of flash at address 0xBD008000 (see calibrate.c). You are advised to use the programming tool's "Preserve Program Memory" feature to avoid stomping on this during development.

Build configurations

  • default_4_0: build to run directly on the hardware.
  • for_bootloader: build to generate a hex file to install via the bootloader.

The bootloader-compatible .hex file is

distingEX.X/dist/for_bootloader/production/distingEX.X.production.hex

which will need to be renamed to

distingEX_<something>.hex

for the bootloader to recognise it on the MicroSD card.

distingex's People

Contributors

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