-
Hello! |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 15 replies
-
Hi, WallK. |
Beta Was this translation helpful? Give feedback.
-
I found this post which explains how to rename devices in Windows: May work as a workaround. |
Beta Was this translation helpful? Give feedback.
-
I think this will rename all the ESP32 wheel devices at the same time |
Beta Was this translation helpful? Give feedback.
-
Hi, Wallk. I found a proper way to rename HID devices in Windows:
Next project version will include explicit instructions for this. |
Beta Was this translation helpful? Give feedback.
-
A simple solution to this is connecting USB HID which tells windows the name for its pid/vid and when you connect BLE HID device with same PID/VID windows will think it's exactly the same device and will appear the way you want it to. I am using both usb hid and ble hid on my esp32 s3 so it works quite well. All that user needs to do is plug the usb in once and from that point the ble hid will always have the right name. |
Beta Was this translation helpful? Give feedback.
-
As of version 4.3.0, you have the option to change the VID/PID (BLE only) and the display name (BLE and Windows, only) from the companion app. I did some test. Windows gets crazy if you change the VID/PID on USB devices. |
Beta Was this translation helpful? Give feedback.
Hi, WallK.
In short, the answer is "no, but it should".
I'm aware of that and I would like to change the controller name, too.
But I found no way to do so in the underlying API (NimBLE or USB).
This issue is related to "USB string descriptors". That's all I know.
If you have any clue, please, let me know.