esp-idf-ssd1306/KeyboardDemo
2024-08-21 16:00:49 +09:00
..
main added KeyboardDemo 2024-08-21 15:49:59 +09:00
CMakeLists.txt added KeyboardDemo 2024-08-21 15:49:59 +09:00
README.md Update README.md 2024-08-21 16:00:49 +09:00
sdkconfig.defaults added KeyboardDemo 2024-08-21 15:49:59 +09:00

KeyboardDemo for SSD1306

Demo that displays input from the keyboard.
I used this component.

usb-keyboard-1

Hardware requirements

  • ESP32S2/S3
    These have USB-HOST functionality.

  • USB Connector
    I used this: usb-conector

  • USB keyboard

USB wiring

ESP32-S2/S3 BOARD          USB CONNECTOR
                           +--+
    [  5V   ]    --------> | || VCC
    [GPIO 19]    --------> | || D-
    [GPIO 20]    --------> | || D+
    [  GND  ]    --------> | || GND
                           +--+