Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renaming it Self and loosing connection if either Serial.begin() or Serial1.begin() is used #80

Open
jaca2300 opened this issue Sep 20, 2023 · 0 comments

Comments

@jaca2300
Copy link

jaca2300 commented Sep 20, 2023

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 Nano 33 IoT (same processor and Blox-module as Nano 33 Ble) will announce it self as BLE-MIDI, but after pairing is get the name "Arduino"
This only happens on connection to Windows on Android the name remains BLE-MIDI. I guess Android does not care to check the name.
If at any where in the example I use Serial or Serial1 then it disconnects and connects endlessly.
Just like it did until I added #include <Arduino.h> at the top of the example.
(It actually worked on an Android client without the include)

But I guess I'll give Arduino Nano ESP32 a trial. I'm trying to build a wireless MIDI connection for my Casio Privia PX-860, so I'll have to use native USB and Ble. Se til lathoub/Arduino-USBMIDI#18, maybe you can get an idea for getting the Arduino Nano ESP32 / ESP32-S3 in to the USBMIDI library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant