Wiimote Driver On Pandora?


jonlad1 said:
Did anyone get the Classic Controller working?

Defo said:
edit: I made a video of me playing sonic with the classic controller-

.

http://www.youtube.com/watch?v=2QszWode2to

:)
 
Last edited by a moderator:
Gah!

I even watched that!! I didnt read the "Using Classic Controller" bit!!

Thats awesome!!

Good job guys!
 
jonlad1 said:
Did anyone get the Classic Controller working?
Yes :D

cwiid came with a gamepad profile, load it like this:
wminput -c gamepad
Then connect your Wiimote and Classic Controller.

However the analogs seemed to be set up wrong:
Code:
Classic.Dpad.X = ABS_X
Classic.Dpad.Y = ABS_Y
Classic.LStick.X = ABS_HAT0X
Classic.LStick.Y = ABS_HAT0Y
Classic.RStick.X = ABS_HAT1X
Classic.RStick.Y = ABS_HAT1Y

should be replaced with:
Code:
Classic.Dpad.X = ABS_HAT0X
Classic.Dpad.Y = ABS_HAT0Y
Classic.LStick.X = ABS_X
Classic.LStick.Y = ABS_Y
Classic.RStick.X = ABS_RX
Classic.RStick.Y = ABS_RY
Otherwise you won't get proper analog input from the sticks.

Edit: I added classic controller and virtual gamepad info to the wiki :)
 
Last edited by a moderator:
Tempel said:
^ First run "sudo opkg update". That will download the list of available packages so opkg knows what to look for.

Hi there, very interesting thread! :) I'm trying to update the list of packages using this command, but it seems to stop when I download the Packages.gz from angstrom-distribution.org...does that site go offline often, or am I just impatient? ;) I've tried it a couple times over the past two days...

EDIT: yay, got it working! Just kept trying it over a couple days, eventually it finally worked. Got my package list, installed Cwiid, next thing you know I'm playing Genesis with a wii remote. Class!
 
Last edited by a moderator:
Back
Top