ESP32-BLE-Gamepad icon indicating copy to clipboard operation
ESP32-BLE-Gamepad copied to clipboard

Multiple ESP32 to the same PC

Open Roigo21 opened this issue 5 months ago • 8 comments

Hello, i have two ESP32's configured to act as gamepads, but i cant use both at the same time. On one, i only have VID and PID set, but on other i changed every parameter to try to communicate with both, and can only connect the other board if I unpair the first connected. Those are the parameters I set: bleGamepadConfig.setSerialNumber("9876543210"); bleGamepadConfig.setModelNumber("123123"); bleGamepadConfig.setHidReportId(12389332); bleGamepadConfig.setPid(0x503); bleGamepadConfig.setVid(0x503); bleGamepadConfig.setHardwareRevision("9876543210"); bleGamepadConfig.setFirmwareRevision("9876543210"); bleGamepadConfig.setSoftwareRevision("9876543210"); This is the error I get (windows 11) {CA965FF8-01B0-43D8-B850-C8F1ADD29AD1}

Roigo21 avatar Sep 14 '24 02:09 Roigo21