m-r-m-s / 2Host

a DIY USBMIDI host-to-host adapter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2host

2host (pronounced “Toast”) is a DIY USBMIDI host-to-host adapter.

2host uses 2 inexpensive microcontrollers to create a really short hardware MIDI bridge between two USBMIDI Host devices.

The first version of 2Host used TeensyLC’s. A new revised version uses two Adafruit QtPy's

Here are a few examples of USBMIDI hosts which could be connected together:

hardware

  • norns
  • organelle
  • ansible
  • ipad (with Camera Connection kit)
  • raspberry pi (pisound, etc.)
  • any computer

software on any computer

  • ableton
  • orca
  • VCV Rack
  • etc.

QTPy version

SMD assembled PCBs are available for sale in my shop.

Requires two Adafruit QtPy's or QtPy RP2040's.

Alternately you can use the Seeeduino XIAO but this is not well tested.

Firmware

Firmware is available as a pre-compiled UF2 file.

To load the firmware, connect the QTPy to your computer and then double click the reset button on the QTPy to drop it into bootloader mode. This should now show you a QTPY_BOOT drive on your computer desktop. Drag the UF2 file to QTPY_BOOT and it should dismount/reboot and come back as the QT-2Host.

See the firmware-qtpy directory for the appropriate firmware.

Teensy version

BOM

See the firmware-teensy directory for firmware

About

a DIY USBMIDI host-to-host adapter

License:Other


Languages

Language:C++ 95.8%Language:C 4.2%