Search:

Message board

	http://osflash.org/pipermail/wiiflash_osflash.org/

Connecting Wiimote, Bluetooth, WiimoteServer v0.3.2:

	What worked:

		Old Belkin Bluetooth dongle with uptodate BlueSoleil driver, on XPSP2.

	What didn't:

		Kensington Bluetooth dongle with any drivers or no drivers, on XPSP2
		Anything on MacBook Pro/Boot Camp

Update event

	Appears to fire 120 times per second

Properties

	pitch

		Is equivalent to the formula: asin(sensorY/1)

	roll

		Is equivalent to the formula: asin(sensorX/1)

	yaw

		Useless

	sensorX/Y/Z

		Units are in G's (wow!)

	IR

		x1 & x2 of no use. Use point1.x and point2.x.

RELATIONSHIPS VIS-A-VIS GRAVITY

	Roll (isolated to just one axis of rotation)

		Real roll		0		90		180		270		360
		wiimote.roll		0		90		0		-90		0
		wiimote.sensorZ		1		0		-1		0		1
		wiimote.sensorX		0		1		0		-1		0
		wiimote.sensorY		0		0		0		0		0

	Pitch

		Real pitch		0		90		180		270		360
		wiimote.pitch		0		90		0		-90		0
		wiimote.sensorZ		1		0		-1		0		1
		wiimote.sensorY		0		-1		0		1		0
		wiimote.sensorX		0		0		0		0		0
Page last modified on October 23, 2008, at 12:22 PM