jhsa

Results 72 comments of jhsa

Hi, I know that you posted nearly one year ago but I would really like to know how you managed to connect so many pads to the Pro Mini. I...

Thanks guys.. By the way, there is a Facebook group which could be used to discuss the helloDrum / Open E-Drums project. You are very welcome to join it. here...

I believe this one can do it as well. But I do prefer the way you library handles the MIDI, based on the arduino midi library which is quite intuitive...

Cool, I am in Germany. Is there a way we can send Private messages here?

The ESP32 S2 can do WiFi and native USB but it cannot do BLE Midi unfortunately. The ESP32 S3 should be able to do all of them. This board seems...

> Yes, this should work. At least it did work on my linux PC. Well, I have just tried with my Android phone, and it seems to show the correct...

Also, we need to add this line to the example for it to work, at least on windows 10. `midi.setBaseEP(3);`

Further information, if I follow the tutorial on this link to the letter: https://docs.espressif.com/projects/arduino-esp32/en/latest/tutorials/cdc_dfu_flash.html I get the following error when flashing. ``` Traceback (most recent call last): File "esptool.py", line...

> > I am using the Adafruit TinyUSB library and must use DFU to flash the board using the USB OTG connector. > > 1. You are using external library,...