-
Notifications
You must be signed in to change notification settings - Fork 42
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
Don't work USB_Test program #20
Comments
Hello @yamachan-hacomono, thanks for your feedback 👍 Can you please specify the exact keyboard model along with more info on the VCC/GND wiring for this USB port? |
@tobozo VCC / GND is obtained from a regulated power supply and has a sufficient supply amount. |
is GND shared between the ESP and the keyboard as it should?
that's bad news, given the average price of that device it's probably a USB High Speed device. one way to verify this is to plug said keyboard to a linux system while running |
Apologies for reviving an old thread but I have the same issue; I'm building against espressif32@5.2.0 as that's the last version using arudino framework v2.0.5 which is in turn based on the tested ESP-IDF 4.4.2. I tried various GPIO port combinations to no avail. Full serial output below:
|
@danieltwagner looks like the keyboard isn't detected what keyboard model is this? usb information on that device can be collected from a computer using lsusb or similar utility, it will tell if that device supports USB 1.0 or not. moreover, you can use |
Thank you for the quick response! Here's what
Full serial output with
|
And:
which is in line with the syslog |
thanks for that information, it looks like an USB 2.0 device, only USB-LS (1.0) devices are supported
USB-LS HID devices are typically vintage stuff from the 90's, anything newer than that has probably moved away from USB 1.0 and isn't supported |
Oh I see. I take it the "low-speed USB device" message in syslog was misleading then and even though it's using a slow (1.5mbit) transfer mode it's actually USB 2.0?
|
indeed it is misleading https://askubuntu.com/a/395754 this kind of cheap keyboard is quite recent and should work, I used one to develop this library they're called "mini keyboard" and are made in China |
Hello,
We're testing with a keyboard connected to the ESP32-DevKit C-32E.
But when I type on the keyboard, I don't see the keys.
GPIO has DP connected to 16 and DM connected to 17, with the other pins disabled.
Do you have any advice?
[Env]
ESP32-DevKit C-32E
Arduino IDE 1.8.19 for windows
[Log]
Thanks.
The text was updated successfully, but these errors were encountered: