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

emulate usb composite device on capable boards (mouse+pendrive+keyboard) #210

Open
eadmaster opened this issue Aug 22, 2024 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@eadmaster
Copy link
Contributor

example code here, some interesting features to add:

  • mouse support for badusb/rubberducky scripts
  • mass storage mode as alternative to the webui for file transfers
@bmorcelli bmorcelli added the enhancement New feature or request label Aug 23, 2024
@bmorcelli
Copy link
Collaborator

https://github.com/wakwak-koba/ESP32-NimBLE-Keyboard

Saving the library here to sum it with the USB we already use, to save space with common key arrays

@eadmaster
Copy link
Contributor Author

just found another example to try, this one also includes a serial port that is currently lost when switching to USB HID mode:
https://github.com/espressif/arduino-esp32/blob/master/libraries/USB/examples/CompositeDevice/CompositeDevice.ino

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants