1

is there a library (C# or C++) that support the new wii remote plus?
In particular to access the angular data.
I managed to get the acceleration data, but using the same program as with the wii motion plus doesn't work for the angular data...
Thanks for your help!

4

2 回答 2

0

我知道可能为时已晚,但我修改了 bryan peek 的库以接受新的 wiimoteplus:这是关于实施新产品 ID:

名称 Nintendo RVL-CNT-01 Nintendo RVL-CNT-01-TR (wiimote plus) Vendor ID 0x057e 0x057e Product ID 0x0306 0x0330

来源:http ://wiibrew.org/wiki/Wiimote

因此,您需要做的就是修改 Wiimote.cs 上的 PID 常量以使用新的0x0330

于 2013-11-06T03:28:46.110 回答
0

wiimotelib 1.8 beta 版本支持motion plus 扩展,见 http://wiimotelib.codeplex.com/

于 2011-07-21T17:36:46.513 回答