Skip to content

katurov/MIDIGlove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

MIDIGlove

Raspberry Pico based midi glove. Project made with CirquitPython for Academy of Art (Novi Sad). The glove is midi-keyboard (three keys on three fingers) to play on MacBook or iPad Air 5.

Parts list

  1. Installing CircuitPython - a manual from Adafruit
  2. Flex sensor - two kind in my project: long and short
  3. Literally any glove
  4. Raspberry Pico

Documentation needed

  1. Adafruit MIDI Library

Video of using (click on preview)

Video demo

Practical notes

The idea is simple: flex sensor changes own resistans on deformation. Lets read the values in voltage divider and understand that the finger changes its state (like pressing the key). As far as every finger is independant from others I decide to build this with object-oriented code. Here are three buttons: (nothing, reset state, reboot device).

Why I need "reset state" buttons: our hand chenges fingers poses eventually this button defines "zero state" or relaxed finger position. Use it after you wear it on or chenges the position (hand in air after a table and so on).

"Reboot device"? Yep, this will "de-attach & attach" device.

averse reverse

About

Raspberry Pico based midi glove

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages