Arduino-BLE-MIDI icon indicating copy to clipboard operation
Arduino-BLE-MIDI copied to clipboard

MIDI over Bluetooth Low Energy (BLE-MIDI) 1.0 for Arduino

Results 16 Arduino-BLE-MIDI issues
Sort by recently updated
recently updated
newest added

### Discussed in https://github.com/lathoub/Arduino-BLE-MIDI/discussions/53 Originally posted by **agentff6600** March 23, 2022 Hi! I updated to the new version today. I tried compile MidiBle.ino again onto an Arduino NANO 33 IOT...

bug

Class changed to new setting struct. Some warnings appear when compile, but it works fine. Please, @lathoub , check it before merge.

I couldn't find anything about requesting a password when pairing the BLE-MIDI with another device, so I guess it could be a legitimate feature request? The reason for this is...

Active sensing (or other system realtime messages) is not implemented. Would be great to have it implemented so connected devices can show that the device is active and connected.

Hi Why did you make a new 33 branch and why didn't you update the version number after correting the namespace thing? It can be hard to find the 33...

Hi Using this in platformio.ini (after installing Git client for Windows and restarting Windows and PlatformIO to get the Path working) lib_deps = https://github.com/lathoub/Arduino-BLE-MIDI/archive/refs/heads/Arduino-Nano-BLE-33.zip Then the example "MidiBle.ino" on a...

Hello and thank you for your work! When I have multiple channels playing at the same time I get into an issue: when I send this from my computer (that...

BLE-MIDI does not work with the new Arduino GIGA (STM32H747XI). The bluetooth device is visible sometimes (at least on android, not my linux desktop), but I cannot connect. I tested...

Hi, I have been playing with the BLE MIDI Client example on an ESP32, but can't find a way of scanning available BLE MIDI servers and connecting to one of...

is it possible to use both librarys in one project? if I use both libraries... It works for a while but after minutes it disconnects itself from the mac. and...