Update installation guide
parent
04c2f68d19
commit
d113da6db2
|
@ -27,3 +27,10 @@ In a terminal run:
|
|||
|
||||
|
||||
|
||||
# BLE MIDI
|
||||
- Arduino install library **BLE-MIDI 2.1.0** *WARNING: NOT THE LAST VERSION*
|
||||
- Check group name of the device: `ls -l /dev/ttyACM0`
|
||||
- Add user to tty group: `sudo usermod -aG GROUPNAME USERNAME`
|
||||
- Load the code to the board
|
||||
- Connect to it via Bluetooth
|
||||
- Check MIDI reception
|
||||
|
|
Loading…
Reference in New Issue