# KeyboardDemo for SSD1306 Demo that displays input from the keyboard. I used [this](https://components.espressif.com/components/espressif/usb_host_hid/) component. ![usb-keyboard-1](https://github.com/user-attachments/assets/cb108559-4a5a-4df7-9be8-47f9f4c492f3) # Hardware requirements - ESP32S2/S3 These have USB-HOST functionality. - USB Connector I used this: ![usb-conector](https://github.com/user-attachments/assets/a8fb5313-54f6-422a-98de-5f4aff8c94b7) - USB keyboard # USB wiring ``` ESP32-S2/S3 BOARD USB CONNECTOR +--+ [ 5V ] --------> | || VCC [GPIO 19] --------> | || D- [GPIO 20] --------> | || D+ [ GND ] --------> | || GND +--+ ```