Skip to content

adapted code from Biodata Sonification with MIDI over USB with tutorial

Notifications You must be signed in to change notification settings

lilyu1/BiodataSonification-to-pc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

biodata sonofication midi data over USB

a fork of biodata sonification project that allows arduino to send midi signals to PC via using midi.h library. i helped a friend create an interactive art installation.

instructions:

  1. build the hardware using the PDF from original repo
  2. determine if your board can run midi.h library by loading the sketch onto the board. if it runs okay, yay!

if it doesn't run (like mine - third party uno board) you can turn your arduino into a midi device by flashing custom firmware.

if your board is official arduino:

  • follow this tutorial to make your arduino a class compliant midi device https://www.youtube.com/watch?v=-bCz2I9SMAA by flashing mocoLUFA. load sketch as normally with pins shorted as shown in tutorial, and replug into pc with pins unshorted.

important if your board is third party:

good luck friends. may this help anyone who gets lost.

About

adapted code from Biodata Sonification with MIDI over USB with tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%