Wiibalance board java example

1k views Asked by At

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.

1

There are 1 answers

0
Richard Le Mesurier On

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.