-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple ESP32 to the same PC #228
Comments
Similar to #225 |
Yes i know, but the issue is still open. https://github.com/Mystfit/ESP32-BLE-CompositeHID |
Opening another issue on the same topic splits the focus of other people keeping an eye on fixes or testing ideas. I am not sure it's helpful. |
My bad, not used to issue creation on git
C.Lee Taylor ***@***.***> escreveu em sáb., 14/09/2024 às
19:28 :
… Opening another issue on the same topic splits the focus of other people
keeping an eye on fixes or testing ideas. I am not sure it's helpful.
—
Reply to this email directly, view it on GitHub
<#228 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASMAVEB5WSNYDPWIHNTZK5TZWR553AVCNFSM6AAAAABOGMSOKKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJRGA4TIMJYGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
No worries, this is how we learn. Happy you here and finding your way. Close this issue and add any info that might be useful on the first issue #225 Hopefully we track down what is causing this issue and able to resolve the big problem. |
Something changed on NimBLE-Arduino on version 1.4.2, bleGamepadConfig.setVid(0xe502); Doesn't work any longer. No matter what its the same value when i downgrade to NimBLE-Arduino 1.4.1 this works again. |
@microbmen |
Correct |
Can you update and test with ESP32-BLE-Gamepad v0.6.1 and let us know if anything has improved? |
I ended up using a fork of this library (i dont remember which) on one board and this lib on another, so the bluetooth id's doesnt interfeer with each other. Worked fine back in the day |
Thanks @Roigo21 , mind closing the issue, unless you wish to do more testing? |
Yea that was what i was thinking, thanks for the help. |
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)
The text was updated successfully, but these errors were encountered: