GithubHelp home page GithubHelp logo

soulbladermd / blidino Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sieren/blidino

0.0 0.0 0.0 286 KB

Arduino USB-MIDI to MIDI over Bluetooth LE Project

Home Page: http://www.s-r-n.de/midimittr/

License: MIT License

Shell 0.02% C++ 30.78% C 22.93% Objective-C 11.84% Arduino 24.63% Objective-C++ 9.03% CMake 0.77%

blidino's Introduction

Build Status

blidino

Arduino USB-MIDI to MIDI over Bluetooth Project. This repo hosts sketches and instructions to wirelessly connect USB Class compliant MIDI Devices to iOS / OSX Devices based on the recently released MIDI over Bluetooth protocol by Apple.

The BLEParser.h is fully templatized and can be injected with any class that supports the modelled functions (it is based around USBH_MIDI).

GoogleMock based Unit-Tests ensure its basic feature-functionality (Single MIDI Notes, Running MIDI Status, SysEx).

Simply execute ./run_unit_tests.sh and the corresponding CMAKE file should take care of the rest (including fetching GoogleMock and GoogleTest).

Projects

nRF52188

This project holds code specifically aimed at the nRF51288 by RedBearLab. It is designed to work out of the box with the Circuits@Home USB Host Shield 2.0. You can get both boards for a total of around 50$.

Requirements

As of 02.2016 this sketch requires the recent RBL SDK (based on S130). To make sure you are using the right firmware, drop the bootloader.hex to the mBED drive. Older RBL Boards sold in 2014/2015 may still be using S110, thus updating is recommended if not done already.

FAQ

• Do I have to use the USB Shield to make this work?

Certainly not, removing all the USB Routines from the Code and replacing them with other functions is quite easy.
The BLEParser takes in a Receiver Type which can be anything. To see an example of a fake-receiver, see the unit-test code.


• Does this work with other Bluetooth boards?

I suppose, but not out of the box. You'd have to re-implement the nRF SDK specific bluetooth functions for your board.
The only supported boards right now are the ones based on the nRF51288 (and marketed through RBL). 
Rewriting this code natively for the nRF SDK is quite easy though and proved an ideal reference in the past.

Known Issues

• USB to BLE Parsing

MIDI to BLE-MIDI Parsing needs to be rewritten and made testable. This will be added shortly.

Specifications

Apple MIDI over Bluetooth PDF

Videos

Video

Video

blidino's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.