Open gbraad opened 4 years ago
@pelikhan can you give a hint?
No idea.
Who might know? I have several Korg devices and they communicate, AFAIK, using BLE MIDI and they seem to work.
@pelikhan currently looking into this, and it seems the MIDI BLE spec writes the following:
The following service and characteristic are defined:
03B80E5A-EDE8-4B33-A751-6CE34EC4C700
)7772E5DB-3868-4112-A1A9-F2669D106BF3
)
So it seems the write without response
characteristic is missing:
So will debug and see if adding BLE_GATT_CHAR_PROPERTIES_WRITE_WITHOUT_RESPONSE
is needed.
@gbraad What is the current status of your findings?
Open "Project Settings". Select "No Pairing Required". Make your code. You can pair micro:bit on Windows 10, and you can use it with MIDIberry. https://www.youtube.com/watch?v=Flp23ZxFtQs
The support seems to have been added to a recent version of Windows 10 by an update? Haven't been able to verify this as of yet...
... not sure what the problem is, but Bluetooth Midi should be supported by Windows 10. However, something in this protocol is not as expected as the device never shows up in the Midi devices list (eg. with Midiberry).
What is needed?