HanalogInstruments / drumkid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DrumKid

Lo-fi aleatoric Arduino drum machine

DrumKid

Concept

A drum machine which generates rhythms using probability. Imagine a traditional step-based drum machine, but where various dice are rolled for each step, with the resulting numbers used to determine the behaviour of the beat.

Buy Drumkid

You can buy Drumkid fully assembled or as a kit from <mattbradshawdesign.com>

Setup

DrumKid is based around an Arduino Nano, and coded using the Arduino IDE. Audio is produced by the Mozzi library. You can build a version of DrumKid using an Arduino, a breadboard, and standard electronic components, or you can build/buy the "full" version described below.

Breadboard layout

Design

DrumKid is a portable, handheld, battery-powered instrument with a minimalist design. It consists of a PCB (printed circuit board) for the front panel, featuring knobs, buttons, LEDs, a power switch and a headphone/line output. The electronics are protected/enclosed by two laser-cut acrylic pieces and six metal standoffs.

Open Source

This project is almost entirely open source. The code, breadboard layout, schematics, Gerber (PCB) files, and laser-cutter files are all included in the repository, with the aim of making this project easy to duplicate and adapt. Please note that the project depends on the Mozzi library, which is released under a Creative Commons non-commercial licence. I have used it here with kind permission from its creator, but please be aware that if you create a commercial product using this code, you will need to request permission from him. Go to https://sensorium.github.io/Mozzi/ for more details.

Versions

Versions 1-3 were early prototypes.

Version 4 was the first successful working design, with full code, schematics, Gerbers, etc available on GitHub.

Version 5 contained various PCB errors and has been superseded.

Versions 6 onwards were used in the final product, with version 10 being the latest at the time of writing.

About

License:Other


Languages

Language:HTML 42.3%Language:G-code 34.1%Language:C 17.0%Language:C++ 4.6%Language:JavaScript 1.4%Language:CSS 0.4%Language:Python 0.2%Language:Shell 0.0%