embedded - Korg Nanokey MIDI Controller for Arduino? -



embedded - Korg Nanokey MIDI Controller for Arduino? -

i have korg nanokey i'd utilize command simple synthesizer i've designed on arduino platform. (i have arduino uno.) basically, don't care midi, want read note keyboard has pressed down, if midi way can that, it's okay me. big question is, how do this? haven't been able find else on net has done this.

but more specifically, see 2 challenges: first, i'd plug nanokey straight arduino's usb port, i'm wondering if arduino provide necessary powerfulness nanokey. second, i'm not sure protocol reading. can read midi signals described in this tutorial?

i don't want curb enthusiasm you're attempting might bit hard basket. usb scheme consists of host controller , 1 or more peripheral devices. it's host controls traffic flow devices means devices can't transmit info on bus without explicit request host controller.

i'm not familiar either nanokey or arduino platform i'd confident nanokey usb "device", connected computer deed host. need scheme work arduino deed host when communicating nanokey. arduino schematic shows arduino uno uses atmega8u2 usb coms. unfortunately atmega8u2 usb device, you've got 2 peripheral devices no host controller facilitate transfer of info between them. you'd improve off using development board micro provides either usb host or usb on-the-go.

embedded arduino midi

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -