<?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"
	>
<channel>
	<title>Comments on: Control X.Org cursor with Wiimote</title>
	<atom:link href="http://blog.davr.org/2006/12/06/control-xorg-cursor-with-wiimote/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.davr.org/2006/12/06/control-xorg-cursor-with-wiimote/</link>
	<description>Nintendo DS &#038; GBA development, microcontrollers, and occasionally FPGAs</description>
	<pubDate>Wed, 20 Aug 2008 09:06:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: UBfusion</title>
		<link>http://blog.davr.org/2006/12/06/control-xorg-cursor-with-wiimote/#comment-25062</link>
		<dc:creator>UBfusion</dc:creator>
		<pubDate>Sat, 16 Feb 2008 02:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davr.org/2006/12/06/control-xorg-cursor-with-wiimote/#comment-25062</guid>
		<description>@22 and anybody having the bluetooth.BluetoothError: (111, 'Connection refused') error:
Read what I just posted about WDM usage in &lt;b&gt;[link to evil site removed]&lt;/b&gt;
Try running WDM without connecting first, that is let WDM do the connection - it worked on my gutsy amd64.</description>
		<content:encoded><![CDATA[<p>@22 and anybody having the bluetooth.BluetoothError: (111, &#8216;Connection refused&#8217;) error:<br />
Read what I just posted about WDM usage in <b>[link to evil site removed]</b><br />
Try running WDM without connecting first, that is let WDM do the connection - it worked on my gutsy amd64.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matoken's wiki. (PukiWiki/TrackBack 0.3)</title>
		<link>http://blog.davr.org/2006/12/06/control-xorg-cursor-with-wiimote/#comment-14564</link>
		<dc:creator>matoken's wiki. (PukiWiki/TrackBack 0.3)</dc:creator>
		<pubDate>Thu, 08 Nov 2007 08:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davr.org/2006/12/06/control-xorg-cursor-with-wiimote/#comment-14564</guid>
		<description>&lt;strong&gt;Wii リモコン...&lt;/strong&gt;

FrontPage 半田ごて引っ張り出そうと箱の中漁ってたら出てきた． ごめん忘れてたよ． ということでプレゼンの時にでも使いますか． Windows  &#8224; WiinRemote  &#8593;Linux  &#8224; Robots w/Lasers &#187;...</description>
		<content:encoded><![CDATA[<p><strong>Wii リモコン&#8230;</strong></p>
<p>FrontPage 半田ごて引っ張り出そうと箱の中漁ってたら出てきた． ごめん忘れてたよ． ということでプレゼンの時にでも使いますか． Windows  &dagger; WiinRemote  &uarr;Linux  &dagger; Robots w/Lasers &#187;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://blog.davr.org/2006/12/06/control-xorg-cursor-with-wiimote/#comment-3660</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Sat, 19 May 2007 04:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davr.org/2006/12/06/control-xorg-cursor-with-wiimote/#comment-3660</guid>
		<description>great job. im still trying to make it work . but getting there. good info that helped here</description>
		<content:encoded><![CDATA[<p>great job. im still trying to make it work . but getting there. good info that helped here</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Kost</title>
		<link>http://blog.davr.org/2006/12/06/control-xorg-cursor-with-wiimote/#comment-3087</link>
		<dc:creator>Stefan Kost</dc:creator>
		<pubDate>Thu, 19 Apr 2007 13:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davr.org/2006/12/06/control-xorg-cursor-with-wiimote/#comment-3087</guid>
		<description>todays svn :/

CONNECTING
Looking for Wiimote services at address 00:17:AB:36:09:52
Failure. We have not found that Wiimote.
Now trying to discover a willing Wiimote, please activate your Wiimote within 5 seconds.
FAILURE!
Traceback (most recent call last):
  File "WMD.py", line 45, in ?
    wmd = WMD()
  File "WMD.py", line 40, in __init__
    if wm.connect() and wm.setup():
  File "/home/ensonic/download/wmd/wmd/Wiimote/WMManager.py", line 21, in connect
    addr = self.backend.get_addr( )
  File "/home/ensonic/download/wmd/wmd/Wiimote/Backends/PyBlueZ.py", line 54, in get_addr
    servs = self.find_wiimote_services( addr )
  File "/home/ensonic/download/wmd/wmd/Wiimote/Backends/PyBlueZ.py", line 79, in find_wiimote_services
    log(LOG_INFO, "Looking for Wiimote services at address " + addr)
TypeError: cannot concatenate 'str' and 'NoneType' objects
r</description>
		<content:encoded><![CDATA[<p>todays svn :/</p>
<p>CONNECTING<br />
Looking for Wiimote services at address 00:17:AB:36:09:52<br />
Failure. We have not found that Wiimote.<br />
Now trying to discover a willing Wiimote, please activate your Wiimote within 5 seconds.<br />
FAILURE!<br />
Traceback (most recent call last):<br />
  File &#8220;WMD.py&#8221;, line 45, in ?<br />
    wmd = WMD()<br />
  File &#8220;WMD.py&#8221;, line 40, in __init__<br />
    if wm.connect() and wm.setup():<br />
  File &#8220;/home/ensonic/download/wmd/wmd/Wiimote/WMManager.py&#8221;, line 21, in connect<br />
    addr = self.backend.get_addr( )<br />
  File &#8220;/home/ensonic/download/wmd/wmd/Wiimote/Backends/PyBlueZ.py&#8221;, line 54, in get_addr<br />
    servs = self.find_wiimote_services( addr )<br />
  File &#8220;/home/ensonic/download/wmd/wmd/Wiimote/Backends/PyBlueZ.py&#8221;, line 79, in find_wiimote_services<br />
    log(LOG_INFO, &#8220;Looking for Wiimote services at address &#8221; + addr)<br />
TypeError: cannot concatenate &#8217;str&#8217; and &#8216;NoneType&#8217; objects<br />
r</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Miler</title>
		<link>http://blog.davr.org/2006/12/06/control-xorg-cursor-with-wiimote/#comment-2087</link>
		<dc:creator>Scott Miler</dc:creator>
		<pubDate>Thu, 08 Mar 2007 03:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davr.org/2006/12/06/control-xorg-cursor-with-wiimote/#comment-2087</guid>
		<description>I tried xorg.conf file, it did not work. Is there a specific edition?</description>
		<content:encoded><![CDATA[<p>I tried xorg.conf file, it did not work. Is there a specific edition?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Complicated System of Pulleys &#187; Wiimote Mouse</title>
		<link>http://blog.davr.org/2006/12/06/control-xorg-cursor-with-wiimote/#comment-1200</link>
		<dc:creator>Complicated System of Pulleys &#187; Wiimote Mouse</dc:creator>
		<pubDate>Mon, 29 Jan 2007 03:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davr.org/2006/12/06/control-xorg-cursor-with-wiimote/#comment-1200</guid>
		<description>[...] Posted by me on Sunday, the 28th day of January, anno domini 2007 at 9:04 PM, local time. So, I was wandering around the web and came upon an interesting story over at Robots w/Lasers. We all knew it should be possible. We all thought it would be great. We all wanted it. Well now we have it. The Wii-mote can be used as a mouse. You don&#8217;t even need a driver or anything really, other than the normal Bluetooth and event processing stuff. There is a python script now available to translate the event stuff into mouse stuff for X.org or whatever needs the mouse. A great resource for this sort of stuff and more is over here at www.wiibrew.org. Very interesting stuff in there, including the math and such to convert the linear forces on the accelerometer into the rotational ones, something I know a lot of people out there were interested in. [...]</description>
		<content:encoded><![CDATA[<p>[...] Posted by me on Sunday, the 28th day of January, anno domini 2007 at 9:04 PM, local time. So, I was wandering around the web and came upon an interesting story over at Robots w/Lasers. We all knew it should be possible. We all thought it would be great. We all wanted it. Well now we have it. The Wii-mote can be used as a mouse. You don&#8217;t even need a driver or anything really, other than the normal Bluetooth and event processing stuff. There is a python script now available to translate the event stuff into mouse stuff for X.org or whatever needs the mouse. A great resource for this sort of stuff and more is over here at <a href="http://www.wiibrew.org" rel="nofollow">http://www.wiibrew.org</a>. Very interesting stuff in there, including the math and such to convert the linear forces on the accelerometer into the rotational ones, something I know a lot of people out there were interested in. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felician</title>
		<link>http://blog.davr.org/2006/12/06/control-xorg-cursor-with-wiimote/#comment-859</link>
		<dc:creator>felician</dc:creator>
		<pubDate>Tue, 26 Dec 2006 00:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davr.org/2006/12/06/control-xorg-cursor-with-wiimote/#comment-859</guid>
		<description>Hi dude!   
Christmas Day falls on December 25. It is preceded by Christmas Eve on December 24, and in some countries is followed by Boxing Day on December 26. Some Eastern Orthodox Churches celebrate Christmas on January 7, which corresponds to December 25 on the Julian calendar. December 25 as a birthdate for Jesus is merely traditional, and is not thought to be his actual date of birth. Much respect!</description>
		<content:encoded><![CDATA[<p>Hi dude!<br />
Christmas Day falls on December 25. It is preceded by Christmas Eve on December 24, and in some countries is followed by Boxing Day on December 26. Some Eastern Orthodox Churches celebrate Christmas on January 7, which corresponds to December 25 on the Julian calendar. December 25 as a birthdate for Jesus is merely traditional, and is not thought to be his actual date of birth. Much respect!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davr</title>
		<link>http://blog.davr.org/2006/12/06/control-xorg-cursor-with-wiimote/#comment-807</link>
		<dc:creator>davr</dc:creator>
		<pubDate>Thu, 14 Dec 2006 06:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davr.org/2006/12/06/control-xorg-cursor-with-wiimote/#comment-807</guid>
		<description>&lt;b&gt;psymastr&lt;/b&gt;: Did you try using both 1+2 to sync, or the red sync button (under the battery cover)? Also make sure the Wii isn't on or something, maybe it's connected to the Wii, and wont accept connections from the PC.

&lt;b&gt;Miles&lt;/b&gt;: For mouse cursor to work, you need a IR 'sensor bar' of some sort. A single candle in front of your monitor should be good enough to test it. You will know it's working because Player 1 LED will be lit when it is sending position data to the PC. Note that you normally shouldn't have to modify x.org.conf files</description>
		<content:encoded><![CDATA[<p><b>psymastr</b>: Did you try using both 1+2 to sync, or the red sync button (under the battery cover)? Also make sure the Wii isn&#8217;t on or something, maybe it&#8217;s connected to the Wii, and wont accept connections from the PC.</p>
<p><b>Miles</b>: For mouse cursor to work, you need a IR &#8217;sensor bar&#8217; of some sort. A single candle in front of your monitor should be good enough to test it. You will know it&#8217;s working because Player 1 LED will be lit when it is sending position data to the PC. Note that you normally shouldn&#8217;t have to modify x.org.conf files</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: psymastr</title>
		<link>http://blog.davr.org/2006/12/06/control-xorg-cursor-with-wiimote/#comment-806</link>
		<dc:creator>psymastr</dc:creator>
		<pubDate>Thu, 14 Dec 2006 05:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davr.org/2006/12/06/control-xorg-cursor-with-wiimote/#comment-806</guid>
		<description>Nope, still no solution.  :(

If anyone has a solution, please post it.</description>
		<content:encoded><![CDATA[<p>Nope, still no solution.  <img src='http://blog.davr.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>If anyone has a solution, please post it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miles</title>
		<link>http://blog.davr.org/2006/12/06/control-xorg-cursor-with-wiimote/#comment-800</link>
		<dc:creator>Miles</dc:creator>
		<pubDate>Tue, 12 Dec 2006 23:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davr.org/2006/12/06/control-xorg-cursor-with-wiimote/#comment-800</guid>
		<description>Got it to partially work. But even with the edition of my xorg.conf file, it isn't fully reckognized as a mouse, ie. the cursor won't move. B is mapped to left-clic, A seems to be some sort of Ctrl+Alt (zoom out Beryl). D-Pad working fine (LED colors), + button activates the rumble.</description>
		<content:encoded><![CDATA[<p>Got it to partially work. But even with the edition of my xorg.conf file, it isn&#8217;t fully reckognized as a mouse, ie. the cursor won&#8217;t move. B is mapped to left-clic, A seems to be some sort of Ctrl+Alt (zoom out Beryl). D-Pad working fine (LED colors), + button activates the rumble.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
