alf45tar / PedalinoMini

Wireless and Bluetooth MIDI Foot Controller
GNU General Public License v3.0
484 stars 84 forks source link

Can pedalino connecting with chocolete midi bluetooth adapter? #370

Closed e36910 closed 1 year ago

e36910 commented 1 year ago

I found a video showing how to connect another device to guitar processors via bluetooth - https://youtu.be/7gNBT2MgySM Midi bluetooth connetcion I have 2 qestions:

  1. Is it possible to connect an arduino device to this midi bluetooth device as shown in the video, if yes, how?
  2. Is it possible to make an arduino bluetooth receiver that will connect to guitar processors via usb?
alf45tar commented 1 year ago
  1. Yes, it is. For example using this library https://github.com/lathoub/Arduino-BLE-MIDI
  2. Yes, it is. If the guitar processor is a usb host is a little bit more easy.
alf45tar commented 1 year ago

In the next version 2.5.5 under testing right now, PedalinoMini will connect to a second PedalinoMini via bluetooth. one PedalinoMini will act as server and the second one as a client. You could use a bluetooth connection to transport midi messages from one legacy midi device to another legacy midi device.

alf45tar commented 1 year ago

Just released version 3.0.0 which includes BLE client.