alf45tar / PedalinoMini

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

Controlling Zoom Pedals ? #23

Closed quangvankts closed 5 years ago

quangvankts commented 5 years ago

What is the easiest way to make Pedalino Mini work with Zoom pedals, which seems to require USB Host ? Thanks

underwoodblog commented 5 years ago

If the Zoom pedals are Class Compliant search for MIDI USB Host. That "converts" your Class Compliant USB Device to normal MIDI.

alf45tar commented 5 years ago

PedalinoMini is an USB device, not an USB host. USB host feature requires additional hardware.

quangvankts commented 5 years ago

If USB Host Shield hardware is added, is Arduino Pro Micro still needed ?

alf45tar commented 5 years ago

No, it isn't.

According to https://github.com/felis/USB_Host_Shield_2.0#boards, ESP32 can be connected directly using GPIO5 : SS, GPIO17 : INT, GPIO18 : SCK, GPIO19 : MISO, GPIO23 : MOSI.