Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 941 Bytes

README.rst

File metadata and controls

44 lines (23 loc) · 941 Bytes

nRF connect SDK MIDI

This repository contains samples useful for developing MIDI applications in nRF connect SDK.

Current samples:

bluetooth\central_midi

bluetooth\peripheral_midi

serial midi

Make sure you have the toolpath for nRF connect SDK installed on your computer. This can be done via the nRF connect Toolchain manager.

Go to your desired folder and run the following command:

west init -m https://github.com/BLE-MIDI/NCS-MIDI --mr main

followed by:

west update

We've written an article about Optimizing BLE-MIDI with regards to timing. The article is written for this sample, and has some neat resources for those that wan't to learn more.