Search found 4 matches
- Tue Aug 21, 2018 8:13 am
- Forum: ESP32 Arduino
- Topic: BLE MIDI randomly disconnects and only works on Linux
- Replies: 6
- Views: 9838
Re: BLE MIDI randomly disconnects and only works on Linux
Any ideas? How can I debug problems like this?
- Thu Aug 16, 2018 9:58 am
- Forum: ESP32 Arduino
- Topic: BLE MIDI randomly disconnects and only works on Linux
- Replies: 6
- Views: 9838
Re: BLE MIDI randomly disconnects and only works on Linux
I tried using the setup part of the second program in the first one. This is what I ended up with: /* Based on: BLE_MIDI Example by neilbags https://github.com/neilbags/arduino-esp32-BLE-MIDI Based on BLE_notify example by Evandro Copercini. Creates a BLE MIDI service and characteristic. Once a clie...
- Wed Aug 15, 2018 9:38 pm
- Forum: ESP32 Arduino
- Topic: BLE MIDI randomly disconnects and only works on Linux
- Replies: 6
- Views: 9838
Re: BLE MIDI randomly disconnects and only works on Linux
Hi, thank you for your response. I tried the first sketch in that GitHub issue, but it doesn't work for me. Windows behaves the same (Windows says connected, ESP says "notifications are disabled", ESP says disconnected, Windows still says connected). Fluidsynth on Android finds the ESP, and it shows...
- Tue Aug 14, 2018 6:43 pm
- Forum: ESP32 Arduino
- Topic: BLE MIDI randomly disconnects and only works on Linux
- Replies: 6
- Views: 9838
BLE MIDI randomly disconnects and only works on Linux
Hi, I'm trying to use Bluetooth Low Energy to send and receive MIDI messages. There are 2 main problems: 1. On Linux (using BlueZ 5.50), it works, and the MIDI events show up in my MIDI monitor. However, after some time (ranging from a couple of seconds to many minutes), it randomly disconnects , an...