tobozo

Results 648 comments of tobozo

have you tried to play with `USB_SOFT_HOST::TimerPause()` and `USB_SOFT_HOST::TimerResume()` ?

I'm noob too and can't understand much of the code in this library, especially group timers :-) My assumptions were that Arduino comes with some config settings that can't be...

hey thanks for your feedback :+1: yes sharing GND is recommended. however It probably won't work given the nature of the product, most pins are shared with the camera, and...

All those pins are already shared with the SD or the Camera (some have pullups), so it's probably never going to work. It doesn't mean your effort was useless though,...

The esp32cam schema shows that all pins are already assigned indeed, but please don't purchase anything on the assumption that ESP32-USB-Soft-Host library will work. This library only exists to provide...

Hi, thanks for your feedback, do you mean Digispark BadUSB ? I don't have one so I can't test but my guess is it's not a USB-LE device as this...

maybe adding a `delay(5000)` in the `setup()` **on the atTiny** will let the esp32 some time to boot and start listening before the atTiny starts USB emulation ?

I assume you're basing your research on this [wiki](http://digistump.com/wiki/digispark/tricks). it says: > When the digispark boots up, it uses the USB signal to calibrate its clock to 16.5mhz Now I'm...

@nogueira only if the barcode reader emulates a USB-LS device

hey @jayesh312001 thanks for your feedback, No this library does not support esp8266, it uses core tasks and esp8266 only has one core.