Wii平衡板java示例

发布于 2024-10-09 04:00:19 字数 124 浏览 0 评论 0原文

有人有一些使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

欲拥i 2024-10-16 04:00:20

查看 WiiBrew.org 网站上的一些库:

我只是从 Android 的角度来看这个问题,所以它对于基于 PC 的 Java 来说并不完全有用。


但是,对于 Android 信息,包括一些 Android Java 链接,请检查我在此线程上的答案:

基本上它链接到:


更新:

昨晚我能够让平衡板与 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:


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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文