Skip to content

Wrong product ID for Wiimote with integrated WiiMotion plus #2

@FireDragonGameStudio

Description

@FireDragonGameStudio

When working with a newer Wiimote (Nintendo RVL-CNT-01-TR) the PID in the Wiimote.cs has to be changed. Maybe qualifying by the -TR postfix or a selection via the correct PID could be a solution.

private const int PID = 0x0306; // classic wiimote
or
private const int PID = 0x0330; // wiimote with integrated wii motion plus

After connection all buttons worked, but unfortunately there was no chance to get the accelerometer data.

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