You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
heck fff2ea7cb3 .gitignore 7 months ago
.gitignore .gitignore 7 months ago
Makefile init 3 years ago
README.md doc: typos 7 months ago
blinky.py init 3 years ago
code.py kinda working, circuitpython is just purely educational fckn TRASH. (They do simply NOT allow you to use ANY interrupts) 3 years ago
code2.py add code2.py (was stale on hd) 7 months ago

README.md

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 everything is working, immediately after copy, with no action required, the drive disappears, and a new drive called CIRCUITPY 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.