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

Is it possible to translate the device to another? #12

Closed
harshilishere opened this issue Sep 24, 2021 · 4 comments
Closed

Is it possible to translate the device to another? #12

harshilishere opened this issue Sep 24, 2021 · 4 comments

Comments

@harshilishere
Copy link

to keep it simple, let's say i have a mouse but i won't to fool my computer into thinking it as a keyboard(sorry for a lame example), is that possible??

The real world application can be, sometimes we don't have the exact device on the place to test. We can get the device's usb info, duplicate it and use or the test the software temporarily!!

Is this possible somehow?!

@tobozo
Copy link
Owner

tobozo commented Sep 24, 2021

Is this possible somehow?!

A device descriptor cloner is very unlikely with this library as it is limited to USB-LS.

It sounds like you're looking for an ESP32-S2 or S3.

@tobozo tobozo closed this as completed Sep 24, 2021
@harshilishere
Copy link
Author

Sorry i have no idea about ESP32-S2 or S3. Can you please tell me what is it?

@tobozo
Copy link
Owner

tobozo commented Sep 24, 2021

same as ESP32 but with built-in hardware USB (instead of software USB limited to Low Speed devices)

https://www.espressif.com/en/products/socs/esp32-s2

@harshilishere
Copy link
Author

@tobozo ah understood! thanks! you may close this now.

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