Search found 3 matches
- Fri Sep 06, 2024 1:18 pm
- Forum: ESP32 Arduino
- Topic: USB keyboard does not receive leds
- Replies: 2
- Views: 887
Re: USB keyboard does not receive leds
Using esp-idf I can get the keyboard leds to work. Well alright, I will switch to that.
- Thu Sep 05, 2024 2:52 pm
- Forum: ESP32 Arduino
- Topic: USB keyboard does not receive leds
- Replies: 2
- Views: 887
Re: USB keyboard does not receive leds
Looking into it a bit more I see that the USBVendor example also does not work correctly. I can see the device in my webbrowser, connect to it, but I cannot send/receive data from the webbrowser. In the serial port also no info. Only when I press the button I see Button Pressed or Button Released. S...
- Tue Sep 03, 2024 8:55 am
- Forum: ESP32 Arduino
- Topic: USB keyboard does not receive leds
- Replies: 2
- Views: 887
USB keyboard does not receive leds
I am using the "CompositeDevice" example in the arduino IDE. It has code to write events for the caps-lock, num-lock and scroll-lock to the console output. It also has code to press the caps-lock button when pressing the on-board button. The events for the leds are never written to the console. Not ...