Wii平衡板java示例
有人有一些使用 java 连接到 Wiibalance 板的源代码吗?我在谷歌上查看过 Wiiboard_simple 项目,但它似乎从未正确连接。我见过 C# 和 javascript 中的其他示例,但没有见过 java 中的示例。
Does anyone have some source for connecting to a Wiibalance board using java? I have looked at Wiiboard_simple project on google, but it never seems to connect correctly. I have seen other examples in C# and javascript, but none in java.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 WiiBrew.org 网站上的一些库:
我只是从 Android 的角度来看这个问题,所以它对于基于 PC 的 Java 来说并不完全有用。
但是,对于 Android 信息,包括一些 Android Java 链接,请检查我在此线程上的答案:
基本上它链接到:
@Ben Mordue 的回答:Android 设备是否可以从 Wii 控制器读取信息并双节棍?
适用于 Android 的 Blues-IME 项目 - 您也许可以使用其中的一些代码
WiiBrew.org 页面中的一些代码 Wiimote & Wii 平衡板
更新:
昨晚我能够让平衡板与 Android 设备正确通信图书馆上的信息以及 wiibrew.org 网站上的信息。一旦您开始使用十六进制命令,这实际上并不那么困难。
重要的是要认识到平衡板的处理方式与双节棍或经典控制器大致相同。由于大多数库都可以访问这些扩展,因此应该很容易调整它们以检测平衡板扩展。
Check out some of the libraries on the WiiBrew.org site:
I have only been looking at this from an Android perspective, so its not entirely useful for PC-based Java.
However, for Android info, including some Android Java links, check my answer on this thread:
Basically it links to:
@Ben Mordue's answer on: Is it possible for an android device to read information from the wii controller and nunchuck?
Blues-IME project for Android - you might be able to use some of that code
WiiBrew.org pages for Wiimote & Wii Balance Board
Update:
Last night I was able to get the Balance Board correctly communicating to the Android device based on the library, and the info on the wiibrew.org site. It really is not that difficult once you get your head around working with HEX commands.
The important part is to realise that the Balance Board is treated in much the same way as a Nunchuck or Classic Controller. Since most of the libraries can access these Extensions, it should be easy to adapt them to also detect the Balance Board extension.