USB Metamorph Project

Imagine plugging a USB keyboard into a small box then plugging the small box into a computer. Pressing keys on the keyboard produces MIDI CC messages.

Image plugging  a USB keyboard into a small box then plugging the small box into two computers. Pressing keys on the keyboard sends keystrokes to both computers.

The USB metamorph project explores connecting one ore more USB controllers, host and device, in useful ways. The Adafruit Trinket M0 makes it cheap and easy to experiment with multiple USB controllers. The interconnection will use UART for simplicity but SPI and I2C interfaces are available on the Trinket M0. The SAMD21 native USB port is USB On-The-Go (OTG) which means it supports host and device modes. To use USB host mode, all that is needed is a simple USB OTG to host cable.

More details over at github.com.

Comments

Popular posts from this blog

Defective Arduino USB Host Shield Boards

How to use USB RFID readers on an Arduino Uno