Software to control a LED strip using a midi piano input and Arduíno.
- Arduíno IDE;
- Node.js;
- Install Arduíno IDE;
- Install Node.js (I recommend use nvm);
- Install yarn;
$ npm i -g yarn
- Install project dependencies;
$ yarn
- Run project;
$ yarn start
- Leds remain on after a key release;
I used a simple serial comunication protocol to control how arduíno turns on and off leds, this protocol has some issues and needs to be improved. This problem is related to this.