MIDI Adafruit Bluefruit LE UART Friend

Adafruit Ethernet, Motor, Proto, Wave, Datalogger, GPS Shields - etc!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
aarontodd82
 
Posts: 1
Joined: Mon Jan 22, 2018 8:19 pm

MIDI Adafruit Bluefruit LE UART Friend

Post by aarontodd82 »

Hi! I'm using a Bluefruit LE UART with the MIDI service. It's working well, but I'm having an issue that deals with the frequency of notes being sent in a span of time. It's not a latency issue, but when I send notes in sequence too fast, it begins to drop notes. It happens on multiple receiving devices, so I don't think it's related to that... I turned off flow control with an AT command. I have the gap intervals as low as I can get by with.

It feels like they are being throttled for some reason... Could I be hitting a bandwidth wall of the 9600bps? When I use verbose mode, and issue a midi.send(), I see that the AT+BLEMIDITX commands in the serial monitor show that they are being throttled before being sent - in other words, I don't believe they are just being dropped by the Bluetooth signal, the commands just aren't being issued when the frequency of notes gets too high.

I would really appreciate any thoughts on this!

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino Shields from Adafruit”