tobozo

Results 630 comments of tobozo

Hi, thanks for your feedback it's probably worth asking that question on the [upstream repository](https://github.com/sdima1357/esp32_usb_soft_host), if it is indeed possible then the Arduino library wrapper will inherit from it. Are...

hey @ivo1981 thanks for your feedback see how it was detected in issue #4, the cable length/quality, mouse type and wiring really matter to get a clear signal

I can't really tell since I haven't fully tested a mouse myself, but this library is quite close to the esp-idf example so it should at least work as in...

A few changes had to be done in order to get the original library to work with esp-idf 3.3, and it may have created more failure opportunities indeed. If you're...

maybe a noise filter could help ? [edit] both the mouse and the ESP32 serial cable would need it ![image](https://user-images.githubusercontent.com/1893754/117444069-3b6e1980-af39-11eb-9d56-73659405b4e7.png)

some ideas for the software side: - Maybe playing with the task priority/core can improve things ? https://github.com/tobozo/ESP32-USB-Soft-Host/blob/49098bbd56892b5bf581c380ec8c8a43208cf546/src/ESP32-USBSoftHost.hpp#L86 - Some USB-LS ports on the ESP can give better results depending...

if the ESP32 cannot provide enough power, you can add another 5v power source to your mouse/keyboard, then disconnect the VCC between between the ESP and the USB HID devices...

thanks for this research I seem to have missed some [changes from usb_soft_host repository](https://github.com/sdima1357/esp32_usb_soft_host/commit/d1e286922f34aafb878ae2125092f1a1390a610f). So I did some integration+testing, somehow hoping that a better calibration at init would solve the...

Found a mouse that gets detected every time and fires all events :partying_face:, it's a [LogiLink](https://www.2direct.de/notebook-computer/eingabegeraete/maeuse/schnurgebunden/551/maus-optisch-weiss-flaches-design), looks like that mouse you get for free when you buy a new computer,...

thanks @zbx-sadman thanks for this list :+1: I'll be adding it to the readme. Could you also collect the idVendor/idProduct too for completeness?