<?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>Sun, 14 Mar 2010 18:13:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tim</title>
		<link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-491540</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 09 Mar 2010 16:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-491540</guid>
		<description>Hey Matt,

I was wondering if you could give me the code you used to pull this off? I would really appreciate it. Also, does the code work if say the weight was placed in the exact center of the boar? If not, what would need to be modified. Thanks for the help and the awesome video!

Thanks,
Tim</description>
		<content:encoded><![CDATA[<p>Hey Matt,</p>
<p>I was wondering if you could give me the code you used to pull this off? I would really appreciate it. Also, does the code work if say the weight was placed in the exact center of the boar? If not, what would need to be modified. Thanks for the help and the awesome video!</p>
<p>Thanks,<br />
Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clara</title>
		<link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-463619</link>
		<dc:creator>clara</dc:creator>
		<pubDate>Fri, 05 Feb 2010 18:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-463619</guid>
		<description>Will, 
we now have scalesgui with optional writing to external text file. 
If you want it just e-mail to address in previous message. 
Clara</description>
		<content:encoded><![CDATA[<p>Will,<br />
we now have scalesgui with optional writing to external text file.<br />
If you want it just e-mail to address in previous message.<br />
Clara</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne</title>
		<link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-457389</link>
		<dc:creator>Wayne</dc:creator>
		<pubDate>Mon, 25 Jan 2010 00:05:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-457389</guid>
		<description>Hi, this has been excellent - except when I try to patch it tells me that the patch has been applied already. But the cwiid lib in python doesn&#039;t have RPT_BALANCE or some of the other constants provided by the patch. Has anyone else had this error? I&#039;m running Ubuntu 9.10</description>
		<content:encoded><![CDATA[<p>Hi, this has been excellent &#8211; except when I try to patch it tells me that the patch has been applied already. But the cwiid lib in python doesn&#8217;t have RPT_BALANCE or some of the other constants provided by the patch. Has anyone else had this error? I&#8217;m running Ubuntu 9.10</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-455316</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 19 Jan 2010 15:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-455316</guid>
		<description>Hi all,

does anyone know how many balance boards can be attached to a PC at any one time?

The reasons I ask is that if I could attach 4, it would be a great alternative to paying &gt;£1000 for a weigh scales for racing cars! (If the max capacity is large enough - would need about 200kg/corner - does the board run out of sensor range before then?). The fact it has multiple sensors per board could also be used to calculate the caster and camber of the tyres as well! Perhaps even the toe settings....</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>does anyone know how many balance boards can be attached to a PC at any one time?</p>
<p>The reasons I ask is that if I could attach 4, it would be a great alternative to paying &gt;£1000 for a weigh scales for racing cars! (If the max capacity is large enough &#8211; would need about 200kg/corner &#8211; does the board run out of sensor range before then?). The fact it has multiple sensors per board could also be used to calculate the caster and camber of the tyres as well! Perhaps even the toe settings&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clara</title>
		<link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-454127</link>
		<dc:creator>Clara</dc:creator>
		<pubDate>Sat, 16 Jan 2010 23:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-454127</guid>
		<description>Matt and Will:
Matt, thanks a lot, great post. I compared the weight given by scalesgui (now it&#039;s available again)
and by the original wiifit. Wiifit says consistently that the weight is about 500grm lower. We think wiifit
assumes that light clothes weigh about half a kilo and subtracts that from the weight it mesaures. 

Will.
we are doing something similar, also at a university. We write a plain text file. We took Matt&#039;s wmdemo
c file and added a case  after case &#039;s&#039;:
case &#039;Z&#039;:
                        tiempo=100*100;
                        fout=fopen(&quot;salida&quot;,&quot;w&quot;);
                        if(fout == 0)
                          {
                             printf(&quot;Can&#039;t open file \n&quot;);
                             break; 
                          }
                        for(i=0;i &lt; 100*20; i++)
                         {
                           if (cwiid_get_state(wiimote, &amp;state)) {
                                fprintf(stderr, &quot;Error getting state\n&quot;);
                                printf(&quot;Error getting state\n&quot;);
                             }
                           fprintf(fout,&quot; %d &quot;,i);
                           miprint_state(&amp;state);
                           usleep(tiempo);
                         }
                        fclose(fout);
                        printf(&quot;finished\n&quot;);
                        break;

The output file is called &#039;salida&#039;. We process it afterwards using matlab or octave.
Write to us if you want the whole file (claraeugenia4444@gmail.com).
Or, to use scalesgui.py, there are instructions por file i/o in python at
http://www.penzilla.net/tutorials/python/fileio/
Have fun.</description>
		<content:encoded><![CDATA[<p>Matt and Will:<br />
Matt, thanks a lot, great post. I compared the weight given by scalesgui (now it&#8217;s available again)<br />
and by the original wiifit. Wiifit says consistently that the weight is about 500grm lower. We think wiifit<br />
assumes that light clothes weigh about half a kilo and subtracts that from the weight it mesaures. </p>
<p>Will.<br />
we are doing something similar, also at a university. We write a plain text file. We took Matt&#8217;s wmdemo<br />
c file and added a case  after case &#8217;s&#8217;:<br />
case &#8216;Z&#8217;:<br />
                        tiempo=100*100;<br />
                        fout=fopen(&#8220;salida&#8221;,&#8221;w&#8221;);<br />
                        if(fout == 0)<br />
                          {<br />
                             printf(&#8220;Can&#8217;t open file \n&#8221;);<br />
                             break;<br />
                          }<br />
                        for(i=0;i &lt; 100*20; i++)<br />
                         {<br />
                           if (cwiid_get_state(wiimote, &amp;state)) {<br />
                                fprintf(stderr, &quot;Error getting state\n&quot;);<br />
                                printf(&quot;Error getting state\n&quot;);<br />
                             }<br />
                           fprintf(fout,&quot; %d &quot;,i);<br />
                           miprint_state(&amp;state);<br />
                           usleep(tiempo);<br />
                         }<br />
                        fclose(fout);<br />
                        printf(&quot;finished\n&quot;);<br />
                        break;</p>
<p>The output file is called &#039;salida&#039;. We process it afterwards using matlab or octave.<br />
Write to us if you want the whole file (claraeugenia4444@gmail.com).<br />
Or, to use scalesgui.py, there are instructions por file i/o in python at<br />
<a href="http://www.penzilla.net/tutorials/python/fileio/" rel="nofollow">http://www.penzilla.net/tutorials/python/fileio/</a><br />
Have fun.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: will</title>
		<link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-452524</link>
		<dc:creator>will</dc:creator>
		<pubDate>Wed, 13 Jan 2010 07:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-452524</guid>
		<description>So I have had considerable trouble getting this to work on my system. I don&#039;t have the exact details right now but I want to use the balance board for data collection for a masters level research project in university. I have amateur hacking skills and would like some help. 

Ultimately I would be interested in a tracking of COG of the person on the balance board under a few differing conditions with pre and post treatment data collection. The data sets would be captures every second or so that could then be graphed and manipulated later with google spreadsheets etc. Or even captured to a text file would suffice.

The problems seem to be multiple with each step. I am attempting it on a eeepc, with ubuntu 9.10. All apps are installed (the &quot;libtool&quot; tip from praxis helped) but progress stalled after compiling where the device seemed to not connect. The wii remote worked fine but the balance board itself was not recognised. 

Please help!

Will</description>
		<content:encoded><![CDATA[<p>So I have had considerable trouble getting this to work on my system. I don&#8217;t have the exact details right now but I want to use the balance board for data collection for a masters level research project in university. I have amateur hacking skills and would like some help. </p>
<p>Ultimately I would be interested in a tracking of COG of the person on the balance board under a few differing conditions with pre and post treatment data collection. The data sets would be captures every second or so that could then be graphed and manipulated later with google spreadsheets etc. Or even captured to a text file would suffice.</p>
<p>The problems seem to be multiple with each step. I am attempting it on a eeepc, with ubuntu 9.10. All apps are installed (the &#8220;libtool&#8221; tip from praxis helped) but progress stalled after compiling where the device seemed to not connect. The wii remote worked fine but the balance board itself was not recognised. </p>
<p>Please help!</p>
<p>Will</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antti Laiti</title>
		<link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-451522</link>
		<dc:creator>Antti Laiti</dc:creator>
		<pubDate>Mon, 11 Jan 2010 12:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-451522</guid>
		<description>I would also like to have the weighdemo.py, scalesgui.py and system.ini files as they are not available at the new CWiid website and old one is down. Even the webmaster mail account for the old site is disabled now. The .py files can be fetched from google cache, but the .ini file is not available :-(.

http://74.125.77.132/search?q=cache:pUno80xq8E4J:abstrakraft.org/cwiid/attachment/ticket/63/weighdemo.py+weighdemo.py&amp;cd=1&amp;hl=en&amp;ct=clnk
http://74.125.77.132/search?q=cache:GkT-z8g_rF0J:abstrakraft.org/cwiid/attachment/ticket/63/scalesgui.py+scalesgui.py&amp;cd=1&amp;hl=en&amp;ct=clnk</description>
		<content:encoded><![CDATA[<p>I would also like to have the weighdemo.py, scalesgui.py and system.ini files as they are not available at the new CWiid website and old one is down. Even the webmaster mail account for the old site is disabled now. The .py files can be fetched from google cache, but the .ini file is not available <img src='http://www.mattcutts.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> .</p>
<p><a href="http://74.125.77.132/search?q=cache:pUno80xq8E4J:abstrakraft.org/cwiid/attachment/ticket/63/weighdemo.py+weighdemo.py&amp;cd=1&amp;hl=en&amp;ct=clnk" rel="nofollow">http://74.125.77.132/search?q=cache:pUno80xq8E4J:abstrakraft.org/cwiid/attachment/ticket/63/weighdemo.py+weighdemo.py&amp;cd=1&amp;hl=en&amp;ct=clnk</a><br />
<a href="http://74.125.77.132/search?q=cache:GkT-z8g_rF0J:abstrakraft.org/cwiid/attachment/ticket/63/scalesgui.py+scalesgui.py&amp;cd=1&amp;hl=en&amp;ct=clnk" rel="nofollow">http://74.125.77.132/search?q=cache:GkT-z8g_rF0J:abstrakraft.org/cwiid/attachment/ticket/63/scalesgui.py+scalesgui.py&amp;cd=1&amp;hl=en&amp;ct=clnk</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven Lankes</title>
		<link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-449783</link>
		<dc:creator>Sven Lankes</dc:creator>
		<pubDate>Thu, 07 Jan 2010 22:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-449783</guid>
		<description>Could you stick the files somewhere so that they can be downloaded? The abstrakraft 
site is down.

While the actual cwiid code has moved to http://github.com/abstrakraft/cwiid this doesn&#039;t 
include your sample-scripts.</description>
		<content:encoded><![CDATA[<p>Could you stick the files somewhere so that they can be downloaded? The abstrakraft<br />
site is down.</p>
<p>While the actual cwiid code has moved to <a href="http://github.com/abstrakraft/cwiid" rel="nofollow">http://github.com/abstrakraft/cwiid</a> this doesn&#8217;t<br />
include your sample-scripts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elden</title>
		<link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-438060</link>
		<dc:creator>elden</dc:creator>
		<pubDate>Mon, 14 Dec 2009 02:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-438060</guid>
		<description>Oh yea, then do a make; --- which failed because I don&#039;t have Python .... but I went into the wmdemo directory and could make just that.

Does anyone know how to avoid the need for hitting the 1&amp;2 buttons?
After I&#039;ve talked to it once and have the bdaddr, I would have thought I could use that to establish contact as soon as my computer and the wiimote could see each other.
Any thoughts?</description>
		<content:encoded><![CDATA[<p>Oh yea, then do a make; &#8212; which failed because I don&#8217;t have Python &#8230;. but I went into the wmdemo directory and could make just that.</p>
<p>Does anyone know how to avoid the need for hitting the 1&amp;2 buttons?<br />
After I&#8217;ve talked to it once and have the bdaddr, I would have thought I could use that to establish contact as soon as my computer and the wiimote could see each other.<br />
Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elden</title>
		<link>http://www.mattcutts.com/blog/linux-wii-balanceboard/#comment-438058</link>
		<dc:creator>elden</dc:creator>
		<pubDate>Mon, 14 Dec 2009 02:47:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=1836#comment-438058</guid>
		<description>I had a very minimal installation ubuntu so I needed to do a couple of other things as well
I think the summary of the things that were useful are.

cd .../abstrakraft-cwiid-2100f14/
sudo apt-get install libtool
sudo apt-get install automake
aclocal
autoconf
./configure
#I had done a previous install of the exeuctables
#sudo apt-get install bluez-utils libbluetooth-dev libbluetooth2
#sudo apt-get install libcwiid1 libcwiid1-dev wmgui
#sudo apt-get install wminput
#sudo apt-get install lswm
#sudo apt-get install wmdemo
# so they recomend removing the other libs....
sudo make uninstall &amp;&amp; make uninstall_config</description>
		<content:encoded><![CDATA[<p>I had a very minimal installation ubuntu so I needed to do a couple of other things as well<br />
I think the summary of the things that were useful are.</p>
<p>cd &#8230;/abstrakraft-cwiid-2100f14/<br />
sudo apt-get install libtool<br />
sudo apt-get install automake<br />
aclocal<br />
autoconf<br />
./configure<br />
#I had done a previous install of the exeuctables<br />
#sudo apt-get install bluez-utils libbluetooth-dev libbluetooth2<br />
#sudo apt-get install libcwiid1 libcwiid1-dev wmgui<br />
#sudo apt-get install wminput<br />
#sudo apt-get install lswm<br />
#sudo apt-get install wmdemo<br />
# so they recomend removing the other libs&#8230;.<br />
sudo make uninstall &amp;&amp; make uninstall_config</p>
]]></content:encoded>
	</item>
</channel>
</rss>
