Skip to content

Problem connecting to a specific joystick #15

@wjxway

Description

@wjxway

Hi! I've been encountering issues when trying to connect to a specific device. While I can connect to my joystick and print out the address if I write:

XboxSeriesXControllerESP32_asukiaaa::Core xboxController;
...
xboxController.begin();
...
xboxController.onLoop();
...
Serial.println("Address: " + xboxController.buildDeviceAddressStr());

It does not seem to work if I write the following instead.

XboxSeriesXControllerESP32_asukiaaa::Core xboxController("aa:1b:8d:83:af:00");

Is this a bug and how can I diagnose it? I'm using ESP32-S3 with xbox series X controller flashed with appropriate firmware.

Thanks a lot!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions