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

Hotone Ampero 2 Stomp USB MIDI Control #814

Open
Jonachoda opened this issue May 19, 2024 · 5 comments
Open

Hotone Ampero 2 Stomp USB MIDI Control #814

Jonachoda opened this issue May 19, 2024 · 5 comments

Comments

@Jonachoda
Copy link

Hi, I was use a Arduino Nano with a duinofun USB Host Shield and program it to send Midi System Message to a Boss Pedalboard GT-1 with succefull, I could send and receive message from the pedalboard what I receive information of the effects are ON or OFF. I bought a new Pedalboard Hotone Ampero 2 Stomp, and the System message are so complex to descifer, then I think I can use Midi.SendData with the struct of a Midi Control Change #CC, for 4 days I'm trying with no results. Then I look into the response of the SendData, with anything connected I receive an error number 0x0E that the device is disconected, but with this pedalboard connected I receive an Erro number 0x0D that represents an JSTATE issue May I think what the problem is the speed of the Data, what do you think?

@YuuichiAkagawa
Copy link
Contributor

Please run USB_MIDI_desc.
Hotone Ampero 2 Stomp may not support USB Full Speed communication. In that case, you cannot connect using USB Host Shield.In past cases, Line6 HX Stomp was not supported.
YuuichiAkagawa/USBH_MIDI#75

@Jonachoda
Copy link
Author

21:04:16.000 -> Start
21:04:28.186 ->
21:04:28.186 ->
21:04:28.186 -> 01
21:04:28.186 -> --
21:04:28.186 ->
21:04:28.186 -> Request error. Error code: 0D
21:04:28.186 ->
21:04:28.186 -> Addr:1(0.0.1)

@Jonachoda
Copy link
Author

When I connect the USB cable the Arduino reboots, the only way to get this message if I restart the pedalboard wth the ON/OFF button

@YuuichiAkagawa
Copy link
Contributor

It is probably only compatible with Hi-Speed.
Hotone Ampero 2 Stomp seems to be equipped with a MIDI port, so why not control it with serial MIDI?
I don't know what caused the restart, but it may have become unstable as a result of the power being supplied to the pedalboard.

@Jonachoda
Copy link
Author

Yes, have 2 MIDI port, IN and OUT, but the DIN conector are so big, In addition to the fact that I already had the controller and it was only reprogram the MIDI messages. I go with MIDI messages trought MIDI serial with DIN connectors. TThe problem is that I can't receive messages to check if the effect is on or off.

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

2 participants