<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" > <channel><title>Comments on: Use a Wii Balance Board with Linux</title> <atom:link href="http://www.mattcutts.com/blog/linux-wii-balanceboard/feed/" rel="self" type="application/rss+xml" /><link>http://www.mattcutts.com/blog/linux-wii-balanceboard/</link> <description>neat fun stuff</description> <lastBuildDate>Wed, 08 Feb 2012 21:30:01 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Stefano</title><link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-1012438</link> <dc:creator>Stefano</dc:creator> <pubDate>Thu, 17 Nov 2011 09:08:40 +0000</pubDate> <guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-1012438</guid> <description>Hi again,more than 1 year ago (June 21, 2010) Clara asks about the possibility to incorporate into the Matt&#039;s code the MAC address of the used wii in order to avoid pressing the red button every time you start the program.It should be possible because the connection with the original Wii works exactly in this manner. The first time you should &quot;connect&quot; the Balance Board to the Wii with the red button in the battery compartement, then you only have to press the button in the front of the Balance Board to have the connection (the Wii memorize the MAC address).Someone has this feature already implemented? If yes, it&#039;s possible to have the code?Many thanks in advance,Stefano</description> <content:encoded><![CDATA[<p>Hi again,</p><p>more than 1 year ago (June 21, 2010) Clara asks about the possibility to incorporate into the Matt&#8217;s code the MAC address of the used wii in order to avoid pressing the red button every time you start the program.</p><p>It should be possible because the connection with the original Wii works exactly in this manner. The first time you should &#8220;connect&#8221; the Balance Board to the Wii with the red button in the battery compartement, then you only have to press the button in the front of the Balance Board to have the connection (the Wii memorize the MAC address).</p><p>Someone has this feature already implemented? If yes, it&#8217;s possible to have the code?</p><p>Many thanks in advance,</p><p>Stefano</p> ]]></content:encoded> </item> <item><title>By: Stefano</title><link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-1010649</link> <dc:creator>Stefano</dc:creator> <pubDate>Wed, 16 Nov 2011 17:35:11 +0000</pubDate> <guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-1010649</guid> <description>Dear all,I find the solution to install the software and use it the wii balance board for the Ubuntu 10.04 LTS; I report the working commands:1# To install all you need type this command: sudo apt-get install autoconf autogen automake gcc bluetooth libbluetooth3-dev libgtk2.0-dev pkg-config python2.6-dev flex bison git-core libbluetooth-dev python-pygame python-tk2# Make the directory to hold the wiibalance software: mkdir ~/wiibalance cd ~/wiibalance3# Retrieve the Cwiid library: git clone http://github.com/abstrakraft/cwiid.git4# Enter into the cwiid directory and compile it: cd cwiid aclocal autoconf ./configure make sudo make install5# At this point you can test if the Wii Remote works with the GUI with the command: wmgui6# If all is fine you can install the phyton bindings: cd python sudo python setup.py install7# And then install the Wii balance board software: git clone git://github.com/videntity/python-omhe.git cd python-omhe sudo python setup.py install8# Now you can check if the Wii Balance Board works with the system: cd python-omhe/omhe/hardware/wiibalance python ./wiibal-weighdemo.py9# If all works fine, you can now copy the &quot;scales&quot; application files &quot;scalesgui.py and system.ini&quot; from the page &quot;http://abstrakraft.org/cwiid/ticket/63&quot;, change the permission and run it: chmod a+x scalesgui.py ./scalesgui.pyEnjoy it! ;-)Note: to exit the program you should press the &quot;F12&quot; key.</description> <content:encoded><![CDATA[<p>Dear all,</p><p>I find the solution to install the software and use it the wii balance board for the Ubuntu 10.04 LTS; I report the working commands:</p><p>1# To install all you need type this command:<br /> sudo apt-get install autoconf autogen automake gcc bluetooth libbluetooth3-dev libgtk2.0-dev pkg-config python2.6-dev flex bison git-core libbluetooth-dev python-pygame python-tk</p><p>2# Make the directory to hold the wiibalance software:<br /> mkdir ~/wiibalance<br /> cd ~/wiibalance</p><p>3# Retrieve the Cwiid library:<br /> git clone <a href="http://github.com/abstrakraft/cwiid.git" rel="nofollow">http://github.com/abstrakraft/cwiid.git</a></p><p>4# Enter into the cwiid directory and compile it:<br /> cd cwiid<br /> aclocal<br /> autoconf<br /> ./configure<br /> make<br /> sudo make install</p><p>5# At this point you can test if the Wii Remote works with the GUI with the command:<br /> wmgui</p><p>6# If all is fine you can install the phyton bindings:<br /> cd python<br /> sudo python setup.py install</p><p>7# And then install the Wii balance board software:<br /> git clone git://github.com/videntity/python-omhe.git<br /> cd python-omhe<br /> sudo python setup.py install</p><p>8# Now you can check if the Wii Balance Board works with the system:<br /> cd python-omhe/omhe/hardware/wiibalance<br /> python ./wiibal-weighdemo.py</p><p>9# If all works fine, you can now copy the &#8220;scales&#8221; application files &#8220;scalesgui.py and system.ini&#8221; from the page &#8220;http://abstrakraft.org/cwiid/ticket/63&#8243;, change the permission and run it:<br /> chmod a+x scalesgui.py<br /> ./scalesgui.py</p><p>Enjoy it! <img src='http://www.mattcutts.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p><p>Note: to exit the program you should press the &#8220;F12&#8243; key.</p> ]]></content:encoded> </item> <item><title>By: Stefano</title><link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-1009807</link> <dc:creator>Stefano</dc:creator> <pubDate>Wed, 16 Nov 2011 11:03:29 +0000</pubDate> <guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-1009807</guid> <description>Hi everybody,could someone (Matt or someone that knows how to do it) please post exactly how can I set up my system (Ubuntu 10.04 LTS) to use the Wii Balance Board? Some libraries and/or repositories are no longer available (e.g. libbluetooth2-dev, http://abstrakraft.org/cwiid/svn/) and it is actually impossible for me to install the software (I can already talk to the Wiimote). I think that a lot of people use the Ubuntu LTS distribution, so it will be a great help to all!Thank you in advance for your kind help, Stefano</description> <content:encoded><![CDATA[<p>Hi everybody,</p><p>could someone (Matt or someone that knows how to do it) please post exactly how can I set up my system (Ubuntu 10.04 LTS) to use the Wii Balance Board? Some libraries and/or repositories are no longer available (e.g. libbluetooth2-dev, <a href="http://abstrakraft.org/cwiid/svn/" rel="nofollow">http://abstrakraft.org/cwiid/svn/</a>) and it is actually impossible for me to install the software (I can already talk to the Wiimote). I think that a lot of people use the Ubuntu LTS distribution, so it will be a great help to all!</p><p>Thank you in advance for your kind help, Stefano</p> ]]></content:encoded> </item> <item><title>By: Alex</title><link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-902138</link> <dc:creator>Alex</dc:creator> <pubDate>Thu, 08 Sep 2011 20:56:09 +0000</pubDate> <guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-902138</guid> <description>Hey, do you have any idea if your code could be a bridge between wii balance board and dolphin emu?Thhx</description> <content:encoded><![CDATA[<p>Hey, do you have any idea if your code could be a bridge between wii balance board and dolphin emu?</p><p>Thhx</p> ]]></content:encoded> </item> <item><title>By: Renato</title><link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-869434</link> <dc:creator>Renato</dc:creator> <pubDate>Thu, 11 Aug 2011 02:01:48 +0000</pubDate> <guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-869434</guid> <description>Hi Matt,How I can measuring the center of pressure (axis x and y) with Wii Balance Board? Is it Linux show only weight or also show the percentage of the body weight discharge?</description> <content:encoded><![CDATA[<p>Hi Matt,</p><p>How I can measuring the center of pressure (axis x and y) with Wii Balance Board? Is it Linux show only weight or also show the percentage of the body weight discharge?</p> ]]></content:encoded> </item> <item><title>By: uahmed</title><link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-843650</link> <dc:creator>uahmed</dc:creator> <pubDate>Sat, 16 Jul 2011 12:35:07 +0000</pubDate> <guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-843650</guid> <description>hiWhen i try to install it on Ubuntu 10.04 and run he first commandsudo apt-get install autoconf autogen automake gcc bluetooth libbluetooth2-dev libgtk2.0-dev pkg-config python2.5-dev flex bison subversionit throws me this errorE: Couldn&#039;t find package libbluetooth2-devAny help ?</description> <content:encoded><![CDATA[<p>hi</p><p>When i try to install it on Ubuntu 10.04 and run he first command</p><p>sudo apt-get install autoconf autogen automake gcc bluetooth libbluetooth2-dev libgtk2.0-dev pkg-config python2.5-dev flex bison subversion</p><p>it throws me this error</p><p> E: Couldn&#8217;t find package libbluetooth2-dev</p><p>Any help ?</p> ]]></content:encoded> </item> <item><title>By: Harry</title><link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-839587</link> <dc:creator>Harry</dc:creator> <pubDate>Mon, 11 Jul 2011 11:04:37 +0000</pubDate> <guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-839587</guid> <description>Hi Matt, I have tried your tutorial, but when I run the weighdemo.py , it always display &quot;  unknown message type  &quot; on my screen. what&#039;s wrong? something bad happened to my wii board? Thanks very much!</description> <content:encoded><![CDATA[<p>Hi Matt, I have tried your tutorial, but when I run the weighdemo.py , it always display &#8221;  unknown message type  &#8221; on my screen. what&#8217;s wrong? something bad happened to my wii board? Thanks very much!</p> ]]></content:encoded> </item> <item><title>By: RB</title><link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-740325</link> <dc:creator>RB</dc:creator> <pubDate>Mon, 14 Mar 2011 19:48:44 +0000</pubDate> <guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-740325</guid> <description>This is great! I will be trying this out soon. I am doing a research project with the balance board and was wondering if there is a way to record the coordinates and maybe weight to a file? I&#039;m testing the balance accuracy of the board and need to find a way to extract the data. Maybe the coordinates and weight every second or 5 seconds. Thanks!</description> <content:encoded><![CDATA[<p>This is great! I will be trying this out soon. I am doing a research project with the balance board and was wondering if there is a way to record the coordinates and maybe weight to a file? I&#8217;m testing the balance accuracy of the board and need to find a way to extract the data. Maybe the coordinates and weight every second or 5 seconds. Thanks!</p> ]]></content:encoded> </item> <item><title>By: andrew</title><link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-712340</link> <dc:creator>andrew</dc:creator> <pubDate>Thu, 03 Feb 2011 13:43:36 +0000</pubDate> <guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-712340</guid> <description>patching file python/cwiidmodule.c Hunk #1 FAILED at 96. Hunk #2 FAILED at 153. 2 out of 2 hunks FAILED -- saving rejects to file python/cwiidmodule.c.rej patching file python/Wiimote.c Reversed (or previously applied) patch detected!  Assume -R? [n] -R Apply anyway? [n] n Skipping patch. 6 out of 6 hunks ignored -- saving rejects to file python/Wiimote.c.rej patching file libcwiid/process.c Hunk #1 FAILED at 182. Hunk #2 succeeded at 249 with fuzz 1 (offset 25 lines). 1 out of 2 hunks FAILED -- saving rejects to file libcwiid/process.c.rej patching file libcwiid/cwiid_internal.h Reversed (or previously applied) patch detected!  Assume -R? [n] -R Apply anyway? [n] n Skipping patch. 2 out of 2 hunks ignored -- saving rejects to file libcwiid/cwiid_internal.h.rej patching file libcwiid/interface.c Hunk #1 succeeded at 213 (offset 34 lines). patching file libcwiid/state.c Hunk #1 succeeded at 86 with fuzz 2 (offset 11 lines). Hunk #2 succeeded at 188 with fuzz 2 (offset 16 lines). Hunk #3 succeeded at 257 with fuzz 1 (offset 24 lines). patching file libcwiid/cwiid.h Hunk #1 FAILED at 75. Hunk #2 FAILED at 165. Hunk #3 FAILED at 173. Hunk #4 succeeded at 170 with fuzz 1 (offset -17 lines). Hunk #5 succeeded at 235 with fuzz 1 (offset -3 lines). Hunk #6 FAILED at 259. Hunk #7 FAILED at 277. Hunk #8 FAILED at 340. 6 out of 8 hunks FAILED -- saving rejects to file libcwiid/cwiid.h.rej patching file libcwiid/bluetooth.c Reversed (or previously applied) patch detected!  Assume -R? [n] n Apply anyway? [n] n Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file libcwiid/bluetooth.c.rej patching file libcwiid/thread.c Reversed (or previously applied) patch detected!  Assume -R? [n] n Apply anyway? [n] n Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file libcwiid/thread.c.rej patching file wmdemo/wmdemo.py Reversed (or previously applied) patch detected!  Assume -R? [n] n Apply anyway? [n] n Skipping patch. 5 out of 5 hunks ignored -- saving rejects to file wmdemo/wmdemo.py.rej patching file wmdemo/wmdemo.c Reversed (or previously applied) patch detected!  Assume -R? [n] n Apply anyway? [n] n Skipping patch. 6 out of 6 hunks ignored -- saving rejects to file wmdemo/wmdemo.c.rejthis is from the dry run. is this because of the change from python2.5 to 2.6?</description> <content:encoded><![CDATA[<p>patching file python/cwiidmodule.c<br /> Hunk #1 FAILED at 96.<br /> Hunk #2 FAILED at 153.<br /> 2 out of 2 hunks FAILED &#8212; saving rejects to file python/cwiidmodule.c.rej<br /> patching file python/Wiimote.c<br /> Reversed (or previously applied) patch detected!  Assume -R? [n] -R<br /> Apply anyway? [n] n<br /> Skipping patch.<br /> 6 out of 6 hunks ignored &#8212; saving rejects to file python/Wiimote.c.rej<br /> patching file libcwiid/process.c<br /> Hunk #1 FAILED at 182.<br /> Hunk #2 succeeded at 249 with fuzz 1 (offset 25 lines).<br /> 1 out of 2 hunks FAILED &#8212; saving rejects to file libcwiid/process.c.rej<br /> patching file libcwiid/cwiid_internal.h<br /> Reversed (or previously applied) patch detected!  Assume -R? [n] -R<br /> Apply anyway? [n] n<br /> Skipping patch.<br /> 2 out of 2 hunks ignored &#8212; saving rejects to file libcwiid/cwiid_internal.h.rej<br /> patching file libcwiid/interface.c<br /> Hunk #1 succeeded at 213 (offset 34 lines).<br /> patching file libcwiid/state.c<br /> Hunk #1 succeeded at 86 with fuzz 2 (offset 11 lines).<br /> Hunk #2 succeeded at 188 with fuzz 2 (offset 16 lines).<br /> Hunk #3 succeeded at 257 with fuzz 1 (offset 24 lines).<br /> patching file libcwiid/cwiid.h<br /> Hunk #1 FAILED at 75.<br /> Hunk #2 FAILED at 165.<br /> Hunk #3 FAILED at 173.<br /> Hunk #4 succeeded at 170 with fuzz 1 (offset -17 lines).<br /> Hunk #5 succeeded at 235 with fuzz 1 (offset -3 lines).<br /> Hunk #6 FAILED at 259.<br /> Hunk #7 FAILED at 277.<br /> Hunk #8 FAILED at 340.<br /> 6 out of 8 hunks FAILED &#8212; saving rejects to file libcwiid/cwiid.h.rej<br /> patching file libcwiid/bluetooth.c<br /> Reversed (or previously applied) patch detected!  Assume -R? [n] n<br /> Apply anyway? [n] n<br /> Skipping patch.<br /> 1 out of 1 hunk ignored &#8212; saving rejects to file libcwiid/bluetooth.c.rej<br /> patching file libcwiid/thread.c<br /> Reversed (or previously applied) patch detected!  Assume -R? [n] n<br /> Apply anyway? [n] n<br /> Skipping patch.<br /> 1 out of 1 hunk ignored &#8212; saving rejects to file libcwiid/thread.c.rej<br /> patching file wmdemo/wmdemo.py<br /> Reversed (or previously applied) patch detected!  Assume -R? [n] n<br /> Apply anyway? [n] n<br /> Skipping patch.<br /> 5 out of 5 hunks ignored &#8212; saving rejects to file wmdemo/wmdemo.py.rej<br /> patching file wmdemo/wmdemo.c<br /> Reversed (or previously applied) patch detected!  Assume -R? [n] n<br /> Apply anyway? [n] n<br /> Skipping patch.<br /> 6 out of 6 hunks ignored &#8212; saving rejects to file wmdemo/wmdemo.c.rej</p><p>this is from the dry run. is this because of the change from python2.5 to 2.6?</p> ]]></content:encoded> </item> <item><title>By: Steve</title><link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-683190</link> <dc:creator>Steve</dc:creator> <pubDate>Tue, 14 Dec 2010 23:17:21 +0000</pubDate> <guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-683190</guid> <description>I&#039;ve just discovered your article looking for Wii Fit style games for Linux. And it is pretty amazing. I assume one cannot find a Nintendo board alone in retail ? Well, this might lead me to buy one, I do like video game devices used for other purposes.</description> <content:encoded><![CDATA[<p>I&#8217;ve just discovered your article looking for Wii Fit style games for Linux. And it is pretty amazing. I assume one cannot find a Nintendo board alone in retail ?<br /> Well, this might lead me to buy one, I do like video game devices used for other purposes.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 4/11 queries in 0.005 seconds using disk

Served from: www.mattcutts.com @ 2012-02-08 23:20:20 -->
