Hi. I am new with KEIL MDK and Nordic and ARM ..... I will create an MIDI BLE, but maybe anybody has an working Example for this? Or what for an Example i can modify?
Thanks Remo
Hi. I am new with KEIL MDK and Nordic and ARM ..... I will create an MIDI BLE, but maybe anybody has an working Example for this? Or what for an Example i can modify?
Thanks Remo
AFIK. Nordic do not have a examples of Midi over BLE.
Bluetooth.org does not list a Midi service type www.bluetooth.com/.../services
If you want to use the Apple Midi service, youre probably going need to code it from their spec
developer.apple.com/.../Apple-Bluetooth-Low-Energy-MIDI-Specification.pdf
If you search this forum, you will find people have already investigated using the uart service but changing it to use Apple's 128 bit service ID for their proprietary Midi service / profile
You will need to carefully read the Midi BLE spec produced by Apple and implement their requirements in your code.
(See link in my answer)
You will need to carefully read the Midi BLE spec produced by Apple and implement their requirements in your code.
(See link in my answer)