From 55ab19b7c475565e27d1d7f4b33f85b5415d3ddf Mon Sep 17 00:00:00 2001 From: heck Date: Wed, 14 Sep 2022 16:16:22 +0200 Subject: [PATCH] Doc: add README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..91811be --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# Feather-Seq + +A CircuitPython based (DIN) MIDI note-sequencer for the `unexpected maker feather s2`. +I use it connected to my MachineDrum. + +## Build Instructions + +### Hardware +You just need a feather board and wire a DIN-MIDI cable to the pins: + +* TX +* 3.3v +* GND + +as described in `https://www.midi.org/specifications-old/item/midi-din-electrical-specification` + +Rocket science. + +### Software + +maybe restore your uf2 bootloader +load the circuitpyhton uf2 into the UF2 drive +If everythin is working, immediately after copy, with no action required, the drive disappears, and a new drive called `CICUITPY` shows up. + +After that just install the complete driver package onto you board + +Then, finally check out this repo, and copy the file `code.py` into your `CIRCUITPY` drive. + +After reset, the thing should be sending out MIDI notes in a euclidean fashion. \ No newline at end of file