Revamped this repo into https://github.com/evanraalte/RolandPiano Trying to keep it a bit simpler this time :)
- Install BluePy library: https://github.com/IanHarvey/bluepy
- Add the following lines in
/etc/bluetooth/main.conf
:EnableLE = true # Enable Low Energy support. Default is false. AttributeServer = true # Enable the GATT attribute server. Default is false.
- Make sure BlueZ (BluePy backend) can understand BLE midi:
https://tttapa.github.io/Pages/Ubuntu/Software-Installation/BlueZ.html
- Run application:
./app.py -m <mac_addr> [--ambi_piano_gui]