Wiibalance board java example
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.
Check out some of the libraries on the WiiBrew.org site:
- Wiimote Libraries for Java
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:
- How to connect wii balance board with android
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.
精彩评论