Skip to content

BLE-MIDI/NCS-MIDI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nRF connect SDK MIDI

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

Samples

Current samples:

bluetooth\central_midi

bluetooth\peripheral_midi

serial midi

Installing

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

Learn more

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.