Replies: 3 comments 1 reply
-
I rewrote my program just to send CAPS LOCK and see if the computer responds. Which he does on an old DELL Tower pc but not on the Lenovo thinkpad. Maybe Lenovo does only load spesific devices which are from a big manufacturer at boot? I have no clue. |
Beta Was this translation helpful? Give feedback.
-
I'm not familiar with ESP wrapper layer, I suppose the BIOS has limited USB support where only certain kinds of devices are recognized. |
Beta Was this translation helpful? Give feedback.
-
You can use TinyUSB without ESP wrapper layer, which is not covered by this repo. https://github.com/hathach/tinyusb/tree/master/examples/device/hid_boot_interface |
Beta Was this translation helpful? Give feedback.
-
Hey,
im using TinyUSB on my Espressif ESP32s3 to send keyboard commands to a connected PC.
For testing im using a Lenovo Thinkpad, where you have to press ENTER at Boot to get to the BOOT-menu. Sadly the pc doesnt recognize the ENTER spamming from the ESP. In the Boot-menu itself it does recognize ESP keyboard inputs.
Do i have to configure something extra to get it work at boot or something different?
C code which is running on the esp is here: https://pastes.dev/CNzI2lWa6g
I did a lot of testing so it is not the cleanest code.
Any help appreciated!
Beta Was this translation helpful? Give feedback.
All reactions