Giter VIP home page Giter VIP logo

stm32-sequencer's Introduction

Music sequencer based on stm32 blue pill

Modular music CV/Gate sequencer STM32F103C8 (blue pill) written in Rust.

Overview

STM32F103C8 music sequencer

Keyboard is a custom PCB mounted with Cherry MX keys. It is based on the following schematic:

Keyboard sequencer prototype

Keyboard PCB design

Pinout

Currently only 2 DACs in use:

STM32 PIN
PA0   COL0 (keypad)
PA1   COL1 (keypad)
PA2   COL2 (keypad)
PA3   COL3 (keypad)
PA4   COL4 (keypad)
PA5   COL5 (keypad)
PA8   ROW0 (keypad)
PA9   ROW1 (keypad)
PA10  ROW2 (keypad)
PB13  DAC1 & DAC2 SPI SCK (MCP4921)
PB15  DAC1 & DAC2 SPI MOSI (MCP4921)
PB12  DAC1 CS (MCP4921)
PB14  DAC2 CS (MCP4921)
PA6   LED data in (WS2812)

Keyboard control

Key Description
Shift+Fn1 Switch between recording mode: gate or cv
Shift+Fn2 Clear steps
Shift+Forward Next track
Shift+Back Previous track
Fn1+Forward Toggle play/stop
Fn1+Back Toggle play/pause
Fn1+Step Select track number
Fn2+Step Randomize CV or Gate with probability based on the selected step
Forward Next octave
Back Previous octave

Development

Getting started

cargo install cargo-embed
rustup target add thumbv7m-none-eabi
cargo embed --release

Debugging

cargo embed

stm32-sequencer's People

Contributors

etiennetremel avatar ppodol avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

cyberjois

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.