Firmware for HexBoard MIDI controller
| -rw-r--r-- | Hexperiment.ino (renamed from HexBoard_V1.1.ino) | 0 | ||||
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | README.md | 7 |
3 files changed, 9 insertions, 2 deletions
diff --git a/HexBoard_V1.1.ino b/Hexperiment.ino index d75c2f7..d75c2f7 100644 --- a/HexBoard_V1.1.ino +++ b/Hexperiment.ino @@ -1,8 +1,8 @@ # Copied fqbn from build.options.json build/build.ino.uf2: build/build.ino arduino-cli compile -b rp2040:rp2040:generic:flash=16777216_0,freq=133,opt=Small,rtti=Disabled,stackprotect=Disabled,exceptions=Disabled,dbgport=Disabled,dbglvl=None,usbstack=tinyusb,boot2=boot2_generic_03h_2_padded_checksum --output-dir build build -build/build.ino: HexBoard_V1.1.ino - cp HexBoard_V1.1.ino build/build.ino +build/build.ino: Hexperiment.ino + cp Hexperiment.ino build/build.ino /run/media/*/RPI-RP2/INFO_UF2.TXT: echo "Mounting device" @@ -10,6 +10,7 @@ or [contact Jared](mailto:jared@shapingthesilence.com) if you're interested in a ## The Team * Jared DeCook has been writing music, developing hardware, and performing as [Shaping The Silence](https://shapingthesilence.com/) for over a decade. * Zach DeCook has been listening to music, breaking hardware, and occasionally writing software since the former discovered his exploitable talents. +* Nicholas Fox has been 'hexperimenting' with the firmware since before receiving a HexBoard in the mail. ## HexBoard "Arduino" firmware @@ -23,6 +24,12 @@ The files are in the format `VX_Y_Z-model0.uf2`, where * `X_Y_Z` is the version number * `0` is the model number ("2" for production model, for sale since 2023. "1" for the 2022 development model with the RP2040 processor board). +## Hexperiment firmware + +Created by Nicholas Fox, sometimes available at https://git.sr.ht/~earboxer/Hexperiment + +[](https://builds.sr.ht/~earboxer/Hexperiment/commits/?) + ### Building the firmware If you want to build the firmware, |