Trinket 5v sending MIDI over USB (help)

For other supported Arduino products from Adafruit: Shields, accessories, etc.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
bradenleague
 
Posts: 1
Joined: Wed Nov 27, 2013 5:51 pm

Trinket 5v sending MIDI over USB (help)

Post by bradenleague »

Hello friends,

I am attempting to send midi data over usb using the Trinket 5v. I have at least found proof its possible with the teensy and downloaded a library for sending midi over usb with the teensy. Is it possible to do it with the Trinket? I trying to get buttons or a pot to send midi values. Can anyone point me in the right direction?

User avatar
DisruptItYourself
 
Posts: 193
Joined: Mon Sep 23, 2013 6:58 pm

Re: Trinket 5v sending MIDI over USB (help)

Post by DisruptItYourself »

I think you would have to use something like the leonardo because it needs the 32U4 to do midi because it communicates differently over USB than the Uno. Maybe the Arduino Micro would work!

User avatar
adafruit_support_mike
 
Posts: 67485
Joined: Thu Feb 11, 2010 2:51 pm

Re: Trinket 5v sending MIDI over USB (help)

Post by adafruit_support_mike »

The Trinket and Teensy are about the same size, but that's where the resemblance ends.

As indiwerwlf mentioned, the Teensy uses an ATmega32u4 microcontroller which has built-in USB support. The Trinket uses an ATtiny85 microcontroller, which doesn't have USB support at all.

The Trinket bootloader emulates a USB connection, but the Trinket doesn't have enough Flash or SRAM for a complete USB stack.

Locked
Please be positive and constructive with your questions and comments.

Return to “Other Arduino products from Adafruit”