state: 19 USB_DETACHED_SUBSTATE_ILLEGAL #9
|
Hello Marcel, any idea what could be causing this? I'm on a esp32 A1S audio kit v2.2 (3378) with the 8388chip thank you for your time and code. |
Replies: 3 comments 2 replies
|
I am not sure what causing this. Did you ensure that there are no PIN conflicts? In addition to that does the USB example from the library work? |
|
there is nothing else plugged on it at all! can you confirm that I should be able to use usb midi straight from the esp32A1S audio kit 2.2? controller > usb midi > mac & esp32_basic_synth on the ESP32A1S > usb midi > mac ? Thanks |
|
Thats what I thought, Thanks! Obviously no errors on happened while compiling, but theres no way to verify anything after the code is uploaded it's quite frustrating, I wish there was a way to see what is happening on the board once your code is uploaded! Could you confirm that I should use IO22 as RX for midi din? if you can point me to something that could help me finally be able to produce sounds from this I would be SOOOOOOO grateful, It's been a hard and long process for me. I learned a lot during the process though. i'm just missing the final little bit. |

Thats what I thought, Thanks!
I actually made a din midi in with a 1H11L optocoupler and i see one on the led's blinking very lightly when i press keys on my midi controller. BUUUUUUT, I still hear no sound when i plug some headphones on the earphones in... Any cues as to what is happening or why I wouldn't hear any sounds.
Obviously no errors on happened while compiling, but theres no way to verify anything after the code is uploaded it's quite frustrating, I wish there was a way to see what is happening on the board once your code is uploaded!
Could you confirm that I should use IO22 as RX for midi din?
if you can point me to something that could help me finally be able to produce sound…