Design a schematic using an ESP32-S3 microcontroller that functions as a USB HID gamepad. The system includes two analog joysticks (each with X and Y axes), four normally open push buttons, and one status LED to indicate HID connection. Each joystick has two analog outputs connected to ADC pins. The push buttons connect to digital GPIOs with 10kΩ pull-down resistors. The status LED is connected to a digital GPIO through a 220Ω resistor. Place the ESP32-S3 in the center of the schematic, the joysticks to the left and right, and two buttons above each joystick. The circuit is powered by USB.
... show more